From 3dcc6b18bc49fa64e63bc78fcefb9e67a5f78100 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Tue, 19 Mar 2024 17:19:33 +0100 Subject: [PATCH 1/2] update(package): release 3.5.0 pour GPF --- package.json | 13 +++++++------ scripts/release/package-SDK2D.json | 7 ++++--- scripts/release/package-SDK3D.json | 9 +++++---- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 02e09535f..d778d7b79 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.5.0-beta4", - "date": "15/12/2023", - "SDK2DVersion": "3.5.0-beta4", - "SDK3DVersion": "3.5.0-beta4", + "version": "3.5.0", + "date": "19/03/2024", + "SDK2DVersion": "3.5.0", + "SDK3DVersion": "3.5.0", "description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", "main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js", "module": "src/SDK2D.js, src/SDK3D.js", @@ -39,6 +39,7 @@ "openlayers", "itowns", "geoportail", + "geoplateforme", "webservice", "javascript" ], @@ -72,8 +73,8 @@ "exports-loader": "^0.7.0", "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", - "geoportal-extensions-itowns": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta4.tgz", - "geoportal-extensions-openlayers": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz", + "geoportal-extensions-itowns": "2.5.0", + "geoportal-extensions-openlayers": "3.4.0", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4", diff --git a/scripts/release/package-SDK2D.json b/scripts/release/package-SDK2D.json index f0379d6a7..3a1f5425b 100644 --- a/scripts/release/package-SDK2D.json +++ b/scripts/release/package-SDK2D.json @@ -3,6 +3,7 @@ "keywords" : [ "openlayers", "geoportail", + "geoplateforme", "webservice", "javascript" ], @@ -15,7 +16,7 @@ ], "module" : "src/SDK2D.js", "author" : "IGNF", - "version" : "3.5.0-beta4", + "version" : "3.5.0", "repository" : { "type" : "git", "url" : "https://github.com/IGNF/geoportal-sdk.git" @@ -23,7 +24,7 @@ "name" : "@ignf-geoportal/sdk-2d", "description" : "French Geoportal SDK based on OpenLayers (2D)", "license" : "CECILL-B", - "date" : "15/12/2023", + "date" : "19/03/2024", "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", "directories" : {}, "bugs" : { @@ -33,7 +34,7 @@ "node-fetch" : "^2.6.1", "xmldom" : "^0.1.27", "ol" : "6.9.0", - "geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz" + "geoportal-extensions-openlayers" : "3.4.0" }, "scripts" : {} } diff --git a/scripts/release/package-SDK3D.json b/scripts/release/package-SDK3D.json index d702c5ef3..2a0201995 100644 --- a/scripts/release/package-SDK3D.json +++ b/scripts/release/package-SDK3D.json @@ -1,5 +1,5 @@ { - "date" : "15/12/2023", + "date" : "19/03/2024", "author" : "IGNF", "bugs" : { "url" : "https://github.com/IGNF/geoportal-sdk/issues" @@ -10,8 +10,8 @@ "itowns" : "2.38.2", "ol" : "6.9.0", "xmldom" : "^0.1.27", - "geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz", - "geoportal-extensions-itowns" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta4.tgz", + "geoportal-extensions-openlayers" : "3.4.0", + "geoportal-extensions-itowns" : "2.5.0", "node-fetch" : "^2.6.1" }, "license" : "CECILL-B", @@ -23,7 +23,7 @@ "url" : "https://github.com/IGNF/geoportal-sdk.git", "type" : "git" }, - "version" : "3.5.0-beta4", + "version" : "3.5.0", "files" : [ "dist/", "src/", @@ -35,6 +35,7 @@ "openlayers", "itowns", "geoportail", + "geoplateforme", "webservice", "javascript" ], From 11c2dc527b9a34febbf57f5d7fada28d493312bb Mon Sep 17 00:00:00 2001 From: elias couppe Date: Tue, 19 Mar 2024 17:29:21 +0100 Subject: [PATCH 2/2] =?UTF-8?q?fix(samples):=20ressources=20en=20data.geop?= =?UTF-8?q?f=20=C3=A0=20la=20place=20de=20wxs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/3d/page-boostRelief-bundle.html | 2 +- .../resources/ConfigFile/cartesConfig.json | 2446 +- .../ConfigFile/essentielsConfig.json | 1910 +- .../resources/ConfigFile/fullConfig.json | 181744 +++++++++++---- 4 files changed, 138820 insertions(+), 47282 deletions(-) diff --git a/samples-src/pages/3d/page-boostRelief-bundle.html b/samples-src/pages/3d/page-boostRelief-bundle.html index bddac769d..c8c0e874f 100644 --- a/samples-src/pages/3d/page-boostRelief-bundle.html +++ b/samples-src/pages/3d/page-boostRelief-bundle.html @@ -38,7 +38,7 @@

Test de l'ajout du control BoostRelief

format : "wmts", outputFormat : "image/x-bil;bits=32", noDataValue : -99999, - url : "https://wxs.ign.fr/{{apikey4}}/geoportail/wmts", + url : "https://data.geopf.fr/wmts", layer : "ELEVATION.ELEVATIONGRIDCOVERAGE", styleName : "normal", tileMatrixSet : "WGS84G", diff --git a/samples-src/resources/ConfigFile/cartesConfig.json b/samples-src/resources/ConfigFile/cartesConfig.json index de12608ab..17afd56ec 100644 --- a/samples-src/resources/ConfigFile/cartesConfig.json +++ b/samples-src/resources/ConfigFile/cartesConfig.json @@ -12,7 +12,6 @@ "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMTS", - "PLAN.IGN$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS", "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMS", "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMS", @@ -47,7 +46,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -75,19 +74,19 @@ "13": { "minTileRow": "2807", "maxTileRow": "2831", - "minTileCol": "4132", + "minTileCol": "4133", "maxTileCol": "4164" }, "14": { "minTileRow": "5615", "maxTileRow": "5663", - "minTileCol": "8265", + "minTileCol": "8266", "maxTileCol": "8328" }, "15": { "minTileRow": "11231", "maxTileRow": "11326", - "minTileCol": "16531", + "minTileCol": "16532", "maxTileCol": "16657" } } @@ -103,7 +102,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -132,7 +131,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -218,7 +217,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -247,7 +246,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -333,7 +332,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -362,7 +361,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -388,46 +387,46 @@ "maxTileCol": "135" }, "9": { - "minTileRow": "171", + "minTileRow": "170", "maxTileRow": "191", "minTileCol": "247", - "maxTileCol": "270" + "maxTileCol": "271" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "495", - "maxTileCol": "540" + "minTileRow": "341", + "maxTileRow": "383", + "minTileCol": "494", + "maxTileCol": "543" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "991", - "maxTileCol": "1080" + "minTileRow": "683", + "maxTileRow": "766", + "minTileCol": "989", + "maxTileCol": "1086" }, "12": { - "minTileRow": "1368", - "maxTileRow": "1531", - "minTileCol": "1983", - "maxTileCol": "2160" + "minTileRow": "1366", + "maxTileRow": "1532", + "minTileCol": "1978", + "maxTileCol": "2172" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3063", - "minTileCol": "3966", - "maxTileCol": "4321" + "minTileRow": "2732", + "maxTileRow": "3065", + "minTileCol": "3957", + "maxTileCol": "4345" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6127", - "minTileCol": "7933", - "maxTileCol": "8642" + "minTileRow": "5465", + "maxTileRow": "6131", + "minTileCol": "7914", + "maxTileCol": "8690" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12255", - "minTileCol": "15866", - "maxTileCol": "17285" + "minTileRow": "10930", + "maxTileRow": "12263", + "minTileCol": "15829", + "maxTileCol": "17381" } } }, @@ -442,7 +441,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -455,23 +454,23 @@ }, "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMTS": { "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1", - "title": "Plan IGN j+1", - "description": "Plan IGN j+1", + "title": "Plan IGN J+1", + "description": "Représentation cartographique de la base de production du Référentiel à Grande Echelle actualisée quotidiennement.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -180.0, + "right": 180.0, + "top": 80.0, + "bottom": -80.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -491,124 +490,118 @@ "maxTileCol": "1" }, "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "4" }, "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "3", - "maxTileCol": "4" + "minTileRow": "0", + "maxTileRow": "7", + "minTileCol": "0", + "maxTileCol": "8" }, "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "7", - "maxTileCol": "8" + "minTileRow": "1", + "maxTileRow": "14", + "minTileCol": "0", + "maxTileCol": "15" }, "5": { - "minTileRow": "10", - "maxTileRow": "16", - "minTileCol": "15", - "maxTileCol": "16" + "minTileRow": "3", + "maxTileRow": "28", + "minTileCol": "0", + "maxTileCol": "31" }, "6": { - "minTileRow": "21", - "maxTileRow": "32", - "minTileCol": "31", - "maxTileCol": "33" + "minTileRow": "7", + "maxTileRow": "56", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "42", - "maxTileRow": "64", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "14", + "maxTileRow": "113", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "minTileRow": "28", + "maxTileRow": "227", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "minTileRow": "57", + "maxTileRow": "454", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "670" + "minTileRow": "114", + "maxTileRow": "909", + "minTileCol": "0", + "maxTileCol": "1023" }, "11": { - "minTileRow": "683", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1341" + "minTileRow": "229", + "maxTileRow": "1818", + "minTileCol": "0", + "maxTileCol": "2047" }, "12": { - "minTileRow": "1367", - "maxTileRow": "2297", - "minTileCol": "1328", - "maxTileCol": "2683" + "minTileRow": "459", + "maxTileRow": "3636", + "minTileCol": "0", + "maxTileCol": "4095" }, "13": { - "minTileRow": "2735", - "maxTileRow": "4595", - "minTileCol": "2658", - "maxTileCol": "5367" + "minTileRow": "919", + "maxTileRow": "7272", + "minTileCol": "0", + "maxTileCol": "8191" }, "14": { - "minTileRow": "5470", - "maxTileRow": "9190", - "minTileCol": "5316", - "maxTileCol": "10734" + "minTileRow": "1839", + "maxTileRow": "14544", + "minTileCol": "0", + "maxTileCol": "16383" }, "15": { - "minTileRow": "10940", - "maxTileRow": "18380", - "minTileCol": "10632", - "maxTileCol": "21468" + "minTileRow": "3678", + "maxTileRow": "29089", + "minTileCol": "0", + "maxTileCol": "32767" }, "16": { - "minTileRow": "21880", - "maxTileRow": "36760", - "minTileCol": "21264", - "maxTileCol": "42936" + "minTileRow": "7357", + "maxTileRow": "58178", + "minTileCol": "0", + "maxTileCol": "65535" }, "17": { - "minTileRow": "43768", - "maxTileRow": "73512", - "minTileCol": "42536", - "maxTileCol": "85864" + "minTileRow": "14714", + "maxTileRow": "116357", + "minTileCol": "0", + "maxTileCol": "131071" }, "18": { - "minTileRow": "87536", - "maxTileRow": "147024", - "minTileCol": "85080", - "maxTileCol": "171728" + "minTileRow": "29428", + "maxTileRow": "232715", + "minTileCol": "0", + "maxTileCol": "262143" } } }, "styles": [ { "name": "normal", - "title": "Légende générique", + "title": "Données Brutes", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -634,7 +627,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -702,7 +695,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -731,7 +724,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -739,98 +732,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", - "maxTileCol": "16" + "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", - "maxTileCol": "32" + "maxTileCol": "31" }, "6": { - "minTileRow": "0", - "maxTileRow": "64", + "minTileRow": "11", + "maxTileRow": "52", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "63" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", + "minTileRow": "22", + "maxTileRow": "105", "minTileCol": "0", - "maxTileCol": "128" + "maxTileCol": "127" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", + "minTileRow": "45", + "maxTileRow": "210", "minTileCol": "0", - "maxTileCol": "256" + "maxTileCol": "255" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", + "minTileRow": "90", + "maxTileRow": "421", "minTileCol": "0", - "maxTileCol": "512" + "maxTileCol": "511" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SCAN50_1950", + "title": "SCAN 50 historique", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950-legend.png", + "minScaleDenominator": "17000" } ], "formats": [ @@ -858,7 +851,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -867,123 +860,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { "minTileRow": "0", - "maxTileRow": "8", + "maxTileRow": "7", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { "minTileRow": "0", - "maxTileRow": "16", + "maxTileRow": "15", "minTileCol": "0", - "maxTileCol": "16" + "maxTileCol": "15" }, "5": { "minTileRow": "0", - "maxTileRow": "32", + "maxTileRow": "31", "minTileCol": "0", - "maxTileCol": "32" + "maxTileCol": "31" }, "6": { "minTileRow": "0", - "maxTileRow": "64", + "maxTileRow": "63", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "63" }, "7": { "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "maxTileRow": "127", + "minTileCol": "1", + "maxTileCol": "126" }, "8": { - "minTileRow": "80", - "maxTileRow": "144", - "minTileCol": "80", - "maxTileCol": "168" + "minTileRow": "0", + "maxTileRow": "255", + "minTileCol": "3", + "maxTileCol": "252" }, "9": { - "minTileRow": "168", - "maxTileRow": "288", - "minTileCol": "160", - "maxTileCol": "336" + "minTileRow": "0", + "maxTileRow": "511", + "minTileCol": "7", + "maxTileCol": "504" }, "10": { - "minTileRow": "336", - "maxTileRow": "576", - "minTileCol": "328", - "maxTileCol": "672" + "minTileRow": "1", + "maxTileRow": "1022", + "minTileCol": "14", + "maxTileCol": "1009" }, "11": { - "minTileRow": "680", - "maxTileRow": "1152", - "minTileCol": "664", - "maxTileCol": "1344" + "minTileRow": "3", + "maxTileRow": "2044", + "minTileCol": "28", + "maxTileCol": "2019" }, "12": { - "minTileRow": "1368", - "maxTileRow": "2304", - "minTileCol": "1328", - "maxTileCol": "2688" + "minTileRow": "6", + "maxTileRow": "4089", + "minTileCol": "56", + "maxTileCol": "4039" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4600", - "minTileCol": "2656", - "maxTileCol": "5376" + "minTileRow": "13", + "maxTileRow": "8178", + "minTileCol": "113", + "maxTileCol": "8078" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9200", - "minTileCol": "5312", - "maxTileCol": "10744" + "minTileRow": "26", + "maxTileRow": "16357", + "minTileCol": "227", + "maxTileCol": "16156" }, "15": { - "minTileRow": "10952", - "maxTileRow": "18392", - "minTileCol": "10624", - "maxTileCol": "21480" + "minTileRow": "53", + "maxTileRow": "32714", + "minTileCol": "455", + "maxTileCol": "32312" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36784", - "minTileCol": "21248", - "maxTileCol": "42952" + "minTileRow": "107", + "maxTileRow": "65428", + "minTileCol": "910", + "maxTileCol": "64625" }, "17": { - "minTileRow": "43816", - "maxTileRow": "73568", - "minTileCol": "42496", - "maxTileCol": "85904" + "minTileRow": "214", + "maxTileRow": "130857", + "minTileCol": "1820", + "maxTileCol": "129251" }, "18": { - "minTileRow": "87640", - "maxTileRow": "147128", - "minTileCol": "85000", - "maxTileCol": "171808" + "minTileRow": "429", + "maxTileRow": "261714", + "minTileCol": "3640", + "maxTileCol": "258503" }, "19": { - "minTileRow": "175288", - "maxTileRow": "294248", - "minTileCol": "170008", - "maxTileCol": "343616" + "minTileRow": "858", + "maxTileRow": "523429", + "minTileCol": "7281", + "maxTileCol": "517006" } } }, @@ -998,7 +991,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -1027,7 +1020,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -1077,40 +1070,40 @@ "maxTileCol": "2158" }, "13": { - "minTileRow": "3007", + "minTileRow": "3006", "maxTileRow": "3063", - "minTileCol": "4287", - "maxTileCol": "4316" + "minTileCol": "4286", + "maxTileCol": "4317" }, "14": { - "minTileRow": "6015", - "maxTileRow": "6126", - "minTileCol": "8575", - "maxTileCol": "8632" + "minTileRow": "6012", + "maxTileRow": "6127", + "minTileCol": "8572", + "maxTileCol": "8635" }, "15": { - "minTileRow": "12030", - "maxTileRow": "12252", - "minTileCol": "17150", - "maxTileCol": "17265" + "minTileRow": "12025", + "maxTileRow": "12254", + "minTileCol": "17145", + "maxTileCol": "17271" }, "16": { - "minTileRow": "24061", - "maxTileRow": "24505", - "minTileCol": "34301", - "maxTileCol": "34530" + "minTileRow": "24051", + "maxTileRow": "24509", + "minTileCol": "34290", + "maxTileCol": "34543" }, "17": { - "minTileRow": "48123", - "maxTileRow": "49011", - "minTileCol": "68603", - "maxTileCol": "69061" + "minTileRow": "48103", + "maxTileRow": "49018", + "minTileCol": "68580", + "maxTileCol": "69086" }, "18": { - "minTileRow": "96247", - "maxTileRow": "98022", - "minTileCol": "137207", - "maxTileCol": "138122" + "minTileRow": "96207", + "maxTileRow": "98036", + "minTileCol": "137161", + "maxTileCol": "138173" } } }, @@ -1125,7 +1118,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -1154,7 +1147,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "cartes": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -1204,40 +1197,40 @@ "maxTileCol": "2158" }, "13": { - "minTileRow": "3007", + "minTileRow": "3006", "maxTileRow": "3063", - "minTileCol": "4287", - "maxTileCol": "4316" + "minTileCol": "4286", + "maxTileCol": "4317" }, "14": { - "minTileRow": "6015", - "maxTileRow": "6126", - "minTileCol": "8575", - "maxTileCol": "8632" + "minTileRow": "6012", + "maxTileRow": "6127", + "minTileCol": "8572", + "maxTileCol": "8635" }, "15": { - "minTileRow": "12030", - "maxTileRow": "12252", - "minTileCol": "17150", - "maxTileCol": "17265" + "minTileRow": "12025", + "maxTileRow": "12254", + "minTileCol": "17145", + "maxTileCol": "17271" }, "16": { - "minTileRow": "24061", - "maxTileRow": "24505", - "minTileCol": "34301", - "maxTileCol": "34530" + "minTileRow": "24051", + "maxTileRow": "24509", + "minTileCol": "34290", + "maxTileCol": "34543" }, "17": { - "minTileRow": "48123", - "maxTileRow": "49011", - "minTileCol": "68603", - "maxTileCol": "69061" + "minTileRow": "48103", + "maxTileRow": "49018", + "minTileCol": "68580", + "maxTileCol": "69086" }, "18": { - "minTileRow": "96247", - "maxTileRow": "98022", - "minTileCol": "137207", - "maxTileCol": "138122" + "minTileRow": "96207", + "maxTileRow": "98036", + "minTileCol": "137161", + "maxTileCol": "138173" } } }, @@ -1252,7 +1245,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -1263,191 +1256,30 @@ } ] }, - "PLAN.IGN$GEOPORTAIL:OGC:WMTS": { - "name": "PLAN.IGN", - "title": "Plan IGN", - "description": "BDUni tuilée", + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10", + "title": "Carte de l'état-major - environs de Paris (1818 - 1824)", + "description": "Carte des environs de Paris au 1 : 10 000 établie entre 1818 et 1824.", "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": 1.82682, + "right": 2.79738, + "top": 49.5142, + "bottom": 48.3847 } }, "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", + "id": "OGC:WMS", + "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" - }, - "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" - }, - "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" - }, - "8": { - "minTileRow": "64", - "maxTileRow": "192", - "minTileCol": "64", - "maxTileCol": "192" - }, - "9": { - "minTileRow": "128", - "maxTileRow": "320", - "minTileCol": "128", - "maxTileCol": "384" - }, - "10": { - "minTileRow": "320", - "maxTileRow": "576", - "minTileCol": "320", - "maxTileCol": "704" - }, - "11": { - "minTileRow": "640", - "maxTileRow": "1152", - "minTileCol": "640", - "maxTileCol": "1344" - }, - "12": { - "minTileRow": "1344", - "maxTileRow": "2304", - "minTileCol": "1280", - "maxTileCol": "2688" - }, - "13": { - "minTileRow": "2688", - "maxTileRow": "4608", - "minTileCol": "2624", - "maxTileCol": "5376" - }, - "14": { - "minTileRow": "5440", - "maxTileRow": "9216", - "minTileCol": "5312", - "maxTileCol": "10752" - }, - "15": { - "minTileRow": "10944", - "maxTileRow": "18432", - "minTileCol": "10624", - "maxTileCol": "21504" - }, - "16": { - "minTileRow": "21888", - "maxTileRow": "36800", - "minTileCol": "21248", - "maxTileCol": "42976" - }, - "17": { - "minTileRow": "43776", - "maxTileRow": "73600", - "minTileCol": "42496", - "maxTileCol": "85952" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147136", - "minTileCol": "84992", - "maxTileCol": "171840" - }, - "19": { - "minTileRow": "175232", - "maxTileRow": "294272", - "minTileCol": "169984", - "maxTileCol": "343616" - } - } - }, - "styles": [], - "legends": [], - "formats": [ - { - "name": "application/x-protobuf", - "current": true - } - ] - }, - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10", - "title": "Carte de l'état-major - environs de Paris (1818 - 1824)", - "description": "Carte des environs de Paris au 1 : 10 000 établie entre 1818 et 1824.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": 1.826818564, - "right": 2.797380599, - "top": 49.514153879, - "bottom": 48.384737373 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANEMr_10K.xml" - } - ], + "metadata": [], "styles": [ { "name": "normal", @@ -1457,7 +1289,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1480,10 +1312,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1492,30 +1320,25 @@ "title": "Carte de l'état-major (1820-1866)", "description": "Carte française en couleurs du XIXè siècle en couleurs superposable aux cartes et données modernes.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": -6.088888794, - "right": 10.961009535, - "top": 51.274533795, - "bottom": 41.184408199 + "left": -6.08889, + "right": 10.961, + "top": 51.2745, + "bottom": 41.1844 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANEMr_40K.xml" - } - ], + "metadata": [], "styles": [ { "name": "normal", @@ -1525,7 +1348,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1548,52 +1371,43 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMS": { "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1", - "title": "Plan IGN j+1", - "description": "Plan IGN j+1", + "title": "Plan IGN J+1", + "description": "Représentation cartographique de la base de production du Référentiel à Grande Echelle actualisée quotidiennement.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -180.0, + "right": 180.0, + "top": 80.0, + "bottom": -80.0 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" - } - ], + "metadata": [], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Données Brutes" } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1-legend.png" } ], "formats": [ @@ -1616,10 +1430,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1628,48 +1438,43 @@ "title": "SCAN50 Historique de 1950", "description": "SCAN50 produit ppar l'IGN en 1950", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 69885283.00358963, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCAN50r_Historique_1-0.xml" - } - ], + "metadata": [], "styles": [ - { - "name": "normal", - "title": "Légende générique" - }, { "name": "SCAN50_1950", "title": "SCAN 50 historique" + }, + { + "name": "normal", + "title": "Légende générique" } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950-legend.png" }, { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950-legend.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1692,10 +1497,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1704,8 +1505,8 @@ "title": "Plan IGN v2", "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, "bbox": { "left": -175.0, "right": 175.0, @@ -1717,17 +1518,12 @@ "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" - } - ], + "metadata": [], "styles": [ { "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", @@ -1737,7 +1533,7 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2-legend.png" } ], "formats": [ @@ -1760,10 +1556,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1772,30 +1564,25 @@ "title": "Plan Terrier V1 (XVIIIe siècle)", "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": 8.362838637, - "right": 9.752813429, - "top": 43.117404985, - "bottom": 41.256769696 + "left": 8.36284, + "right": 9.75281, + "top": 43.1174, + "bottom": 41.2568 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=PLAN_TERRIER.xml" - } - ], + "metadata": [], "styles": [ { "name": "nolegend", @@ -1805,7 +1592,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1828,10 +1615,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1840,30 +1623,25 @@ "title": "Plan Terrier V2 (XVIIIe siècle)", "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse version est une version numérisée par les archives militaires du Ministère de la Défense", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": 8.362838476, - "right": 9.752815873, - "top": 43.117404985, - "bottom": 41.256767758 + "left": 8.36284, + "right": 9.75282, + "top": 43.1174, + "bottom": 41.2568 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=PLAN_TERRIER.xml" - } - ], + "metadata": [], "styles": [ { "name": "nolegend", @@ -1873,7 +1651,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1896,10 +1674,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1908,30 +1682,25 @@ "title": "SCAN1000 France métropolitaine 2021 (WM)", "description": "Le produit SCAN 1000® version 2 est une collection d'images numériques en couleurs, obtenues par rastérisation des données vecteur de la carte nationale France (901) à l'échelle 1 :1,000,000ième. Le produit couvre l'ensemble du territoire français métropolitain et la Corse.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 545978.773465546, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -6.420880971, - "right": 13.549984261, - "top": 51.444014219, - "bottom": 40.289066627 + "left": -6.42088, + "right": 13.55, + "top": 51.444, + "bottom": 40.2891 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCAN1000r_2-0.xml" - } - ], + "metadata": [], "styles": [ { "name": "SCAN1000", @@ -1941,7 +1710,7 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SCAN1000_PYR-JPEG_WLD_WM-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/SCAN1000_PYR-JPEG_WLD_WM-legend.png" } ], "formats": [ @@ -1964,10 +1733,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1976,30 +1741,25 @@ "title": "SCANDEP WM FXX 2011", "description": "Le produit SCAN Départemental® version 3 est une collection d'images cartographiques numériques en couleur, obtenues par rastérisation des données vecteur de la série « Cartes départementales » éditées par l'IGN. Ces images couvrent l'ensemble du territoire français métropolitain.", "globalConstraint": { - "minScaleDenominator": 8928.571428571, - "maxScaleDenominator": 585142857.1428571, + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -6.420880971, - "right": 11.429714268, - "top": 51.161536605, - "bottom": 40.809712667 + "left": -6.42088, + "right": 11.4297, + "top": 51.1615, + "bottom": 40.8097 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANDEPr_3-0.xml" - } - ], + "metadata": [], "styles": [ { "name": "normal", @@ -2009,7 +1769,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -2032,10 +1792,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -2044,30 +1800,25 @@ "title": "Scan Régional FXX WM 08-2021", "description": "Le produit SCAN Régional® version 2 est une collection d'images cartographiques numériques en couleur, obtenues par rastérisation des données vecteur de la série « Cartes régionales » éditées par l'IGN. Ces images couvrent l'ensemble du territoire français métropolitain.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -6.420880971, - "right": 12.137980905, - "top": 51.444124102, - "bottom": 40.809712667 + "left": -6.42088, + "right": 12.138, + "top": 51.4441, + "bottom": 40.8097 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "cartes": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANREGr_2-0.xml" - } - ], + "metadata": [], "styles": [ { "name": "SCANREG", @@ -2077,7 +1828,7 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SCANREG_PYR-JPEG_WLD_WM-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/SCANREG_PYR-JPEG_WLD_WM-legend.png" } ], "formats": [ @@ -2100,44 +1851,45 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", - "title": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaïquage du produit SCAN25", + "description": "Le graphe de mosaïquage du produit SCAN25 fournit le zonage utilisé pour la mise à jour des données SCAN25 ainsi que différentes métadonnées. 07-2023", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 10000000.0, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -178.2057322544516, - "right": 55.83667602180032, - "top": 51.08938761678308, - "bottom": -21.38985327009672 + "left": -178.2421875, + "right": 55.8984375, + "top": 51.16890625, + "bottom": -21.597265625 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/v/wms?SERVICE=WMS&" + "cartes": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCAN25r_3-0.xml" + "name": "default-style-GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", + "title": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -2232,7 +1984,7 @@ "id": "GPP:TMS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/tms/1.0.0/" + "cartes": "https://data.geopf.fr/tms/1.0.0/" } }, "name": "PLAN.IGN", @@ -2249,49 +2001,49 @@ "name": "standard", "title": "Style standard", "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/standard.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/standard.json" }, { "name": "classique", "title": "Style classique", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/classique.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/classique.json" }, { "name": "transparent", "title": "Style transparent", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/transparent.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/transparent.json" }, { "name": "accentue", "title": "Style accentue", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/accentue.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/accentue.json" }, { "name": "attenue", "title": "Style attenue", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/attenue.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/attenue.json" }, { "name": "gris", "title": "Style en noir et blanc", "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/gris.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/gris.json" }, { "name": "epure", "title": "Style epure", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/epure.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/epure.json" }, { "name": "sans_toponymes", "title": "Style sans toponymes", "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/sans_toponymes.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/sans_toponymes.json" } ], "globalConstraint": { @@ -2305,44 +2057,44 @@ "minScaleDenominator": null, "maxScaleDenominator": null }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", "layerId": "PLAN.IGN$GEOPORTAIL:GPP:TMS", "defaultProjection": "EPSG:3857" } }, "tileMatrixSets": { - "LAMB93": { - "projection": "EPSG:2154", + "LAMB93_5cm": { + "projection": "IGNF:LAMB93", "nativeResolutions": [ - "104579.224549894", - "52277.5323537905", - "26135.4870785954", - "13066.8913818", - "6533.2286041135", - "3266.5595244627", - "1633.2660045974", - "816.629554986", - "408.3139146768", - "204.1567415109", - "102.0783167832", - "51.0391448966", - "25.5195690743", - "12.7597836936", - "6.379891636", - "3.1899457653", - "1.5949728695", - "0.7974864315", - "0.3987432149", - "0.1993716073", - "0.0996858037", - "0.0498429018" + "209715.2", + "104857.6", + "52428.8", + "26214.4", + "13107.2", + "6553.6", + "3276.8", + "1638.4", + "819.2", + "409.6", + "204.8", + "102.4", + "51.2", + "25.6", + "12.8", + "6.4", + "3.2", + "1.6", + "0.8", + "0.4", + "0.2", + "0.1", + "0.05" ], "tileMatrices": { "0": { "matrixId": "0", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 373497230.5353358, + "matrixHeight": 1, + "matrixWidth": 1, + "scaleDenominator": 748982857.1428572, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2352,9 +2104,9 @@ }, "1": { "matrixId": "1", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 186705472.69210893, + "matrixHeight": 1, + "matrixWidth": 1, + "scaleDenominator": 374491428.5714286, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2364,9 +2116,9 @@ }, "2": { "matrixId": "2", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 93341025.28069787, + "matrixHeight": 1, + "matrixWidth": 1, + "scaleDenominator": 187245714.2857143, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2376,9 +2128,9 @@ }, "3": { "matrixId": "3", - "matrixHeight": 3, - "matrixWidth": 2, - "scaleDenominator": 46667469.22071429, + "matrixHeight": 2, + "matrixWidth": 1, + "scaleDenominator": 93622857.14285715, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2388,9 +2140,9 @@ }, "4": { "matrixId": "4", - "matrixHeight": 5, - "matrixWidth": 2, - "scaleDenominator": 23332959.30040536, + "matrixHeight": 4, + "matrixWidth": 1, + "scaleDenominator": 46811428.571428575, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2400,9 +2152,9 @@ }, "5": { "matrixId": "5", - "matrixHeight": 9, - "matrixWidth": 3, - "scaleDenominator": 11666284.015938217, + "matrixHeight": 7, + "matrixWidth": 1, + "scaleDenominator": 23405714.285714287, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2412,9 +2164,9 @@ }, "6": { "matrixId": "6", - "matrixHeight": 16, - "matrixWidth": 5, - "scaleDenominator": 5833092.873562143, + "matrixHeight": 13, + "matrixWidth": 2, + "scaleDenominator": 11702857.142857144, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2424,9 +2176,9 @@ }, "7": { "matrixId": "7", - "matrixHeight": 30, - "matrixWidth": 8, - "scaleDenominator": 2916534.12495, + "matrixHeight": 26, + "matrixWidth": 4, + "scaleDenominator": 5851428.571428572, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2436,9 +2188,9 @@ }, "8": { "matrixId": "8", - "matrixHeight": 59, - "matrixWidth": 14, - "scaleDenominator": 1458263.9809885714, + "matrixHeight": 52, + "matrixWidth": 7, + "scaleDenominator": 2925714.285714286, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2448,9 +2200,9 @@ }, "9": { "matrixId": "9", - "matrixHeight": 117, - "matrixWidth": 26, - "scaleDenominator": 729131.2196817858, + "matrixHeight": 103, + "matrixWidth": 13, + "scaleDenominator": 1462857.142857143, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2460,9 +2212,9 @@ }, "10": { "matrixId": "10", - "matrixHeight": 232, - "matrixWidth": 51, - "scaleDenominator": 364565.41708285717, + "matrixHeight": 206, + "matrixWidth": 25, + "scaleDenominator": 731428.5714285715, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2472,9 +2224,9 @@ }, "11": { "matrixId": "11", - "matrixHeight": 462, - "matrixWidth": 100, - "scaleDenominator": 182282.660345, + "matrixHeight": 411, + "matrixWidth": 50, + "scaleDenominator": 365714.28571428574, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2484,9 +2236,9 @@ }, "12": { "matrixId": "12", - "matrixHeight": 922, - "matrixWidth": 199, - "scaleDenominator": 91141.31812250002, + "matrixHeight": 822, + "matrixWidth": 99, + "scaleDenominator": 182857.14285714287, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2496,9 +2248,9 @@ }, "13": { "matrixId": "13", - "matrixHeight": 1842, - "matrixWidth": 396, - "scaleDenominator": 45570.65604857143, + "matrixHeight": 1643, + "matrixWidth": 197, + "scaleDenominator": 91428.57142857143, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2508,9 +2260,9 @@ }, "14": { "matrixId": "14", - "matrixHeight": 3682, - "matrixWidth": 791, - "scaleDenominator": 22785.327271428574, + "matrixHeight": 3285, + "matrixWidth": 394, + "scaleDenominator": 45714.28571428572, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2520,9 +2272,9 @@ }, "15": { "matrixId": "15", - "matrixHeight": 7363, - "matrixWidth": 1581, - "scaleDenominator": 11392.663447500001, + "matrixHeight": 6569, + "matrixWidth": 788, + "scaleDenominator": 22857.14285714286, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2532,9 +2284,9 @@ }, "16": { "matrixId": "16", - "matrixHeight": 14724, - "matrixWidth": 3161, - "scaleDenominator": 5696.331676785715, + "matrixHeight": 13138, + "matrixWidth": 1575, + "scaleDenominator": 11428.57142857143, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2544,9 +2296,9 @@ }, "17": { "matrixId": "17", - "matrixHeight": 29447, - "matrixWidth": 6321, - "scaleDenominator": 2848.1658267857147, + "matrixHeight": 26276, + "matrixWidth": 3150, + "scaleDenominator": 5714.285714285715, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2556,9 +2308,9 @@ }, "18": { "matrixId": "18", - "matrixHeight": 58892, - "matrixWidth": 12641, - "scaleDenominator": 1424.082910357143, + "matrixHeight": 52552, + "matrixWidth": 6300, + "scaleDenominator": 2857.1428571428573, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2568,9 +2320,9 @@ }, "19": { "matrixId": "19", - "matrixHeight": 117782, - "matrixWidth": 25281, - "scaleDenominator": 712.0414546428572, + "matrixHeight": 105102, + "matrixWidth": 12600, + "scaleDenominator": 1428.5714285714287, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2580,9 +2332,9 @@ }, "20": { "matrixId": "20", - "matrixHeight": 235563, - "matrixWidth": 50561, - "scaleDenominator": 356.0207275000001, + "matrixHeight": 210205, + "matrixWidth": 25200, + "scaleDenominator": 714.2857142857143, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -2592,750 +2344,26 @@ }, "21": { "matrixId": "21", - "matrixHeight": 471125, - "matrixWidth": 101121, - "scaleDenominator": 178.01036357142857, + "matrixHeight": 420409, + "matrixWidth": 50400, + "scaleDenominator": 357.14285714285717, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { "x": 0.0, "y": 12000000.0 } - } - } - }, - "LAMB93_1M_MNT": { - "projection": "IGNF:LAMB93", - "nativeResolutions": [ - "1000", - "500", - "250", - "100", - "75", - "50", - "25", - "5", - "1" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 23, - "matrixWidth": 4, - "scaleDenominator": 3571428.571428572, + }, + "22": { + "matrixId": "22", + "matrixHeight": 840818, + "matrixWidth": 100800, + "scaleDenominator": 178.57142857142858, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -500.0, - "y": 12000500.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 46, - "matrixWidth": 8, - "scaleDenominator": 1785714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -250.0, - "y": 12000250.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 92, - "matrixWidth": 16, - "scaleDenominator": 892857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -125.0, - "y": 12000125.0 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 230, - "matrixWidth": 40, - "scaleDenominator": 357142.85714285716, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -50.0, - "y": 12000050.0 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 307, - "matrixWidth": 54, - "scaleDenominator": 267857.1428571429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -37.5, - "y": 12000037.5 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 460, - "matrixWidth": 80, - "scaleDenominator": 178571.42857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -25.0, - "y": 12000025.0 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 920, - "matrixWidth": 160, - "scaleDenominator": 89285.71428571429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -12.5, - "y": 12000012.5 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 4600, - "matrixWidth": 800, - "scaleDenominator": 17857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -2.5, - "y": 12000002.5 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 23000, - "matrixWidth": 4000, - "scaleDenominator": 3571.4285714285716, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -0.5, - "y": 12000000.5 - } - } - } - }, - "LAMB93_5cm": { - "projection": "IGNF:LAMB93", - "nativeResolutions": [ - "209715.2", - "104857.6", - "52428.8", - "26214.4", - "13107.2", - "6553.6", - "3276.8", - "1638.4", - "819.2", - "409.6", - "204.8", - "102.4", - "51.2", - "25.6", - "12.8", - "6.4", - "3.2", - "1.6", - "0.8", - "0.4", - "0.2", - "0.1", - "0.05" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 748982857.1428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 374491428.5714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 187245714.2857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 2, - "matrixWidth": 1, - "scaleDenominator": 93622857.14285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 4, - "matrixWidth": 1, - "scaleDenominator": 46811428.571428575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 7, - "matrixWidth": 1, - "scaleDenominator": 23405714.285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 13, - "matrixWidth": 2, - "scaleDenominator": 11702857.142857144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 26, - "matrixWidth": 4, - "scaleDenominator": 5851428.571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 52, - "matrixWidth": 7, - "scaleDenominator": 2925714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 103, - "matrixWidth": 13, - "scaleDenominator": 1462857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 206, - "matrixWidth": 25, - "scaleDenominator": 731428.5714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 411, - "matrixWidth": 50, - "scaleDenominator": 365714.28571428574, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 822, - "matrixWidth": 99, - "scaleDenominator": 182857.14285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 1643, - "matrixWidth": 197, - "scaleDenominator": 91428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 3285, - "matrixWidth": 394, - "scaleDenominator": 45714.28571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 6569, - "matrixWidth": 788, - "scaleDenominator": 22857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 13138, - "matrixWidth": 1575, - "scaleDenominator": 11428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 26276, - "matrixWidth": 3150, - "scaleDenominator": 5714.285714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 52552, - "matrixWidth": 6300, - "scaleDenominator": 2857.1428571428573, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 105102, - "matrixWidth": 12600, - "scaleDenominator": 1428.5714285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 210205, - "matrixWidth": 25200, - "scaleDenominator": 714.2857142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 420409, - "matrixWidth": 50400, - "scaleDenominator": 357.14285714285717, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "22": { - "matrixId": "22", - "matrixHeight": 840818, - "matrixWidth": 100800, - "scaleDenominator": 178.57142857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - } - } - }, - "LAMB93_5cm_EPSG": { - "projection": "EPSG:2154", - "nativeResolutions": [ - "209715.2", - "104857.6", - "52428.8", - "26214.4", - "13107.2", - "6553.6", - "3276.8", - "1638.4", - "819.2", - "409.6", - "204.8", - "102.4", - "51.2", - "25.6", - "12.8", - "6.4", - "3.2", - "1.6", - "0.8", - "0.4", - "0.2", - "0.1", - "0.05" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 748982857.1428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 374491428.5714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 187245714.2857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 2, - "matrixWidth": 1, - "scaleDenominator": 93622857.14285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 4, - "matrixWidth": 1, - "scaleDenominator": 46811428.571428575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 7, - "matrixWidth": 1, - "scaleDenominator": 23405714.285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 13, - "matrixWidth": 2, - "scaleDenominator": 11702857.142857144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 26, - "matrixWidth": 4, - "scaleDenominator": 5851428.571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 52, - "matrixWidth": 7, - "scaleDenominator": 2925714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 103, - "matrixWidth": 13, - "scaleDenominator": 1462857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 206, - "matrixWidth": 25, - "scaleDenominator": 731428.5714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 411, - "matrixWidth": 50, - "scaleDenominator": 365714.28571428574, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 822, - "matrixWidth": 99, - "scaleDenominator": 182857.14285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 1643, - "matrixWidth": 197, - "scaleDenominator": 91428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 3285, - "matrixWidth": 394, - "scaleDenominator": 45714.28571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 6569, - "matrixWidth": 788, - "scaleDenominator": 22857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 13138, - "matrixWidth": 1575, - "scaleDenominator": 11428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 26276, - "matrixWidth": 3150, - "scaleDenominator": 5714.285714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 52552, - "matrixWidth": 6300, - "scaleDenominator": 2857.1428571428573, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 105102, - "matrixWidth": 12600, - "scaleDenominator": 1428.5714285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 210205, - "matrixWidth": 25200, - "scaleDenominator": 714.2857142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 420409, - "matrixWidth": 50400, - "scaleDenominator": 357.14285714285717, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "22": { - "matrixId": "22", - "matrixHeight": 840818, - "matrixWidth": 100800, - "scaleDenominator": 178.57142857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 + "x": 0.0, + "y": 12000000.0 } } } @@ -3375,338 +2403,44 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 279541132.0143589, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 4, - "matrixWidth": 4, - "scaleDenominator": 139770566.0071794, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 8, - "matrixWidth": 8, - "scaleDenominator": 69885283.00358972, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 16, - "matrixWidth": 16, - "scaleDenominator": 34942641.50179486, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 32, - "matrixWidth": 32, - "scaleDenominator": 17471320.75089743, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 64, - "matrixWidth": 64, - "scaleDenominator": 8735660.375448715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 128, - "matrixWidth": 128, - "scaleDenominator": 4367830.1877243575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 256, - "matrixWidth": 256, - "scaleDenominator": 2183915.0938621787, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 512, - "matrixWidth": 512, - "scaleDenominator": 1091957.5469310887, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 1024, - "matrixWidth": 1024, - "scaleDenominator": 545978.7734655447, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 2048, - "matrixWidth": 2048, - "scaleDenominator": 272989.3867327723, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 4096, - "matrixWidth": 4096, - "scaleDenominator": 136494.69336638617, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 8192, - "matrixWidth": 8192, - "scaleDenominator": 68247.34668319307, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 16384, - "matrixWidth": 16384, - "scaleDenominator": 34123.67334159654, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 32768, - "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 65536, - "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 131072, - "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 262144, - "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 524288, - "matrixWidth": 524288, - "scaleDenominator": 1066.3647919248917, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 1048576, - "matrixWidth": 1048576, - "scaleDenominator": 533.1823959624461, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 2097152, - "matrixWidth": 2097152, - "scaleDenominator": 266.5911979812229, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - } - } - }, - "PM_5cm": { - "projection": "EPSG:3857", - "nativeResolutions": [ - "156543.0339280410", - "78271.51696402048", - "39135.75848201023", - "19567.87924100512", - "9783.939620502561", - "4891.969810251280", - "2445.984905125640", - "1222.992452562820", - "611.4962262814100", - "305.7481131407048", - "152.8740565703525", - "76.43702828517624", - "38.21851414258813", - "19.10925707129406", - "9.554628535647032", - "4.777314267823516", - "2.388657133911758", - "1.194328566955879", - "0.5971642834779395", - "0.2985821417389697", - "0.1492910708694849", - "0.0746455354347424", - "0.0373227677173712" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 559082264.0287179, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "1": { "matrixId": "1", "matrixHeight": 2, "matrixWidth": 2, - "scaleDenominator": 279541132.0143589, + "scaleDenominator": 279541132.01435894, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "2": { "matrixId": "2", "matrixHeight": 4, "matrixWidth": 4, - "scaleDenominator": 139770566.0071794, + "scaleDenominator": 139770566.0071793, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "3": { "matrixId": "3", "matrixHeight": 8, "matrixWidth": 8, - "scaleDenominator": 69885283.00358972, + "scaleDenominator": 69885283.00358965, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "4": { @@ -3717,8 +2451,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "5": { @@ -3729,8 +2463,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "6": { @@ -3741,8 +2475,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "7": { @@ -3753,8 +2487,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "8": { @@ -3765,152 +2499,152 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "9": { "matrixId": "9", "matrixHeight": 512, "matrixWidth": 512, - "scaleDenominator": 1091957.5469310887, + "scaleDenominator": 1091957.5469310894, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "10": { "matrixId": "10", "matrixHeight": 1024, "matrixWidth": 1024, - "scaleDenominator": 545978.7734655447, + "scaleDenominator": 545978.7734655464, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "11": { "matrixId": "11", "matrixHeight": 2048, "matrixWidth": 2048, - "scaleDenominator": 272989.3867327723, + "scaleDenominator": 272989.38673277217, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "12": { "matrixId": "12", "matrixHeight": 4096, "matrixWidth": 4096, - "scaleDenominator": 136494.69336638617, + "scaleDenominator": 136494.69336638608, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "13": { "matrixId": "13", "matrixHeight": 8192, "matrixWidth": 8192, - "scaleDenominator": 68247.34668319307, + "scaleDenominator": 68247.34668319322, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "14": { "matrixId": "14", "matrixHeight": 16384, "matrixWidth": 16384, - "scaleDenominator": 34123.67334159654, + "scaleDenominator": 34123.673341596535, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "15": { "matrixId": "15", "matrixHeight": 32768, "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, + "scaleDenominator": 17061.83667079829, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "16": { "matrixId": "16", "matrixHeight": 65536, "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, + "scaleDenominator": 8530.918335399145, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "17": { "matrixId": "17", "matrixHeight": 131072, "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, + "scaleDenominator": 4265.459167699572, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "18": { "matrixId": "18", "matrixHeight": 262144, "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, + "scaleDenominator": 2132.7295838497826, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "19": { "matrixId": "19", "matrixHeight": 524288, "matrixWidth": 524288, - "scaleDenominator": 1066.3647919248917, + "scaleDenominator": 1066.364791924893, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "20": { "matrixId": "20", "matrixHeight": 1048576, "matrixWidth": 1048576, - "scaleDenominator": 533.1823959624461, + "scaleDenominator": 533.1823959624465, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "21": { @@ -3921,20 +2655,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "22": { - "matrixId": "22", - "matrixHeight": 4194304, - "matrixWidth": 4194304, - "scaleDenominator": 133.29559899061144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } } } @@ -4136,7 +2858,7 @@ "matrixId": "14", "matrixHeight": 16384, "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, + "scaleDenominator": 17061.836670798253, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -4148,7 +2870,7 @@ "matrixId": "15", "matrixHeight": 32768, "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, + "scaleDenominator": 8530.918335399127, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -4160,7 +2882,7 @@ "matrixId": "16", "matrixHeight": 65536, "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, + "scaleDenominator": 4265.459167699563, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -4172,7 +2894,7 @@ "matrixId": "17", "matrixHeight": 131072, "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, + "scaleDenominator": 2132.7295838497853, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -4184,7 +2906,7 @@ "matrixId": "18", "matrixHeight": 262144, "matrixWidth": 524288, - "scaleDenominator": 1066.364791924892, + "scaleDenominator": 1066.3647919248926, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -4196,7 +2918,7 @@ "matrixId": "19", "matrixHeight": 524288, "matrixWidth": 1048576, - "scaleDenominator": 533.182395962446, + "scaleDenominator": 533.1823959624463, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { diff --git a/samples-src/resources/ConfigFile/essentielsConfig.json b/samples-src/resources/ConfigFile/essentielsConfig.json index 32f2c6cba..9604caadd 100644 --- a/samples-src/resources/ConfigFile/essentielsConfig.json +++ b/samples-src/resources/ConfigFile/essentielsConfig.json @@ -2,11 +2,9 @@ "generalOptions": { "apiKeys": { "essentiels": [ - "ADMIN_EXPRESS$GEOPORTAIL:OGC:WMTS", "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", - "PLAN.IGN$GEOPORTAIL:OGC:WMTS", "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS", "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMS", "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS", @@ -18,130 +16,10 @@ } }, "layers": { - "ADMIN_EXPRESS$GEOPORTAIL:OGC:WMTS": { - "name": "ADMIN_EXPRESS", - "title": "ADMIN_EXPRESS", - "description": "Limites administratives des collectivités territoriales. Régions, départements, cantons, communes, arrondissements (pour Paris, Lyon et Marseille) et établissements publics de coopération intercommunale (EPCI).", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "171", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "342", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "670" - }, - "11": { - "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1341" - }, - "12": { - "minTileRow": "1369", - "maxTileRow": "2297", - "minTileCol": "1329", - "maxTileCol": "2683" - }, - "13": { - "minTileRow": "2738", - "maxTileRow": "4594", - "minTileCol": "2658", - "maxTileCol": "5366" - }, - "14": { - "minTileRow": "5477", - "maxTileRow": "9189", - "minTileCol": "5317", - "maxTileCol": "10733" - }, - "15": { - "minTileRow": "10955", - "maxTileRow": "18378", - "minTileCol": "10634", - "maxTileCol": "21467" - }, - "16": { - "minTileRow": "21911", - "maxTileRow": "36757", - "minTileCol": "21269", - "maxTileCol": "42934" - }, - "17": { - "minTileRow": "43822", - "maxTileRow": "73515", - "minTileCol": "42539", - "maxTileCol": "85869" - }, - "18": { - "minTileRow": "87645", - "maxTileRow": "147030", - "minTileCol": "85079", - "maxTileCol": "171738" - }, - "19": { - "minTileRow": "175290", - "maxTileRow": "294060", - "minTileCol": "170158", - "maxTileCol": "343476" - } - } - }, - "styles": [], - "legends": [], - "formats": [ - { - "name": "application/x-protobuf", - "current": true - } - ] - }, "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS": { "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS", - "title": "PCI vecteur", - "description": "Plan cadastral informatisé vecteur de la DGFIP.", + "title": "Parcellaire cadastral édition : 2024-01-01", + "description": "Parcellaire cadastral édition : 2024-01-01", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -156,7 +34,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" + "essentiels": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -287,17 +165,17 @@ }, "styles": [ { - "name": "PCI vecteur", - "title": "PCI vecteur", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CADASTRALPARCELS.PARCELLAIRE_EXPRESS.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -325,7 +203,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" + "essentiels": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -334,123 +212,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { "minTileRow": "0", - "maxTileRow": "8", + "maxTileRow": "7", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { "minTileRow": "0", - "maxTileRow": "16", + "maxTileRow": "15", "minTileCol": "0", - "maxTileCol": "16" + "maxTileCol": "15" }, "5": { "minTileRow": "0", - "maxTileRow": "32", + "maxTileRow": "31", "minTileCol": "0", - "maxTileCol": "32" + "maxTileCol": "31" }, "6": { "minTileRow": "0", - "maxTileRow": "64", + "maxTileRow": "63", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "63" }, "7": { "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "maxTileRow": "127", + "minTileCol": "1", + "maxTileCol": "126" }, "8": { - "minTileRow": "80", - "maxTileRow": "144", - "minTileCol": "80", - "maxTileCol": "168" + "minTileRow": "0", + "maxTileRow": "255", + "minTileCol": "3", + "maxTileCol": "252" }, "9": { - "minTileRow": "168", - "maxTileRow": "288", - "minTileCol": "160", - "maxTileCol": "336" + "minTileRow": "0", + "maxTileRow": "511", + "minTileCol": "7", + "maxTileCol": "504" }, "10": { - "minTileRow": "336", - "maxTileRow": "576", - "minTileCol": "328", - "maxTileCol": "672" + "minTileRow": "1", + "maxTileRow": "1022", + "minTileCol": "14", + "maxTileCol": "1009" }, "11": { - "minTileRow": "680", - "maxTileRow": "1152", - "minTileCol": "664", - "maxTileCol": "1344" + "minTileRow": "3", + "maxTileRow": "2044", + "minTileCol": "28", + "maxTileCol": "2019" }, "12": { - "minTileRow": "1368", - "maxTileRow": "2304", - "minTileCol": "1328", - "maxTileCol": "2688" + "minTileRow": "6", + "maxTileRow": "4089", + "minTileCol": "56", + "maxTileCol": "4039" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4600", - "minTileCol": "2656", - "maxTileCol": "5376" + "minTileRow": "13", + "maxTileRow": "8178", + "minTileCol": "113", + "maxTileCol": "8078" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9200", - "minTileCol": "5312", - "maxTileCol": "10744" + "minTileRow": "26", + "maxTileRow": "16357", + "minTileCol": "227", + "maxTileCol": "16156" }, "15": { - "minTileRow": "10952", - "maxTileRow": "18392", - "minTileCol": "10624", - "maxTileCol": "21480" + "minTileRow": "53", + "maxTileRow": "32714", + "minTileCol": "455", + "maxTileCol": "32312" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36784", - "minTileCol": "21248", - "maxTileCol": "42952" + "minTileRow": "107", + "maxTileRow": "65428", + "minTileCol": "910", + "maxTileCol": "64625" }, "17": { - "minTileRow": "43816", - "maxTileRow": "73568", - "minTileCol": "42496", - "maxTileCol": "85904" + "minTileRow": "214", + "maxTileRow": "130857", + "minTileCol": "1820", + "maxTileCol": "129251" }, "18": { - "minTileRow": "87640", - "maxTileRow": "147128", - "minTileCol": "85000", - "maxTileCol": "171808" + "minTileRow": "429", + "maxTileRow": "261714", + "minTileCol": "3640", + "maxTileCol": "258503" }, "19": { - "minTileRow": "175288", - "maxTileRow": "294248", - "minTileCol": "170008", - "maxTileCol": "343616" + "minTileRow": "858", + "maxTileRow": "523429", + "minTileCol": "7281", + "maxTileCol": "517006" } } }, @@ -465,7 +343,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -484,17 +362,17 @@ "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" + "essentiels": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -505,13 +383,13 @@ "minTileRow": "0", "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", "maxTileRow": "2", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", @@ -529,109 +407,103 @@ "minTileRow": "0", "maxTileRow": "16", "minTileCol": "0", - "maxTileCol": "16" + "maxTileCol": "15" }, "5": { "minTileRow": "0", "maxTileRow": "32", "minTileCol": "0", - "maxTileCol": "32" + "maxTileCol": "31" }, "6": { "minTileRow": "0", "maxTileRow": "64", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "63" }, "7": { "minTileRow": "0", "maxTileRow": "128", "minTileCol": "0", - "maxTileCol": "128" + "maxTileCol": "127" }, "8": { "minTileRow": "0", "maxTileRow": "256", "minTileCol": "0", - "maxTileCol": "256" + "maxTileCol": "255" }, "9": { "minTileRow": "0", "maxTileRow": "512", "minTileCol": "0", - "maxTileCol": "512" + "maxTileCol": "511" }, "10": { "minTileRow": "0", "maxTileRow": "1024", "minTileCol": "0", - "maxTileCol": "1024" + "maxTileCol": "1023" }, "11": { "minTileRow": "0", "maxTileRow": "2048", "minTileCol": "0", - "maxTileCol": "2048" + "maxTileCol": "2047" }, "12": { "minTileRow": "0", "maxTileRow": "4096", "minTileCol": "0", - "maxTileCol": "4096" + "maxTileCol": "4095" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4639", - "minTileCol": "32", - "maxTileCol": "7935" + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9263", - "minTileCol": "80", - "maxTileCol": "15855" + "minTileRow": "0", + "maxTileRow": "16384", + "minTileCol": "0", + "maxTileCol": "16383" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18527", - "minTileCol": "160", - "maxTileCol": "31695" + "minTileRow": "0", + "maxTileRow": "32768", + "minTileCol": "0", + "maxTileCol": "32767" }, "16": { - "minTileRow": "21904", - "maxTileRow": "37039", - "minTileCol": "320", - "maxTileCol": "63391" + "minTileRow": "0", + "maxTileRow": "65536", + "minTileCol": "0", + "maxTileCol": "65535" }, "17": { - "minTileRow": "43808", - "maxTileRow": "74063", - "minTileCol": "656", - "maxTileCol": "126767" + "minTileRow": "0", + "maxTileRow": "131072", + "minTileCol": "0", + "maxTileCol": "131071" }, "18": { - "minTileRow": "87616", - "maxTileRow": "148111", - "minTileCol": "1312", - "maxTileCol": "253535" + "minTileRow": "0", + "maxTileRow": "262144", + "minTileCol": "0", + "maxTileCol": "262143" }, "19": { - "minTileRow": "175248", - "maxTileRow": "294063", - "minTileCol": "170144", - "maxTileCol": "343487" + "minTileRow": "0", + "maxTileRow": "524288", + "minTileCol": "0", + "maxTileCol": "524287" }, "20": { - "minTileRow": "357008", - "maxTileRow": "384687", - "minTileCol": "524400", - "maxTileCol": "540927" - }, - "21": { - "minTileRow": "714032", - "maxTileRow": "768783", - "minTileCol": "1048816", - "maxTileCol": "1081775" + "minTileRow": "0", + "maxTileRow": "1048576", + "minTileCol": "0", + "maxTileCol": "1048575" } } }, @@ -646,7 +518,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -657,213 +529,48 @@ } ] }, - "PLAN.IGN$GEOPORTAIL:OGC:WMTS": { - "name": "PLAN.IGN", - "title": "Plan IGN", - "description": "BDUni tuilée", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" - }, - "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" - }, - "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" - }, - "8": { - "minTileRow": "64", - "maxTileRow": "192", - "minTileCol": "64", - "maxTileCol": "192" - }, - "9": { - "minTileRow": "128", - "maxTileRow": "320", - "minTileCol": "128", - "maxTileCol": "384" - }, - "10": { - "minTileRow": "320", - "maxTileRow": "576", - "minTileCol": "320", - "maxTileCol": "704" - }, - "11": { - "minTileRow": "640", - "maxTileRow": "1152", - "minTileCol": "640", - "maxTileCol": "1344" - }, - "12": { - "minTileRow": "1344", - "maxTileRow": "2304", - "minTileCol": "1280", - "maxTileCol": "2688" - }, - "13": { - "minTileRow": "2688", - "maxTileRow": "4608", - "minTileCol": "2624", - "maxTileCol": "5376" - }, - "14": { - "minTileRow": "5440", - "maxTileRow": "9216", - "minTileCol": "5312", - "maxTileCol": "10752" - }, - "15": { - "minTileRow": "10944", - "maxTileRow": "18432", - "minTileCol": "10624", - "maxTileCol": "21504" - }, - "16": { - "minTileRow": "21888", - "maxTileRow": "36800", - "minTileCol": "21248", - "maxTileCol": "42976" - }, - "17": { - "minTileRow": "43776", - "maxTileRow": "73600", - "minTileCol": "42496", - "maxTileCol": "85952" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147136", - "minTileCol": "84992", - "maxTileCol": "171840" - }, - "19": { - "minTileRow": "175232", - "maxTileRow": "294272", - "minTileCol": "169984", - "maxTileCol": "343616" - } - } - }, - "styles": [], - "legends": [], - "formats": [ - { - "name": "application/x-protobuf", - "current": true - } - ] - }, "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS": { "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS", - "title": "PCI vecteur", - "description": "Plan cadastral informatisé vecteur de la DGFIP.", + "title": "Parcellaire cadastral", + "description": "Parcellaire cadastral édition : 2023-07-01", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/r/wms?" + "essentiels": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=PCI_VECTEUR.xml" + "name": "normal", + "title": "Légende générique" }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" - } - ], - "styles": [ { "name": "PCI vecteur", "title": "PCI vecteur" - }, - { - "name": "normal", - "title": "Légende générique" } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CADASTRALPARCELS.PARCELLAIRE_EXPRESS.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CADASTRALPARCELS.PARCELLAIRE_EXPRESS.png" } ], "formats": [ @@ -886,10 +593,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -898,8 +601,8 @@ "title": "Plan IGN v2", "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, "bbox": { "left": -175.0, "right": 175.0, @@ -911,17 +614,12 @@ "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/r/wms?" + "essentiels": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" - } - ], + "metadata": [], "styles": [ { "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", @@ -931,7 +629,7 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2-legend.png" } ], "formats": [ @@ -954,42 +652,33 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS": { "name": "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST", "title": "Limites administratives mises à jour en continu.", - "description": "Limites administratives mises à jour en continu, édition mars 2023", + "description": "Limites administratives mises à jour en continu, édition Juillet 2023", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/r/wms?" + "essentiels": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ADMIN_EXPRESS_3-0.xml" - } - ], + "metadata": [], "styles": [ { "name": "normal", @@ -999,7 +688,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1022,10 +711,6 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, @@ -1034,47 +719,26 @@ "title": "Photographies aériennes", "description": "Photographies aériennes", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/r/wms?" + "essentiels": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHOHR_1-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=NCL-DITTT-ORTHO.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=SPOT5.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ + "metadata": [], + "styles": [ { "name": "normal", "title": "Légende générique" @@ -1083,7 +747,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -1106,44 +770,45 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaïquage France Entière de la BDORTHO.", + "description": "Graphe de mosaïquage France Entière de la BDORTHO.", "globalConstraint": { - "minScaleDenominator": 800.0, - "maxScaleDenominator": 10000000.0, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -178.18541495878412, - "right": 55.85384064994032, - "top": 51.111835779138985, - "bottom": -21.427303081539563 + "left": -178.18541496, + "right": 55.85384065, + "top": 51.11183578, + "bottom": -21.42730308 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/v/wms?SERVICE=WMS&" + "essentiels": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -1238,7 +903,7 @@ "id": "GPP:TMS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/tms/1.0.0/" + "essentiels": "https://data.geopf.fr/tms/1.0.0/" } }, "name": "ADMIN_EXPRESS", @@ -1255,7 +920,7 @@ "name": "adminexpress", "title": "Style adminexpress", "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/ADMINEXPRESS/adminexpress.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/ADMIN_EXPRESS/adminexpress.json" } ], "globalConstraint": { @@ -1269,7 +934,6 @@ "minScaleDenominator": null, "maxScaleDenominator": null }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", "layerId": "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS", "defaultProjection": "EPSG:3857" }, @@ -1280,7 +944,7 @@ "id": "GPP:TMS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/tms/1.0.0/" + "essentiels": "https://data.geopf.fr/tms/1.0.0/" } }, "name": "PLAN.IGN", @@ -1297,49 +961,49 @@ "name": "standard", "title": "Style standard", "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/standard.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/standard.json" }, { "name": "classique", "title": "Style classique", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/classique.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/classique.json" }, { "name": "transparent", "title": "Style transparent", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/transparent.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/transparent.json" }, { "name": "accentue", "title": "Style accentue", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/accentue.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/accentue.json" }, { "name": "attenue", "title": "Style attenue", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/attenue.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/attenue.json" }, { "name": "gris", "title": "Style en noir et blanc", "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/gris.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/gris.json" }, { "name": "epure", "title": "Style epure", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/epure.json" + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/epure.json" }, { "name": "sans_toponymes", "title": "Style sans toponymes", "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/sans_toponymes.json" + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/sans_toponymes.json" } ], "globalConstraint": { @@ -1353,737 +1017,13 @@ "minScaleDenominator": null, "maxScaleDenominator": null }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", "layerId": "PLAN.IGN$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - } - }, - "tileMatrixSets": { - "LAMB93": { - "projection": "EPSG:2154", - "nativeResolutions": [ - "104579.224549894", - "52277.5323537905", - "26135.4870785954", - "13066.8913818", - "6533.2286041135", - "3266.5595244627", - "1633.2660045974", - "816.629554986", - "408.3139146768", - "204.1567415109", - "102.0783167832", - "51.0391448966", - "25.5195690743", - "12.7597836936", - "6.379891636", - "3.1899457653", - "1.5949728695", - "0.7974864315", - "0.3987432149", - "0.1993716073", - "0.0996858037", - "0.0498429018" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 373497230.5353358, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 186705472.69210893, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 93341025.28069787, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 3, - "matrixWidth": 2, - "scaleDenominator": 46667469.22071429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 5, - "matrixWidth": 2, - "scaleDenominator": 23332959.30040536, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 9, - "matrixWidth": 3, - "scaleDenominator": 11666284.015938217, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 16, - "matrixWidth": 5, - "scaleDenominator": 5833092.873562143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 30, - "matrixWidth": 8, - "scaleDenominator": 2916534.12495, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 59, - "matrixWidth": 14, - "scaleDenominator": 1458263.9809885714, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 117, - "matrixWidth": 26, - "scaleDenominator": 729131.2196817858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 232, - "matrixWidth": 51, - "scaleDenominator": 364565.41708285717, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 462, - "matrixWidth": 100, - "scaleDenominator": 182282.660345, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 922, - "matrixWidth": 199, - "scaleDenominator": 91141.31812250002, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 1842, - "matrixWidth": 396, - "scaleDenominator": 45570.65604857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 3682, - "matrixWidth": 791, - "scaleDenominator": 22785.327271428574, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 7363, - "matrixWidth": 1581, - "scaleDenominator": 11392.663447500001, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 14724, - "matrixWidth": 3161, - "scaleDenominator": 5696.331676785715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 29447, - "matrixWidth": 6321, - "scaleDenominator": 2848.1658267857147, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 58892, - "matrixWidth": 12641, - "scaleDenominator": 1424.082910357143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 117782, - "matrixWidth": 25281, - "scaleDenominator": 712.0414546428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 235563, - "matrixWidth": 50561, - "scaleDenominator": 356.0207275000001, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 471125, - "matrixWidth": 101121, - "scaleDenominator": 178.01036357142857, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - } - } - }, - "LAMB93_1M_MNT": { - "projection": "IGNF:LAMB93", - "nativeResolutions": [ - "1000", - "500", - "250", - "100", - "75", - "50", - "25", - "5", - "1" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 23, - "matrixWidth": 4, - "scaleDenominator": 3571428.571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -500.0, - "y": 12000500.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 46, - "matrixWidth": 8, - "scaleDenominator": 1785714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -250.0, - "y": 12000250.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 92, - "matrixWidth": 16, - "scaleDenominator": 892857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -125.0, - "y": 12000125.0 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 230, - "matrixWidth": 40, - "scaleDenominator": 357142.85714285716, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -50.0, - "y": 12000050.0 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 307, - "matrixWidth": 54, - "scaleDenominator": 267857.1428571429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -37.5, - "y": 12000037.5 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 460, - "matrixWidth": 80, - "scaleDenominator": 178571.42857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -25.0, - "y": 12000025.0 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 920, - "matrixWidth": 160, - "scaleDenominator": 89285.71428571429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -12.5, - "y": 12000012.5 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 4600, - "matrixWidth": 800, - "scaleDenominator": 17857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -2.5, - "y": 12000002.5 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 23000, - "matrixWidth": 4000, - "scaleDenominator": 3571.4285714285716, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -0.5, - "y": 12000000.5 - } - } - } - }, - "LAMB93_5cm": { - "projection": "IGNF:LAMB93", - "nativeResolutions": [ - "209715.2", - "104857.6", - "52428.8", - "26214.4", - "13107.2", - "6553.6", - "3276.8", - "1638.4", - "819.2", - "409.6", - "204.8", - "102.4", - "51.2", - "25.6", - "12.8", - "6.4", - "3.2", - "1.6", - "0.8", - "0.4", - "0.2", - "0.1", - "0.05" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 748982857.1428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 374491428.5714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 187245714.2857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 2, - "matrixWidth": 1, - "scaleDenominator": 93622857.14285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 4, - "matrixWidth": 1, - "scaleDenominator": 46811428.571428575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 7, - "matrixWidth": 1, - "scaleDenominator": 23405714.285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 13, - "matrixWidth": 2, - "scaleDenominator": 11702857.142857144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 26, - "matrixWidth": 4, - "scaleDenominator": 5851428.571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 52, - "matrixWidth": 7, - "scaleDenominator": 2925714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 103, - "matrixWidth": 13, - "scaleDenominator": 1462857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 206, - "matrixWidth": 25, - "scaleDenominator": 731428.5714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 411, - "matrixWidth": 50, - "scaleDenominator": 365714.28571428574, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 822, - "matrixWidth": 99, - "scaleDenominator": 182857.14285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 1643, - "matrixWidth": 197, - "scaleDenominator": 91428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 3285, - "matrixWidth": 394, - "scaleDenominator": 45714.28571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 6569, - "matrixWidth": 788, - "scaleDenominator": 22857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 13138, - "matrixWidth": 1575, - "scaleDenominator": 11428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 26276, - "matrixWidth": 3150, - "scaleDenominator": 5714.285714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 52552, - "matrixWidth": 6300, - "scaleDenominator": 2857.1428571428573, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 105102, - "matrixWidth": 12600, - "scaleDenominator": 1428.5714285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 210205, - "matrixWidth": 25200, - "scaleDenominator": 714.2857142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 420409, - "matrixWidth": 50400, - "scaleDenominator": 357.14285714285717, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "22": { - "matrixId": "22", - "matrixHeight": 840818, - "matrixWidth": 100800, - "scaleDenominator": 178.57142857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - } - } - }, - "LAMB93_5cm_EPSG": { - "projection": "EPSG:2154", + "defaultProjection": "EPSG:3857" + } + }, + "tileMatrixSets": { + "LAMB93_5cm": { + "projection": "IGNF:LAMB93", "nativeResolutions": [ "209715.2", "104857.6", @@ -2423,338 +1363,44 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 279541132.0143589, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 4, - "matrixWidth": 4, - "scaleDenominator": 139770566.0071794, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 8, - "matrixWidth": 8, - "scaleDenominator": 69885283.00358972, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 16, - "matrixWidth": 16, - "scaleDenominator": 34942641.50179486, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 32, - "matrixWidth": 32, - "scaleDenominator": 17471320.75089743, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 64, - "matrixWidth": 64, - "scaleDenominator": 8735660.375448715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 128, - "matrixWidth": 128, - "scaleDenominator": 4367830.1877243575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 256, - "matrixWidth": 256, - "scaleDenominator": 2183915.0938621787, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 512, - "matrixWidth": 512, - "scaleDenominator": 1091957.5469310887, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 1024, - "matrixWidth": 1024, - "scaleDenominator": 545978.7734655447, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 2048, - "matrixWidth": 2048, - "scaleDenominator": 272989.3867327723, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 4096, - "matrixWidth": 4096, - "scaleDenominator": 136494.69336638617, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 8192, - "matrixWidth": 8192, - "scaleDenominator": 68247.34668319307, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 16384, - "matrixWidth": 16384, - "scaleDenominator": 34123.67334159654, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 32768, - "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 65536, - "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 131072, - "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 262144, - "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 524288, - "matrixWidth": 524288, - "scaleDenominator": 1066.3647919248917, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 1048576, - "matrixWidth": 1048576, - "scaleDenominator": 533.1823959624461, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 2097152, - "matrixWidth": 2097152, - "scaleDenominator": 266.5911979812229, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - } - } - }, - "PM_5cm": { - "projection": "EPSG:3857", - "nativeResolutions": [ - "156543.0339280410", - "78271.51696402048", - "39135.75848201023", - "19567.87924100512", - "9783.939620502561", - "4891.969810251280", - "2445.984905125640", - "1222.992452562820", - "611.4962262814100", - "305.7481131407048", - "152.8740565703525", - "76.43702828517624", - "38.21851414258813", - "19.10925707129406", - "9.554628535647032", - "4.777314267823516", - "2.388657133911758", - "1.194328566955879", - "0.5971642834779395", - "0.2985821417389697", - "0.1492910708694849", - "0.0746455354347424", - "0.0373227677173712" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 559082264.0287179, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "1": { "matrixId": "1", "matrixHeight": 2, "matrixWidth": 2, - "scaleDenominator": 279541132.0143589, + "scaleDenominator": 279541132.01435894, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "2": { "matrixId": "2", "matrixHeight": 4, "matrixWidth": 4, - "scaleDenominator": 139770566.0071794, + "scaleDenominator": 139770566.0071793, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "3": { "matrixId": "3", "matrixHeight": 8, "matrixWidth": 8, - "scaleDenominator": 69885283.00358972, + "scaleDenominator": 69885283.00358965, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "4": { @@ -2765,8 +1411,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "5": { @@ -2777,8 +1423,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "6": { @@ -2789,8 +1435,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "7": { @@ -2801,8 +1447,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "8": { @@ -2813,152 +1459,152 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "9": { "matrixId": "9", "matrixHeight": 512, "matrixWidth": 512, - "scaleDenominator": 1091957.5469310887, + "scaleDenominator": 1091957.5469310894, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "10": { "matrixId": "10", "matrixHeight": 1024, "matrixWidth": 1024, - "scaleDenominator": 545978.7734655447, + "scaleDenominator": 545978.7734655464, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "11": { "matrixId": "11", "matrixHeight": 2048, "matrixWidth": 2048, - "scaleDenominator": 272989.3867327723, + "scaleDenominator": 272989.38673277217, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "12": { "matrixId": "12", "matrixHeight": 4096, "matrixWidth": 4096, - "scaleDenominator": 136494.69336638617, + "scaleDenominator": 136494.69336638608, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "13": { "matrixId": "13", "matrixHeight": 8192, "matrixWidth": 8192, - "scaleDenominator": 68247.34668319307, + "scaleDenominator": 68247.34668319322, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "14": { "matrixId": "14", "matrixHeight": 16384, "matrixWidth": 16384, - "scaleDenominator": 34123.67334159654, + "scaleDenominator": 34123.673341596535, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "15": { "matrixId": "15", "matrixHeight": 32768, "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, + "scaleDenominator": 17061.83667079829, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "16": { "matrixId": "16", "matrixHeight": 65536, "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, + "scaleDenominator": 8530.918335399145, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "17": { "matrixId": "17", "matrixHeight": 131072, "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, + "scaleDenominator": 4265.459167699572, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "18": { "matrixId": "18", "matrixHeight": 262144, "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, + "scaleDenominator": 2132.7295838497826, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "19": { "matrixId": "19", "matrixHeight": 524288, "matrixWidth": 524288, - "scaleDenominator": 1066.3647919248917, + "scaleDenominator": 1066.364791924893, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "20": { "matrixId": "20", "matrixHeight": 1048576, "matrixWidth": 1048576, - "scaleDenominator": 533.1823959624461, + "scaleDenominator": 533.1823959624465, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "21": { @@ -2969,20 +1615,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "22": { - "matrixId": "22", - "matrixHeight": 4194304, - "matrixWidth": 4194304, - "scaleDenominator": 133.29559899061144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } } } @@ -3184,7 +1818,7 @@ "matrixId": "14", "matrixHeight": 16384, "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, + "scaleDenominator": 17061.836670798253, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -3196,7 +1830,7 @@ "matrixId": "15", "matrixHeight": 32768, "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, + "scaleDenominator": 8530.918335399127, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -3208,7 +1842,7 @@ "matrixId": "16", "matrixHeight": 65536, "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, + "scaleDenominator": 4265.459167699563, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -3220,7 +1854,7 @@ "matrixId": "17", "matrixHeight": 131072, "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, + "scaleDenominator": 2132.7295838497853, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -3232,7 +1866,7 @@ "matrixId": "18", "matrixHeight": 262144, "matrixWidth": 524288, - "scaleDenominator": 1066.364791924892, + "scaleDenominator": 1066.3647919248926, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -3244,7 +1878,7 @@ "matrixId": "19", "matrixHeight": 524288, "matrixWidth": 1048576, - "scaleDenominator": 533.182395962446, + "scaleDenominator": 533.1823959624463, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { diff --git a/samples-src/resources/ConfigFile/fullConfig.json b/samples-src/resources/ConfigFile/fullConfig.json index 04209cb52..67dc80392 100644 --- a/samples-src/resources/ConfigFile/fullConfig.json +++ b/samples-src/resources/ConfigFile/fullConfig.json @@ -1,63 +1,46 @@ { "generalOptions": { "apiKeys": { - "administratif": [ + "full": [ + "ACCES.BIOMETHANE$GEOPORTAIL:OGC:WMTS", "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMTS", "ADMINEXPRESS-COG.LATEST$GEOPORTAIL:OGC:WMTS", + "ADMINEXPRESS_2023-11-15$GEOPORTAIL:OGC:WMTS", + "ADMINEXPRESS_COG_2020$GEOPORTAIL:OGC:WMTS", "ADMIN_EXPRESS$GEOPORTAIL:OGC:WMTS", - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMTS", - "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMS", - "ADMINEXPRESS-COG.LATEST$GEOPORTAIL:OGC:WMS", - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS", - "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS" - ], - "adresse": [ - "BAN.ADRESSE$GEOPORTAIL:OGC:WMS", - "BAN.DATA.GOUV$GEOPORTAIL:OGC:WMS", - "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G$GEOPORTAIL:OGC:WMS", - "BDADRESSE-ROUTESADRESSE_BDD_FXX_RGF93G$GEOPORTAIL:OGC:WMS" - ], - "agriculture": [ - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMTS", - "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMTS", - "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMTS", - "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMS", - "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMS", - "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMS", - "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMS" - ], - "altimetrie": [ + "AREAMANAGEMENT.ZFU$GEOPORTAIL:OGC:WMTS", + "AREAMANAGEMENT.ZUS$GEOPORTAIL:OGC:WMTS", + "Aire-Parcellaire$GEOPORTAIL:OGC:WMTS", + "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMTS", + "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMTS", + "BDTOPO$GEOPORTAIL:OGC:WMTS", + "BD_TOPO_VALID$GEOPORTAIL:OGC:WMTS", + "BESOIN.CHALEUR.INDUSTRIEL$GEOPORTAIL:OGC:WMTS", + "BESOIN.CHALEUR.RESIDENTIEL$GEOPORTAIL:OGC:WMTS", + "BESOIN.CHALEUR.TERTIAIRE$GEOPORTAIL:OGC:WMTS", + "BESOIN.FROID.RESIDENTIEL$GEOPORTAIL:OGC:WMTS", + "BESOIN.FROID.TERTIAIRE$GEOPORTAIL:OGC:WMTS", + "BUILDINGS.BUILDINGS$GEOPORTAIL:OGC:WMTS", + "CADASTRAL.PARCELS.SECTIONS$GEOPORTAIL:OGC:WMTS", + "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMTS", + "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMTS", + "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS", + "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMTS", + "CADASTRALPARCELS.QUALREFBDP$GEOPORTAIL:OGC:WMTS", + "CADASTRES.SOLAIRES.LOCAUX$GEOPORTAIL:OGC:WMTS", + "CAPACITE.ACCUEIL.ELECTRIQUE$GEOPORTAIL:OGC:WMTS", + "CARTES-14-18-EDUGEO_PYR-PNG_FXX_WM$GEOPORTAIL:OGC:WMTS", + "CARTES.NATURALEARTH$GEOPORTAIL:OGC:WMTS", + "CGET_QP_BDD_WLD_WM_WMTS_20150914$GEOPORTAIL:OGC:WMTS", + "COMMUNES.PRIORITYDISCTRICT$GEOPORTAIL:OGC:WMTS", + "COMMUNES.SISMICITE$GEOPORTAIL:OGC:WMTS", + "CONSO.ELEC.COMMUNE$GEOPORTAIL:OGC:WMTS", + "CONSO.GAZ.COMMUNE$GEOPORTAIL:OGC:WMTS", + "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMTS", + "DELAISSES.AUTOROUTIERS$GEOPORTAIL:OGC:WMTS", + "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMTS", + "EDUGEO.LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMTS", + "EDUGEO.NATURALRISKZONES.1910FLOODEDWATERSHEDS$GEOPORTAIL:OGC:WMTS", "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMTS", "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMTS", "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMTS", @@ -67,93 +50,146 @@ "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMTS", "ELEVATION.LEVEL0$GEOPORTAIL:OGC:WMTS", "ELEVATION.SLOPES$GEOPORTAIL:OGC:WMTS", + "ELEVATION.SLOPES.HIGHRES$GEOPORTAIL:OGC:WMTS", "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMTS", - "ISOHYPSE$GEOPORTAIL:OGC:WMTS", - "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS.SHADOW$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3$GEOPORTAIL:OGC:WMS", - "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMS", - "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS", - "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS", - "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMS", - "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMS", - "ISOHYPSE$GEOPORTAIL:GPP:TMS" - ], - "cartes": [ + "ENR.AERO.CIVIL$GEOPORTAIL:OGC:WMTS", + "ENR.AERO.MILITAIRE$GEOPORTAIL:OGC:WMTS", + "ENR.GRANDS.SITES.FRANCE$GEOPORTAIL:OGC:WMTS", + "ENR.PERIMETRE.HABITATION$GEOPORTAIL:OGC:WMTS", + "ENR.PERIMETRE.PENTE$GEOPORTAIL:OGC:WMTS", + "ENR.PERIMETRE.ROUTE$GEOPORTAIL:OGC:WMTS", + "ENR.PERIMETRE.VOIE.FERREE$GEOPORTAIL:OGC:WMTS", + "ENREZO.BESOINS.CHAUD$GEOPORTAIL:OGC:WMTS", + "ENREZO.BESOINS.FROID$GEOPORTAIL:OGC:WMTS", + "ENREZO.CHALEUR.FATALE.500.INDUSTRIES$GEOPORTAIL:OGC:WMTS", + "ENREZO.CHALEUR.FATALE.DATACENTER$GEOPORTAIL:OGC:WMTS", + "ENREZO.CHALEUR.FATALE.STEP$GEOPORTAIL:OGC:WMTS", + "ENREZO.ZONE.POTENTIEL.CHAUD$GEOPORTAIL:OGC:WMTS", + "ENREZO.ZONE.POTENTIEL.FORT.CHAUD$GEOPORTAIL:OGC:WMTS", + "ENREZO.ZONE.POTENTIEL.FORT.FROID$GEOPORTAIL:OGC:WMTS", + "ENREZO.ZONE.POTENTIEL.FROID$GEOPORTAIL:OGC:WMTS", + "EVOL-SURFACE-FORESTIERE-1980-2011_EDUGEO_PYR-PNG_FXX_LAMB93_20150918$GEOPORTAIL:OGC:WMTS", + "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMTS", + "GAZ.CORRIDOR.DISTRIBUTION$GEOPORTAIL:OGC:WMTS", + "GAZ.CORRIDOR.TRANSPORT$GEOPORTAIL:OGC:WMTS", + "GAZ.RESEAU.DISTRIBUTION$GEOPORTAIL:OGC:WMTS", + "GAZ.RESEAU.TRANSPORT$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.1900TYPEMAPS$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.1914_11_15_ARRAS_VERDUN_BELFORT_fronts_600K$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.BONNE$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.COASTALMAPS$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.DOUAUMONT_FORT_positions_5K_18mai1916$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.AJACCIO1976$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BELFORT-MONTBELLIARD1973$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BERRY-SUD1952$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BETHUNE1956$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BIARRITZ1979$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BOURG-ST-MAURICE1974$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CAEN1969$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CAP-DAGDE1971$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CLERMONT-FERRAND1966$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CREIL-SUD-PICARDIE1979$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.DIJON1962$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Douaumont1916$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1965$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1976$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1991$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GUADELOUPE1955$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GUYANE1958$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LA-REUNION1980$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LA-ROCHELLE-ROCHEFORT1959$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LE-HAVRE1975$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LE-HAVRE1979$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LIMOGES1966$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1947$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1980$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1985$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Le-Mort-Homme-et-ses-environs-avril-1916$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1966$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1978$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1987$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1947$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1980$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1986$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.METZ-NANCY1983$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.NANTES1972$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.PARIS1964$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.PARIS1979$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Positions_20K_avr1916$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.REIMS1974$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.ROISSY1973$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.ROISSY1978$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.STRASBOURG1956$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.STRASBOURG1978$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.TOULON-HYERES1976$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.TOULOUSE1948$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1960$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1971$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERDUN_NORD_fronts_francais_20K$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERDUN_NORD_organisations_defensives_20K$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERSAILLES1979$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.MAPS.OVERVIEW$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMTS", "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMTS", - "PLAN.IGN$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMS", - "SCAN1000_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS", - "SCANDEP_PYR-JPEG_FXX_WM$GEOPORTAIL:OGC:WMS", - "SCANREG_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "PLAN.IGN$GEOPORTAIL:GPP:TMS" - ], - "cartovecto": [ - "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMS", - "BDCARTO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-LIEUX_NOMMES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-TRANSPORT_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "CLEFVERTE$GEOPORTAIL:OGC:WMS", - "COMMUNESTOURISTIQUES$GEOPORTAIL:OGC:WMS", - "PAVILLONBLEU$GEOPORTAIL:OGC:WMS", - "STATIONSCLASSEES$GEOPORTAIL:OGC:WMS", - "STATIONSVERTES$GEOPORTAIL:OGC:WMS", - "STATISTICALUNITS.IRIS$GEOPORTAIL:OGC:WMS", - "STATISTICALUNITS.IRISGE$GEOPORTAIL:OGC:WMS", - "VILLAGESETAPE$GEOPORTAIL:OGC:WMS" - ], - "clc": [ + "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_NORD_fronts_offensves_50K$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_SUD_NORD_com_group_80K$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_fronts_50K_21-26fevr1916$GEOPORTAIL:OGC:WMTS", + "GEOGRAPHICALNAMES.NAMES$GEOPORTAIL:OGC:WMTS", + "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", + "HYDROGRAPHY.BCAE.2020$GEOPORTAIL:OGC:WMTS", + "HYDROGRAPHY.BCAE.2021$GEOPORTAIL:OGC:WMTS", + "HYDROGRAPHY.BCAE.2022$GEOPORTAIL:OGC:WMTS", + "HYDROGRAPHY.BCAE.2024$GEOPORTAIL:OGC:WMTS", + "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMTS", + "HYDROGRAPHY.HYDROGRAPHY$GEOPORTAIL:OGC:WMTS", + "INPE$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMTS", + "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMTS", + "ISOHYPSE$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CHA00$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CHA06$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CHA12$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CLC00$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CLC00R$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CLC06$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CLC06R$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMTS", @@ -167,7 +203,18 @@ "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.CLC90$GEOPORTAIL:OGC:WMTS", "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.KLAUS$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.LGV_archeologie$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.LGV_faune$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.LGV_flore$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.LGV_technique$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.EDUGEO.TAUX_BOISEMENT_2009-2013$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.FORESTAREAS$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMTS", "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMTS", "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMTS", @@ -179,6 +226,8 @@ "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMTS", "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.GRID.CLC12_DOM$GEOPORTAIL:OGC:WMTS", + "LANDCOVER.GRID.CLC12_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMTS", "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMTS", "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMTS", @@ -188,250 +237,37 @@ "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMTS", "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMTS", "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMTS", - "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC06_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC12R$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC12R_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC12R_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC12_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC12_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC00_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC06$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC06R$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC06R_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC06R_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMS", - "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.GRA.CLC15$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.IMD.CLC12$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.IMD.CLC15$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMS", - "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMS" - ], - "decouverte": [ - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS" - ], - "economie": [ - "AREAMANAGEMENT.ZFU$GEOPORTAIL:OGC:WMTS", - "AREAMANAGEMENT.ZUS$GEOPORTAIL:OGC:WMTS", - "COMMUNES.PRIORITYDISCTRICT$GEOPORTAIL:OGC:WMTS", - "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMTS", - "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMTS", - "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMS", - "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMS", - "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMS" - ], - "environnement": [ - "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMTS", - "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMTS", - "LANDCOVER.FORESTAREAS$GEOPORTAIL:OGC:WMTS", - "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMTS", - "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMTS", "LANDCOVER.SYLVOECOREGIONS$GEOPORTAIL:OGC:WMTS", "LANDCOVER.SYLVOECOREGIONS.ALLUVIUM$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMTS", - "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMTS", - "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMTS", - "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMS", - "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMS", - "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMS", - "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMS", - "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMS", - "MESURES_COMPENSATOIRES$GEOPORTAIL:OGC:WMS", - "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMS" - ], - "essentiels": [ - "ADMIN_EXPRESS$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", - "PLAN.IGN$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS", - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMS", - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "PLAN.IGN$GEOPORTAIL:GPP:TMS", - "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS" - ], - "geodesie": [ - "BDGEODESIQUE-RGP_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", - "BDGEODESIQUE-RN_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", - "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", - "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", - "BDGEODESIQUE-TRIPLET_BDD-POI_WLD$GEOPORTAIL:OGC:WMS" - ], - "inspire": [ - "CP.CadastralParcel$INSPIRE:OGC:WMS", - "EL.GridCoverage$INSPIRE:OGC:WMS", - "OI.OrthoimageCoverage$INSPIRE:OGC:WMS", - "OI.OrthoimageCoverage.HR$INSPIRE:OGC:WMS", - "AD.Address$INSPIRE:OGC:WMS", - "AU.AdministrativeUnit$INSPIRE:OGC:WMS", - "BU.Building$INSPIRE:OGC:WMS", - "GN.GeographicalNames$INSPIRE:OGC:WMS", - "HY.PhysicalWaters$INSPIRE:OGC:WMS", - "RPG.2012$INSPIRE:OGC:WMS", - "TN.AirTransportNetwork$INSPIRE:OGC:WMS", - "TN.RailTransportNetwork$INSPIRE:OGC:WMS", - "TN.RoadTransportNetwork$INSPIRE:OGC:WMS", - "TN.RoadTransportNetwork-2$INSPIRE:OGC:WMS", - "US.UtilityAndGovernmentalServices$INSPIRE:OGC:WMS" - ], - "lambert93": [ - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS.L93$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.PARCELS.L93$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2.L93$GEOPORTAIL:OGC:WMTS", - "HR.ORTHOIMAGERY.ORTHOPHOTOS.L93$GEOPORTAIL:OGC:WMTS", - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2020.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021.L93$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022.L93$GEOPORTAIL:OGC:WMTS", - "SCANEM40_PYR_PNG_FXX_LAMB93$GEOPORTAIL:OGC:WMS" - ], - "ocsge": [ + "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMTS", + "LANDUSE.AGRICULTURE2022$GEOPORTAIL:OGC:WMTS", + "LGV_EDUGEO_ARCHEOLOGIE_PYR-PNG_FXX_WM_20170210$GEOPORTAIL:OGC:WMTS", + "LGV_EDUGEO_FAUNE_PYR-PNG_FXX_WM_20170215$GEOPORTAIL:OGC:WMTS", + "LGV_EDUGEO_FLORE_PYR-PNG_FXX_WM_20170213$GEOPORTAIL:OGC:WMTS", + "LGV_EDUGEO_TECHNIQUE_PYR-PNG_FXX_WM_20170215$GEOPORTAIL:OGC:WMTS", + "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMTS", + "LOCALISATION.MATS.EOLIEN$GEOPORTAIL:OGC:WMTS", + "LOT.CHASSE$GEOPORTAIL:OGC:WMTS", + "LOT_CHASSE$GEOPORTAIL:OGC:WMTS", + "LSEP-CRUE_PYR-PNG_WLD_WM_EDUGEO_20130128$GEOPORTAIL:OGC:WMTS", + "NATURALRISKZONES.1910FLOODEDWATERSHEDS$GEOPORTAIL:OGC:WMTS", "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMTS", "OCSGE.CONSTRUCTIONS.2002$GEOPORTAIL:OGC:WMTS", - "OCSGE.CONSTRUCTIONS.2010$GEOPORTAIL:OGC:WMTS", "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMTS", "OCSGE.CONSTRUCTIONS.2014$GEOPORTAIL:OGC:WMTS", "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMTS", @@ -439,7 +275,6 @@ "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMTS", "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMTS", "OCSGE.COUVERTURE.2002$GEOPORTAIL:OGC:WMTS", - "OCSGE.COUVERTURE.2010$GEOPORTAIL:OGC:WMTS", "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMTS", "OCSGE.COUVERTURE.2014$GEOPORTAIL:OGC:WMTS", "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMTS", @@ -447,7 +282,6 @@ "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMTS", "OCSGE.USAGE$GEOPORTAIL:OGC:WMTS", "OCSGE.USAGE.2002$GEOPORTAIL:OGC:WMTS", - "OCSGE.USAGE.2010$GEOPORTAIL:OGC:WMTS", "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMTS", "OCSGE.USAGE.2014$GEOPORTAIL:OGC:WMTS", "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMTS", @@ -457,64 +291,117 @@ "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMTS", "OCSGE_2016$GEOPORTAIL:OGC:WMTS", "OCSGE_2019$GEOPORTAIL:OGC:WMTS", - "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMS", - "OCSGE.CONSTRUCTIONS.2010$GEOPORTAIL:OGC:WMS", - "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMS", - "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMS", - "OCSGE.CONSTRUCTIONS.2017$GEOPORTAIL:OGC:WMS", - "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMS", - "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMS", - "OCSGE.COUVERTURE.2010$GEOPORTAIL:OGC:WMS", - "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMS", - "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMS", - "OCSGE.COUVERTURE.2017$GEOPORTAIL:OGC:WMS", - "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMS", - "OCSGE.USAGE$GEOPORTAIL:OGC:WMS", - "OCSGE.USAGE.2010$GEOPORTAIL:OGC:WMS", - "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMS", - "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMS", - "OCSGE.USAGE.2017$GEOPORTAIL:OGC:WMS", - "OCSGE.USAGE.2019$GEOPORTAIL:OGC:WMS", - "OCSGE.VISU.2016$GEOPORTAIL:OGC:WMS", - "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMS" - ], - "osge": [ - "OCSGE_2016$GEOPORTAIL:GPP:TMS", - "OCSGE_2019$GEOPORTAIL:GPP:TMS" - ], - "ortho": [ - "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", + "OFB.ZONES.EXCLUES$GEOPORTAIL:OGC:WMTS", + "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE$GEOPORTAIL:OGC:WMTS", + "ORTHO-EDUGEO_PYR-PNG_WLD_WM$GEOPORTAIL:OGC:WMTS", + "ORTHO-EXPRESS-2020_PYR-JPG_WLD_WM_WMTS2$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.AJACCIO1975$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.AJACCIO1990$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.ARCACHON2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.ARRAS-LENS-BETHUNE2008$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BELFORT-MONTBELLIARD1951$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BERRY-SUD1950$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BERRY-SUD1970$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BETHUNE1963$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BETHUNE1964$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BETHUNE1988$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BIARRITZ1977$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BIARRTITZ1979$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BORDEAUX2003$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.BOURG-ST-MAURICE1956$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CAEN1991$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CAP-D-AGDE1968$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CAP-D-AGDE2008$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CAP-DAGE1981$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CLERMONT-FERRAND1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CLERMONT-FERRAND1985$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.CREIL-SUD-PICARDIE1975$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.DIJON1971$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.GRENOBLE1966$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.GRENOBLE1989$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.GUADELOUPE1984$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.GUYANE1955$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LA-REUNION1961$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LA-REUNION1980$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LA-REUNION1989$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LA-REUNION2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LA-ROCHELLE-ROCHEFORT1973$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LE-HAVRE1955$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LE-HAVRE1964$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LE-HAVRE2008$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LIMOGES1974$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LYON1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LYON1984$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LYON1988$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.LYON2008$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1977$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1987$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1969$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1980$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1987$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1988$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.MARTINIQUE1988$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.METZ-NANCY1982$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.NANTES1971$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.PARIS1949$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.PARIS1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.PARIS2010SPOT$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.REIMS1963$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.REIMS1973$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.REIMS1988$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.REIMS2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.ROISSY1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.ROISSY1987$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.STRASBOURG1975$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.STRASBOURG1985$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.STRASBOURG2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.TOULON-HYERES1972$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.TOULOUSE1954$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.VALEE-DU-DRAC2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1970$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.VERSAILLES1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.EDUGEO.VERSAILLES1989$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2023$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.1965-1980$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.COAST2000$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.GENEVE$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.ILESDUNORD$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2023$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022$GEOPORTAIL:OGC:WMTS", - "PCRS.LAMB93$GEOPORTAIL:OGC:WMTS", - "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", - "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2023$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.TPM.OMBRES$GEOPORTAIL:OGC:WMS", - "PCRS.LAMB93$GEOPORTAIL:OGC:WMS", - "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS" - ], - "orthohisto": [ - "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2018$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2023$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMTS", @@ -523,11 +410,21 @@ "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.LOW_RES.CRS84$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.NCL$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2017$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2018$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2020$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.PRE.IRMA$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.RAPIDEYE$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMTS", + "ORTHOIMAGERY.ORTHOPHOTOS.SPOT5$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS2000$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMTS", @@ -553,151 +450,77 @@ "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMTS", "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2000$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2001$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2002$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2003$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2004$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2005$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2006$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2006-2010$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2007$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2008$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2009$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2010$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2011$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2011-2015$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2012$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2013$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2014$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2015$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2016$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2017$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015$GEOPORTAIL:OGC:WMS" - ], - "parcellaire": [ - "Aire-Parcellaire$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS", - "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMTS", + "OSM.PISTECYCLABLE$GEOPORTAIL:OGC:WMTS", + "OSM.POI$GEOPORTAIL:OGC:WMTS", + "PARKING.SUP.500$GEOPORTAIL:OGC:WMTS", + "PART.ENR.COMMUNE$GEOPORTAIL:OGC:WMTS", "PCI$GEOPORTAIL:OGC:WMTS", - "Aire-Parcellaire$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.COMMUNES$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.GRAPHE$GEOPORTAIL:OGC:WMS", - "CADASTRALPARCELS.SECTIONS$GEOPORTAIL:OGC:WMS", - "PCI$GEOPORTAIL:GPP:TMS" - ], - "satellite": [ - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMTS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS" - ], - "sol": [ - "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMTS", - "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMTS", - "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMS", - "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMS" - ], - "topographie": [ - "BDTOPO$GEOPORTAIL:OGC:WMTS", - "BUILDINGS.BUILDINGS$GEOPORTAIL:OGC:WMTS", - "GEOGRAPHICALNAMES.NAMES$GEOPORTAIL:OGC:WMTS", - "HYDROGRAPHY.HYDROGRAPHY$GEOPORTAIL:OGC:WMTS", - "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMTS", - "TRANSPORTNETWORKS.RAILWAYS$GEOPORTAIL:OGC:WMTS", - "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMTS", - "TRANSPORTNETWORKS.RUNWAYS$GEOPORTAIL:OGC:WMTS", - "UTILITYANDGOVERNMENTALSERVICES.ALL$GEOPORTAIL:OGC:WMTS", - "hedge.hedge$GEOPORTAIL:OGC:WMTS", - "BDTOPO-GEOPO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", - "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMS", - "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE$GEOPORTAIL:OGC:WMS", - "hedge.hedge$GEOPORTAIL:OGC:WMS", - "BDTOPO$GEOPORTAIL:GPP:TMS" - ], - "transports": [ + "PCRS.LAMB93$GEOPORTAIL:OGC:WMTS", + "PLAN.IGN$GEOPORTAIL:OGC:WMTS", + "POINTS.INJECTION.BIOMETHANE$GEOPORTAIL:OGC:WMTS", + "POI_OSM$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.EOLIEN.REGLEMENTAIRE$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.GEOTHERMIE$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.HYDRO$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.RESEAU.CHALEUR.PACA$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.RESEAU.CHAUD.FROID.PACA$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.RESEAU.FROID.PACA$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.SOLAIRE.BATIMENT$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.SOLAIRE.FRICHE$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.SOLAIRE.PARKING500$GEOPORTAIL:OGC:WMTS", + "POTENTIEL.SOLAIRE.SOL$GEOPORTAIL:OGC:WMTS", + "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMTS", + "PROD.INSTALLATION.EOLIEN$GEOPORTAIL:OGC:WMTS", + "PROD.INSTALLATION.HYDRO$GEOPORTAIL:OGC:WMTS", + "PROD.INSTALLATION.PV$GEOPORTAIL:OGC:WMTS", + "PRODUCTIBLE.BIOMETHANE.COMMUNE$GEOPORTAIL:OGC:WMTS", + "PRODUCTIBLE.EOLIEN.COMMUNE$GEOPORTAIL:OGC:WMTS", + "PRODUCTIBLE.METHANISATION.COMMUNE$GEOPORTAIL:OGC:WMTS", + "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.APLG$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.UNESCO$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.ZPR$GEOPORTAIL:OGC:WMTS", + "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMTS", + "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMTS", + "PUISSANCE.INSTALLEE.BIOMETHANE$GEOPORTAIL:OGC:WMTS", + "PUISSANCE.INSTALLEE.METHANISATION$GEOPORTAIL:OGC:WMTS", + "PVA_IGN_zone-marais-de-Virvee_1945$GEOPORTAIL:OGC:WMTS", + "PVA_IGN_zone-marais-de-Virvee_1956$GEOPORTAIL:OGC:WMTS", + "PVA_IGN_zone-marais-de-Virvee_1976$GEOPORTAIL:OGC:WMTS", + "PVA_IGN_zone-marais-de-Virvee_1984$GEOPORTAIL:OGC:WMTS", + "RAPIDEYE_PYR-JPEG_WLD_WM_2010$GEOPORTAIL:OGC:WMTS", + "RAPIDEYE_PYR-JPEG_WLD_WM_2011$GEOPORTAIL:OGC:WMTS", + "REPARTITION.POTENTIEL.METHANISATION.2050$GEOPORTAIL:OGC:WMTS", + "RPG2012_PYR-PNG_WLD_EDUGEO_20170126$GEOPORTAIL:OGC:WMTS", + "RPG_2020$GEOPORTAIL:OGC:WMTS", + "RUE_FEMININE$GEOPORTAIL:OGC:WMTS", + "SCAN-EDUGEO_PYR-PNG_FXX_WM$GEOPORTAIL:OGC:WMTS", + "SCAN1000_PYR-JPEG_WLD_WM_WMTS_3D$GEOPORTAIL:OGC:WMTS", "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMTS", "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMTS", "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMTS", @@ -707,8 +530,322 @@ "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMTS", "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMTS", "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.BIOGAZ$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.COGENERATION$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.DECHETS$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.METHANISATON$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.RC$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.RC.PACA$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE$GEOPORTAIL:OGC:WMTS", + "SITE.PRODUCTION.CHALEUR.RCF.POINT$GEOPORTAIL:OGC:WMTS", + "SPOT-EDUGEO_PYR-PNG_WLD_WM$GEOPORTAIL:OGC:WMTS", + "SPOT5_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMTS", + "TEST_PBE_LE_HAVRE$GEOPORTAIL:OGC:WMTS", + "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS", + "TRACES.RANDO.HIVERNALE$GEOPORTAIL:OGC:WMTS", + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMTS", + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST_VISU$GEOPORTAIL:OGC:WMTS", + "TRANSPORTNETWORKS.RAILWAYS$GEOPORTAIL:OGC:WMTS", + "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMTS", "TRANSPORTNETWORKS.ROADS.DIRECTION$GEOPORTAIL:OGC:WMTS", + "TRANSPORTNETWORKS.RUNWAYS$GEOPORTAIL:OGC:WMTS", "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMTS", + "TRANSPORT_EXCEPTIONNEL$GEOPORTAIL:OGC:WMTS", + "UTILITYANDGOVERNMENTALSERVICES.ALL$GEOPORTAIL:OGC:WMTS", + "ZONAGE.OFB$GEOPORTAIL:OGC:WMTS", + "bdtopo_cote_d_azur$GEOPORTAIL:OGC:WMTS", + "d029_1_brest_2021$GEOPORTAIL:OGC:WMTS", + "hedge.hedge$GEOPORTAIL:OGC:WMTS", + "tuto_scan1000_SRD$GEOPORTAIL:OGC:WMTS", + "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMS", + "ADMINEXPRESS-COG.LATEST$GEOPORTAIL:OGC:WMS", + "ADMINEXPRESS_COG_2020$GEOPORTAIL:OGC:WMS", + "Aire-Parcellaire$GEOPORTAIL:OGC:WMS", + "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMS", + "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.QUALREFBDP$GEOPORTAIL:OGC:WMS", + "CP.CadastralParcel$GEOPORTAIL:OGC:WMS", + "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMS", + "EL.GridCoverage$GEOPORTAIL:OGC:WMS", + "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS.SHADOW$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3$GEOPORTAIL:OGC:WMS", + "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMS", + "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMS", + "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.COASTALMAPS$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMS", + "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", + "HYDROGRAPHY.BCAE.2021$GEOPORTAIL:OGC:WMS", + "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMS", + "IRRADIATION.SOLAIRE$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC06_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC12R$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC12R_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC12R_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC12_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC12_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMS", + "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC00_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC06$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC06R$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC06R_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC06R_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC12_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC12_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.GRA.CLC15$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.IMD.CLC12$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.IMD.CLC15$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMS", + "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMS", + "LANDUSE.AGRICULTURE2022$GEOPORTAIL:OGC:WMS", + "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS", + "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMS", + "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMS", + "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMS", + "OCSGE.CONSTRUCTIONS.2017$GEOPORTAIL:OGC:WMS", + "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMS", + "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMS", + "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMS", + "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMS", + "OCSGE.COUVERTURE.2017$GEOPORTAIL:OGC:WMS", + "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMS", + "OCSGE.USAGE$GEOPORTAIL:OGC:WMS", + "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMS", + "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMS", + "OCSGE.USAGE.2017$GEOPORTAIL:OGC:WMS", + "OCSGE.USAGE.2019$GEOPORTAIL:OGC:WMS", + "OCSGE.VISU.2016$GEOPORTAIL:OGC:WMS", + "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMS", + "OI.OrthoimageCoverage$GEOPORTAIL:OGC:WMS", + "OI.OrthoimageCoverage.HR$GEOPORTAIL:OGC:WMS", + "ORTHO-EXPRESS-2020_PYR-JPG_WLD_WM_20200708$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.1965-1980$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2023$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2017$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.TPM.OMBRES$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2001$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2002$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2003$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2004$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2005$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2006$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2006-2010$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2007$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2008$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2009$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2010$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2011$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2011-2015$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2012$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2013$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2014$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2015$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2016$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2017$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMS", + "Ortho_50cm_ASSEMBLAGE_D075D092_2021$GEOPORTAIL:OGC:WMS", + "PCRS.LAMB93$GEOPORTAIL:OGC:WMS", + "POTENTIEL.VENT.140M$GEOPORTAIL:OGC:WMS", + "POTENTIEL.VENT.160M$GEOPORTAIL:OGC:WMS", + "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APLG$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.UNESCO$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZPR$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMS", + "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMS", + "RAPIDEYE_PYR-JPEG_WLD_WM_ESPACE-PRO$GEOPORTAIL:OGC:WMS", + "RAPIDEYE_PYR-JPEG_WLD_WM_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_SBA_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-DST_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_SBA_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_SMA_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS", + "RGEALTI-SRC_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS", + "SCAN1000_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS", + "SCANDEP_PYR-JPEG_FXX_WM$GEOPORTAIL:OGC:WMS", + "SCANEM40_PYR_PNG_FXX_LAMB93$GEOPORTAIL:OGC:WMS", + "SCANREG_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMS", @@ -718,12 +855,385 @@ "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMS", + "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS", + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMS", + "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMS", "TRANSPORTNETWORKS.ROADS.DIRECTION$GEOPORTAIL:OGC:WMS", "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMS", + "ACADEMIES.2015$GEOPORTAIL:OGC:WMS", + "ACCES.BIOMETHANE$GEOPORTAIL:OGC:WMS", + "ADMINEXPRESS_COG$GEOPORTAIL:OGC:WMS", + "ADMINEXPRESS_COG_CARTO$GEOPORTAIL:OGC:WMS", + "ADMINISTRATIVEUNITS.BOUNDARIES.EXPRESS$GEOPORTAIL:OGC:WMS", + "AccessFor_accessibilite_porteur$GEOPORTAIL:OGC:WMS", + "AccessFor_accessibilite_skidder_restrictif$GEOPORTAIL:OGC:WMS", + "AccessFor_desserte$GEOPORTAIL:OGC:WMS", + "AccessFor_skidder$GEOPORTAIL:OGC:WMS", + "AccessFor_skidder_restrictif_v2$GEOPORTAIL:OGC:WMS", + "BAN.DATA.GOUV$GEOPORTAIL:OGC:WMS", + "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G$GEOPORTAIL:OGC:WMS", + "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G_WMS_20190205$GEOPORTAIL:OGC:WMS", + "BDCARTO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-LIEUX_NOMMES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-TRANSPORT_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMS", + "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMS", + "BDFORETV2_BDD_FXX_LAMB93$GEOPORTAIL:OGC:WMS", + "BDGEODESIQUE-RGP_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", + "BDGEODESIQUE-RN_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", + "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", + "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", + "BDGEODESIQUE-TRIPLET_BDD-POI_WLD$GEOPORTAIL:OGC:WMS", + "BDPR_BDD_FXX_LAMB93_223$GEOPORTAIL:OGC:WMS", + "BDPR_BDD_FXX_LAMB93_224$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-BATI$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-HYDROGRAPHIE$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-OROGRAPHIE$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-RESEAU-ROUTIER$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-TRANSPORT-ENERGIE$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-TRANSPORT-VOIES-FERREES$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-VEGETATION$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-ZONE-ACTIVITES$GEOPORTAIL:OGC:WMS", + "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS", + "BESOIN.CHALEUR.INDUSTRIEL$GEOPORTAIL:OGC:WMS", + "BESOIN.CHALEUR.RESIDENTIEL$GEOPORTAIL:OGC:WMS", + "BESOIN.CHALEUR.TERTIAIRE$GEOPORTAIL:OGC:WMS", + "BESOIN.FROID.RESIDENTIEL$GEOPORTAIL:OGC:WMS", + "BESOIN.FROID.TERTIAIRE$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.COMMUNES$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.GRAPHE$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.PCI_VECTEUR$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.QUALREFBDP$GEOPORTAIL:OGC:WMS", + "CADASTRALPARCELS.SECTIONS$GEOPORTAIL:OGC:WMS", + "CADASTRES.SOLAIRES.LOCAUX$GEOPORTAIL:OGC:WMS", + "CAMINO$GEOPORTAIL:OGC:WMS", + "CAPACITE.ACCUEIL.ELECTRIQUE$GEOPORTAIL:OGC:WMS", + "CJP-PARCS-JARDINS_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS", + "CLC00R_BDD_WLD_WM_20180322$GEOPORTAIL:OGC:WMS", + "CLC06R_BDD_WLD_WM_20180322$GEOPORTAIL:OGC:WMS", + "CLC_BDD_FXX_L93_20180223$GEOPORTAIL:OGC:WMS", + "CLC_BDD_WLD_WM_20180228$GEOPORTAIL:OGC:WMS", + "CLC_CHA00_BDD_FXX_L93_20180309$GEOPORTAIL:OGC:WMS", + "CLC_CHA00_BDD_WLD_WM_20180306$GEOPORTAIL:OGC:WMS", + "CLC_CHA06_BDD_DOM_WGS84G_20180314$GEOPORTAIL:OGC:WMS", + "CLC_CHA06_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CHA12_BDD_DOM_WGS84G_20180314$GEOPORTAIL:OGC:WMS", + "CLC_CHA12_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_DOM_WGS84G_09-10-2020$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_DOM_WGS84G_20190424$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_DOM_WGS84G_20190925$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_FXX_L93_20181219$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_FXX_L93_20190425$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_FXX_L93_20190927$GEOPORTAIL:OGC:WMS", + "CLC_CHA18_BDD_WLD_WM_20190925$GEOPORTAIL:OGC:WMS", + "CLC_CLC00R_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC00_BDD_DOM_WGS84G_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC00_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC06R_BDD_DOM_WGS84G_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC06R_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC06_BDD_DOM_WGS84G_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC06_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLC_CLC12R_BDD_DOM_WGS84G_08-10-2020$GEOPORTAIL:OGC:WMS", + "CLC_CLC12R_BDD_DOM_WGS84G_20190425$GEOPORTAIL:OGC:WMS", + "CLC_CLC12R_BDD_FXX_L93_20190108$GEOPORTAIL:OGC:WMS", + "CLC_CLC12R_BDD_FXX_L93_20190425$GEOPORTAIL:OGC:WMS", + "CLC_CLC12R_BDD_WLD_WM_20190925$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_DOM_WGS84G_09-10-2020$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_DOM_WGS84G_20190425$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_DOM_WGS84G_20190919$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_FXX_L93_20181219$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_FXX_L93_20190425$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_FXX_L93_20190927$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_WLD_WM_08-10-2020$GEOPORTAIL:OGC:WMS", + "CLC_CLC18_BDD_WLD_WM_20190916$GEOPORTAIL:OGC:WMS", + "CLC_CLC90_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS", + "CLEFVERTE$GEOPORTAIL:OGC:WMS", + "COMMUNES.2016$GEOPORTAIL:OGC:WMS", + "COMMUNES.ACTUELLES$GEOPORTAIL:OGC:WMS", + "COMMUNES.EPCI$GEOPORTAIL:OGC:WMS", + "COMMUNES.EPCI.2014$GEOPORTAIL:OGC:WMS", + "COMMUNES.EPCI.2016$GEOPORTAIL:OGC:WMS", + "COMMUNES.EPCISANSFISCALITEPROPRE$GEOPORTAIL:OGC:WMS", + "COMMUNESTOURISTIQUES$GEOPORTAIL:OGC:WMS", + "CONSO.ELEC.COMMUNE$GEOPORTAIL:OGC:WMS", + "CONSO.GAZ.COMMUNE$GEOPORTAIL:OGC:WMS", + "COSIA$GEOPORTAIL:OGC:WMS", + "CoSIA_WFS_D029_1_Brest_2021$GEOPORTAIL:OGC:WMS", + "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMS", + "DELAISSES.AUTOROUTIERS$GEOPORTAIL:OGC:WMS", + "DEPARTEMENT.2015$GEOPORTAIL:OGC:WMS", + "DEPARTEMENT.2017$GEOPORTAIL:OGC:WMS", "DGAC-PEB-POI_BDD_WLD_WM$GEOPORTAIL:OGC:WMS", "DGAC-PEB_BDD_FXX_WM_WMS$GEOPORTAIL:OGC:WMS", "DGAC-PGS-POI_BDD_FXX_WM_WM$GEOPORTAIL:OGC:WMS", "DGAC-PGS_BDD_FXX_WM_WMS$GEOPORTAIL:OGC:WMS", + "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMS", + "EAU.ZRE$GEOPORTAIL:OGC:WMS", + "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMS", + "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMS", + "ENERGIE.ELECTRICITE$GEOPORTAIL:OGC:WMS", + "ENERGIE.GAZ$GEOPORTAIL:OGC:WMS", + "ENERGIE.GES$GEOPORTAIL:OGC:WMS", + "ENERGIE.PETROLE$GEOPORTAIL:OGC:WMS", + "ENR.AERO.CIVIL$GEOPORTAIL:OGC:WMS", + "ENR.AERO.MILITAIRE$GEOPORTAIL:OGC:WMS", + "ENR.GRANDS.SITES.FRANCE$GEOPORTAIL:OGC:WMS", + "ENR.PERIMETRE.HABITATION$GEOPORTAIL:OGC:WMS", + "ENR.PERIMETRE.PENTE$GEOPORTAIL:OGC:WMS", + "ENR.PERIMETRE.ROUTE$GEOPORTAIL:OGC:WMS", + "ENR.PERIMETRE.VOIE.FERREE$GEOPORTAIL:OGC:WMS", + "ENREZO.BESOINS.CHAUD$GEOPORTAIL:OGC:WMS", + "ENREZO.BESOINS.FROID$GEOPORTAIL:OGC:WMS", + "ENREZO.CHALEUR.FATALE.500.INDUSTRIES$GEOPORTAIL:OGC:WMS", + "ENREZO.CHALEUR.FATALE.DATACENTER$GEOPORTAIL:OGC:WMS", + "ENREZO.CHALEUR.FATALE.STEP$GEOPORTAIL:OGC:WMS", + "ENREZO.ZONE.POTENTIEL.CHAUD$GEOPORTAIL:OGC:WMS", + "ENREZO.ZONE.POTENTIEL.FORT.CHAUD$GEOPORTAIL:OGC:WMS", + "ENREZO.ZONE.POTENTIEL.FORT.FROID$GEOPORTAIL:OGC:WMS", + "ENREZO.ZONE.POTENTIEL.FROID$GEOPORTAIL:OGC:WMS", + "Evolution_vegetation_Guadeloupe_1950-2010$GEOPORTAIL:OGC:WMS", + "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMS", + "Formation_vegetation_Guadeloupe_2010$GEOPORTAIL:OGC:WMS", + "GAZ.CORRIDOR.DISTRIBUTION$GEOPORTAIL:OGC:WMS", + "GAZ.CORRIDOR.TRANSPORT$GEOPORTAIL:OGC:WMS", + "GAZ.RESEAU.DISTRIBUTION$GEOPORTAIL:OGC:WMS", + "GAZ.RESEAU.TRANSPORT$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMS", + "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "HAIES.BOCAGES$GEOPORTAIL:OGC:WMS", + "INPE$GEOPORTAIL:OGC:WMS", + "INRAP-ARCHEOPREV_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.NIVEAU.DE.VIE$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.MAISON$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.PLUS.65.ANS$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMS", + "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC_DOM$GEOPORTAIL:OGC:WMS", + "LANDCOVER.CLC_FR$GEOPORTAIL:OGC:WMS", + "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011$GEOPORTAIL:OGC:WMS", + "LANDOVER.CLC$GEOPORTAIL:OGC:WMS", + "LIMITES-ADM.2011$GEOPORTAIL:OGC:WMS", + "LIMITES-ADM.2012$GEOPORTAIL:OGC:WMS", + "LIMITES-ADM.2013$GEOPORTAIL:OGC:WMS", + "LIMITES-ADM.2014$GEOPORTAIL:OGC:WMS", + "LIMITES-ADM.2015$GEOPORTAIL:OGC:WMS", + "LIMITES-ADM.2016$GEOPORTAIL:OGC:WMS", + "LOCALISATION.MATS.EOLIEN$GEOPORTAIL:OGC:WMS", + "LOT.CHASSE$GEOPORTAIL:OGC:WMS", + "MESURES_COMPENSATOIRES$GEOPORTAIL:OGC:WMS", + "METEOFRANCE-STATIONS_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS", + "MTD_BDPARCELLAIRE_BDD_L93_FXX_20190725$GEOPORTAIL:OGC:WMS", + "OCS.BFC.2011.couverture$GEOPORTAIL:OGC:WMS", + "OCS.BFC.2011.usage$GEOPORTAIL:OGC:WMS", + "OCS.BFC.2017.couverture$GEOPORTAIL:OGC:WMS", + "OCS.BFC.2017.usage$GEOPORTAIL:OGC:WMS", + "OCS.GE$GEOPORTAIL:OGC:WMS", + "OCS.GE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMS", + "OCS.GE.USAGE$GEOPORTAIL:OGC:WMS", + "OCS.GERS.COUVERTURE$GEOPORTAIL:OGC:WMS", + "OCS.GERS.USAGE$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_BFC_2010_01$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_BFC_2011_02$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_BFC_2017$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_BFC_2017-03$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_D71-89_2018_1$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_GERS_2016$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_GERS_2016_b$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_GERS_2019_b$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_TOULOUSE_20190801$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_WMS_NIORT_2002_20210608$GEOPORTAIL:OGC:WMS", + "OCSGE_BDD_WLD_WM_WMS_NIORT_2014_20210705$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2010_01$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2011_02$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017-03$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D2A-D2B-2016$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D71-89_2018_1$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2016_b$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2019$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2002_20210608$GEOPORTAIL:OGC:WMS", + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2014_20210623$GEOPORTAIL:OGC:WMS", + "OCSGE_NG.COUVERTURE$GEOPORTAIL:OGC:WMS", + "OCSGE_NG.USAGE$GEOPORTAIL:OGC:WMS", + "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2016$GEOPORTAIL:OGC:WMS", + "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2019$GEOPORTAIL:OGC:WMS", + "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_WMS3$GEOPORTAIL:OGC:WMS", + "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2016$GEOPORTAIL:OGC:WMS", + "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2019$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_2017_03b$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2013$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2019$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_BFC_2010_01$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_BFC_2011_02$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_BFC_2017$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_BFC_2017_3$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_D2A-D2B-2016$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_D58-70-71-89_2011$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_D71-89_2018_1$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_GERS_2016$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_GERS_2016_b$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_GERS_2019_b$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_17-11-2021$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_20210608$GEOPORTAIL:OGC:WMS", + "OCSGE_USAGE_BDD_WLD_WM_TOULOUSE_20190801$GEOPORTAIL:OGC:WMS", + "OFB.ZONES.EXCLUES$GEOPORTAIL:OGC:WMS", + "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE$GEOPORTAIL:OGC:WMS", + "OFB_ZONES.EXCLUES.SAUF.TOITURE$GEOPORTAIL:OGC:WMS", + "ONF_FORETS-PUBLIQUES_2021$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2000-2005$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015$GEOPORTAIL:OGC:WMS", + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2016-2020$GEOPORTAIL:OGC:WMS", + "PARKING.SUP.500$GEOPORTAIL:OGC:WMS", + "PART.ENR.COMMUNE$GEOPORTAIL:OGC:WMS", + "PAVILLONBLEU$GEOPORTAIL:OGC:WMS", + "PCRS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS", + "POI.CAMPING$GEOPORTAIL:OGC:WMS", + "POI.MONUMENTS_BDD_WLD_WM$GEOPORTAIL:OGC:WMS", + "POI.MUSEUM$GEOPORTAIL:OGC:WMS", + "POI.SPORT.CENTRE$GEOPORTAIL:OGC:WMS", + "POI.SPORT.GOLF$GEOPORTAIL:OGC:WMS", + "POI.SPORT.ICE_RINK$GEOPORTAIL:OGC:WMS", + "POI.SPORT.RIDING$GEOPORTAIL:OGC:WMS", + "POI.SPORT.STADIUM$GEOPORTAIL:OGC:WMS", + "POI.SPORT.VELODROME$GEOPORTAIL:OGC:WMS", + "POI.SPORT.WATER$GEOPORTAIL:OGC:WMS", + "POI.TOURISM_INFORMATION$GEOPORTAIL:OGC:WMS", + "POI.ZOOS$GEOPORTAIL:OGC:WMS", + "POINTS.INJECTION.BIOMETHANE$GEOPORTAIL:OGC:WMS", + "POTENTIEL.EOLIEN.REGLEMENTAIRE$GEOPORTAIL:OGC:WMS", + "POTENTIEL.GEOTHERMIE$GEOPORTAIL:OGC:WMS", + "POTENTIEL.HYDRO$GEOPORTAIL:OGC:WMS", + "POTENTIEL.RESEAU.CHALEUR.PACA$GEOPORTAIL:OGC:WMS", + "POTENTIEL.RESEAU.CHAUD.FROID.PACA$GEOPORTAIL:OGC:WMS", + "POTENTIEL.RESEAU.FROID.PACA$GEOPORTAIL:OGC:WMS", + "POTENTIEL.SOLAIRE.BATIMENT$GEOPORTAIL:OGC:WMS", + "POTENTIEL.SOLAIRE.FRICHE$GEOPORTAIL:OGC:WMS", + "POTENTIEL.SOLAIRE.PARKING500$GEOPORTAIL:OGC:WMS", + "POTENTIEL.SOLAIRE.SOL$GEOPORTAIL:OGC:WMS", + "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMS", + "PROD.INSTALLATION.EOLIEN$GEOPORTAIL:OGC:WMS", + "PROD.INSTALLATION.HYDRO$GEOPORTAIL:OGC:WMS", + "PROD.INSTALLATION.PV$GEOPORTAIL:OGC:WMS", + "PRODUCTIBLE.BIOMETHANE.COMMUNE$GEOPORTAIL:OGC:WMS", + "PRODUCTIBLE.EOLIEN.COMMUNE$GEOPORTAIL:OGC:WMS", + "PRODUCTIBLE.METHANISATION.COMMUNE$GEOPORTAIL:OGC:WMS", + "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.APLG$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.RNN$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.UNESCO$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMS", + "PROTECTEDAREAS.ZPR$GEOPORTAIL:OGC:WMS", + "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMS", + "PUISSANCE.INSTALLEE.BIOMETHANE$GEOPORTAIL:OGC:WMS", + "PUISSANCE.INSTALLEE.METHANISATION$GEOPORTAIL:OGC:WMS", + "REGIONS.2017$GEOPORTAIL:OGC:WMS", + "REPARTITION.POTENTIEL.METHANISATION.2050$GEOPORTAIL:OGC:WMS", + "RESEAU-BASE_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS", + "ROUTES.2011$GEOPORTAIL:OGC:WMS", + "ROUTES.2012$GEOPORTAIL:OGC:WMS", + "ROUTES.2013$GEOPORTAIL:OGC:WMS", + "ROUTES.2014$GEOPORTAIL:OGC:WMS", + "ROUTES.2015$GEOPORTAIL:OGC:WMS", + "ROUTES.2016$GEOPORTAIL:OGC:WMS", + "RPG-2021$GEOPORTAIL:OGC:WMS", + "RPG.2010$GEOPORTAIL:OGC:WMS", + "RPG.2011$GEOPORTAIL:OGC:WMS", + "RPG.2012$GEOPORTAIL:OGC:WMS", + "RPG.2013$GEOPORTAIL:OGC:WMS", + "RPG.2014$GEOPORTAIL:OGC:WMS", + "RPG.2015$GEOPORTAIL:OGC:WMS", + "RPG.2016$GEOPORTAIL:OGC:WMS", + "RPG.2017$GEOPORTAIL:OGC:WMS", + "RPG.2018$GEOPORTAIL:OGC:WMS", + "RPG.2019$GEOPORTAIL:OGC:WMS", + "RPG.2020$GEOPORTAIL:OGC:WMS", + "RPG.2022$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMS", @@ -733,31 +1243,292 @@ "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMS", "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMS", + "SHOM-MAREE_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.BIOGAZ$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.COGENERATION$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.DECHETS$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.METHANISATON$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.RC$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.RC.PACA$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE$GEOPORTAIL:OGC:WMS", + "SITE.PRODUCTION.CHALEUR.RCF.POINT$GEOPORTAIL:OGC:WMS", + "STATIONSCLASSEES$GEOPORTAIL:OGC:WMS", + "STATIONSVERTES$GEOPORTAIL:OGC:WMS", + "STATISTICALUNITS.IRIS$GEOPORTAIL:OGC:WMS", + "STATISTICALUNITS.IRISGE$GEOPORTAIL:OGC:WMS", + "TAUX.BOISEMENT.2009-2013$GEOPORTAIL:OGC:WMS", + "TRACES.RANDO.HIVERNALE$GEOPORTAIL:OGC:WMS", + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMS", + "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMS", "TRANSPORTS.AIRNOISE$GEOPORTAIL:OGC:WMS", - "TRANSPORTS.AIRNOISE.DOCS$GEOPORTAIL:OGC:WMS" + "TRANSPORTS.AIRNOISE.DOCS$GEOPORTAIL:OGC:WMS", + "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTMATERNELLES$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTPRIMAIRE$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSECONDAIRE$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSUPERIEUR$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.GARES$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.RETIREMENTHOME$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SANTE$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SPA$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.IGN.POMPIERS-SECOURS$GEOPORTAIL:OGC:WMS", + "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE$GEOPORTAIL:OGC:WMS", + "VILLAGESETAPE$GEOPORTAIL:OGC:WMS", + "ZONAGE.OFB$GEOPORTAIL:OGC:WMS", + "agricole$GEOPORTAIL:OGC:WMS", + "agricole_previsu$GEOPORTAIL:OGC:WMS", + "assainissement$GEOPORTAIL:OGC:WMS", + "assainissement_previsu$GEOPORTAIL:OGC:WMS", + "associations$GEOPORTAIL:OGC:WMS", + "associations_previsu$GEOPORTAIL:OGC:WMS", + "canalisation$GEOPORTAIL:OGC:WMS", + "canalisation_previsu$GEOPORTAIL:OGC:WMS", + "carriere$GEOPORTAIL:OGC:WMS", + "carriere_previsu$GEOPORTAIL:OGC:WMS", + "chaleur_froid$GEOPORTAIL:OGC:WMS", + "chaleur_froid_previsu$GEOPORTAIL:OGC:WMS", + "cimetieres$GEOPORTAIL:OGC:WMS", + "cimetieres_previsu$GEOPORTAIL:OGC:WMS", + "circulation_aerienne$GEOPORTAIL:OGC:WMS", + "circulation_aerienne_previsu$GEOPORTAIL:OGC:WMS", + "communication$GEOPORTAIL:OGC:WMS", + "communication_previsu$GEOPORTAIL:OGC:WMS", + "conchylicoles$GEOPORTAIL:OGC:WMS", + "conchylicoles_previsu$GEOPORTAIL:OGC:WMS", + "conservation_du_patrimoine$GEOPORTAIL:OGC:WMS", + "conservation_du_patrimoine_previsu$GEOPORTAIL:OGC:WMS", + "cours_d_eau$GEOPORTAIL:OGC:WMS", + "cours_d_eau_previsu$GEOPORTAIL:OGC:WMS", + "defense$GEOPORTAIL:OGC:WMS", + "defense_nationale$GEOPORTAIL:OGC:WMS", + "defense_nationale_previsu$GEOPORTAIL:OGC:WMS", + "defense_previsu$GEOPORTAIL:OGC:WMS", + "dev-agricole$GEOPORTAIL:OGC:WMS", + "dev-agricole_previsu$GEOPORTAIL:OGC:WMS", + "dev-assainissement$GEOPORTAIL:OGC:WMS", + "dev-assainissement_previsu$GEOPORTAIL:OGC:WMS", + "dev-associations$GEOPORTAIL:OGC:WMS", + "dev-associations_previsu$GEOPORTAIL:OGC:WMS", + "dev-canalisation$GEOPORTAIL:OGC:WMS", + "dev-canalisation_previsu$GEOPORTAIL:OGC:WMS", + "dev-carriere$GEOPORTAIL:OGC:WMS", + "dev-carriere_previsu$GEOPORTAIL:OGC:WMS", + "dev-chaleur_froid$GEOPORTAIL:OGC:WMS", + "dev-chaleur_froid_previsu$GEOPORTAIL:OGC:WMS", + "dev-cimetieres$GEOPORTAIL:OGC:WMS", + "dev-cimetieres_previsu$GEOPORTAIL:OGC:WMS", + "dev-circulation_aerienne$GEOPORTAIL:OGC:WMS", + "dev-circulation_aerienne_previsu$GEOPORTAIL:OGC:WMS", + "dev-communication$GEOPORTAIL:OGC:WMS", + "dev-communication_previsu$GEOPORTAIL:OGC:WMS", + "dev-conchylicoles$GEOPORTAIL:OGC:WMS", + "dev-conchylicoles_previsu$GEOPORTAIL:OGC:WMS", + "dev-conservation_du_patrimoine$GEOPORTAIL:OGC:WMS", + "dev-conservation_du_patrimoine_previsu$GEOPORTAIL:OGC:WMS", + "dev-cours_d_eau$GEOPORTAIL:OGC:WMS", + "dev-cours_d_eau_previsu$GEOPORTAIL:OGC:WMS", + "dev-defense$GEOPORTAIL:OGC:WMS", + "dev-defense_nationale$GEOPORTAIL:OGC:WMS", + "dev-defense_nationale_previsu$GEOPORTAIL:OGC:WMS", + "dev-defense_previsu$GEOPORTAIL:OGC:WMS", + "dev-document$GEOPORTAIL:OGC:WMS", + "dev-document_previsu$GEOPORTAIL:OGC:WMS", + "dev-du$GEOPORTAIL:OGC:WMS", + "dev-du_previsu$GEOPORTAIL:OGC:WMS", + "dev-eaux$GEOPORTAIL:OGC:WMS", + "dev-eaux_previsu$GEOPORTAIL:OGC:WMS", + "dev-electricite$GEOPORTAIL:OGC:WMS", + "dev-electricite_previsu$GEOPORTAIL:OGC:WMS", + "dev-energie$GEOPORTAIL:OGC:WMS", + "dev-energie_hydraulique$GEOPORTAIL:OGC:WMS", + "dev-energie_hydraulique_previsu$GEOPORTAIL:OGC:WMS", + "dev-energie_previsu$GEOPORTAIL:OGC:WMS", + "dev-forets$GEOPORTAIL:OGC:WMS", + "dev-forets_previsu$GEOPORTAIL:OGC:WMS", + "dev-gaz$GEOPORTAIL:OGC:WMS", + "dev-gaz_hydrocarbures_produits_chimiques$GEOPORTAIL:OGC:WMS", + "dev-gaz_hydrocarbures_produits_chimiques_previsu$GEOPORTAIL:OGC:WMS", + "dev-gaz_previsu$GEOPORTAIL:OGC:WMS", + "dev-info$GEOPORTAIL:OGC:WMS", + "dev-info_previsu$GEOPORTAIL:OGC:WMS", + "dev-info_psmv$GEOPORTAIL:OGC:WMS", + "dev-info_psmv_previsu$GEOPORTAIL:OGC:WMS", + "dev-littoral$GEOPORTAIL:OGC:WMS", + "dev-littoral_previsu$GEOPORTAIL:OGC:WMS", + "dev-mines_carrieres$GEOPORTAIL:OGC:WMS", + "dev-mines_carrieres_previsu$GEOPORTAIL:OGC:WMS", + "dev-monument_historique$GEOPORTAIL:OGC:WMS", + "dev-monument_historique_previsu$GEOPORTAIL:OGC:WMS", + "dev-monument_naturel_site$GEOPORTAIL:OGC:WMS", + "dev-monument_naturel_site_previsu$GEOPORTAIL:OGC:WMS", + "dev-municipality$GEOPORTAIL:OGC:WMS", + "dev-navigation_maritime$GEOPORTAIL:OGC:WMS", + "dev-navigation_maritime_previsu$GEOPORTAIL:OGC:WMS", + "dev-ouvrage_defense$GEOPORTAIL:OGC:WMS", + "dev-ouvrage_defense_previsu$GEOPORTAIL:OGC:WMS", + "dev-ouvrage_plan_prevention_risque$GEOPORTAIL:OGC:WMS", + "dev-ouvrage_plan_prevention_risque_previsu$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_architectural$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_architectural_previsu$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_culturel$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_culturel_previsu$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_naturel$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_naturel_previsu$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_sportif$GEOPORTAIL:OGC:WMS", + "dev-patrimoine_sportif_previsu$GEOPORTAIL:OGC:WMS", + "dev-prescription$GEOPORTAIL:OGC:WMS", + "dev-prescription_previsu$GEOPORTAIL:OGC:WMS", + "dev-prescription_psmv$GEOPORTAIL:OGC:WMS", + "dev-prescription_psmv_previsu$GEOPORTAIL:OGC:WMS", + "dev-psmv$GEOPORTAIL:OGC:WMS", + "dev-psmv_previsu$GEOPORTAIL:OGC:WMS", + "dev-remontee_piste_ski$GEOPORTAIL:OGC:WMS", + "dev-remontee_piste_ski_previsu$GEOPORTAIL:OGC:WMS", + "dev-reseau_routier$GEOPORTAIL:OGC:WMS", + "dev-reseau_routier_previsu$GEOPORTAIL:OGC:WMS", + "dev-reserve_parc$GEOPORTAIL:OGC:WMS", + "dev-reserve_parc_previsu$GEOPORTAIL:OGC:WMS", + "dev-ressources_equipement$GEOPORTAIL:OGC:WMS", + "dev-ressources_equipement_previsu$GEOPORTAIL:OGC:WMS", + "dev-salubrite_publique$GEOPORTAIL:OGC:WMS", + "dev-salubrite_publique_previsu$GEOPORTAIL:OGC:WMS", + "dev-salubrite_securite_publique$GEOPORTAIL:OGC:WMS", + "dev-salubrite_securite_publique_previsu$GEOPORTAIL:OGC:WMS", + "dev-scot$GEOPORTAIL:OGC:WMS", + "dev-scot_previsu$GEOPORTAIL:OGC:WMS", + "dev-securite_publique$GEOPORTAIL:OGC:WMS", + "dev-securite_publique_previsu$GEOPORTAIL:OGC:WMS", + "dev-sport$GEOPORTAIL:OGC:WMS", + "dev-sport_previsu$GEOPORTAIL:OGC:WMS", + "dev-sup$GEOPORTAIL:OGC:WMS", + "dev-sup_previsu$GEOPORTAIL:OGC:WMS", + "dev-telecommunication$GEOPORTAIL:OGC:WMS", + "dev-telecommunication_previsu$GEOPORTAIL:OGC:WMS", + "dev-transport_cable$GEOPORTAIL:OGC:WMS", + "dev-transport_cable_previsu$GEOPORTAIL:OGC:WMS", + "dev-transport_ferroviaire$GEOPORTAIL:OGC:WMS", + "dev-transport_ferroviaire_previsu$GEOPORTAIL:OGC:WMS", + "dev-zone_secteur$GEOPORTAIL:OGC:WMS", + "dev-zone_secteur_previsu$GEOPORTAIL:OGC:WMS", + "dev-zone_secteur_psmv$GEOPORTAIL:OGC:WMS", + "dev-zone_secteur_psmv_previsu$GEOPORTAIL:OGC:WMS", + "document$GEOPORTAIL:OGC:WMS", + "document_previsu$GEOPORTAIL:OGC:WMS", + "du$GEOPORTAIL:OGC:WMS", + "du_previsu$GEOPORTAIL:OGC:WMS", + "eaux$GEOPORTAIL:OGC:WMS", + "eaux_previsu$GEOPORTAIL:OGC:WMS", + "electricite$GEOPORTAIL:OGC:WMS", + "electricite_previsu$GEOPORTAIL:OGC:WMS", + "energie$GEOPORTAIL:OGC:WMS", + "energie_hydraulique$GEOPORTAIL:OGC:WMS", + "energie_hydraulique_previsu$GEOPORTAIL:OGC:WMS", + "energie_previsu$GEOPORTAIL:OGC:WMS", + "forets$GEOPORTAIL:OGC:WMS", + "forets_previsu$GEOPORTAIL:OGC:WMS", + "gaz$GEOPORTAIL:OGC:WMS", + "gaz_hydrocarbures_produits_chimiques$GEOPORTAIL:OGC:WMS", + "gaz_hydrocarbures_produits_chimiques_previsu$GEOPORTAIL:OGC:WMS", + "gaz_previsu$GEOPORTAIL:OGC:WMS", + "hedge.hedge$GEOPORTAIL:OGC:WMS", + "info$GEOPORTAIL:OGC:WMS", + "info_previsu$GEOPORTAIL:OGC:WMS", + "info_psmv$GEOPORTAIL:OGC:WMS", + "info_psmv_previsu$GEOPORTAIL:OGC:WMS", + "littoral$GEOPORTAIL:OGC:WMS", + "littoral_previsu$GEOPORTAIL:OGC:WMS", + "mines_carrieres$GEOPORTAIL:OGC:WMS", + "mines_carrieres_previsu$GEOPORTAIL:OGC:WMS", + "monument_historique$GEOPORTAIL:OGC:WMS", + "monument_historique_previsu$GEOPORTAIL:OGC:WMS", + "monument_naturel_site$GEOPORTAIL:OGC:WMS", + "monument_naturel_site_previsu$GEOPORTAIL:OGC:WMS", + "morvan_accessibilite_porteur$GEOPORTAIL:OGC:WMS", + "morvan_accessibilite_skidder$GEOPORTAIL:OGC:WMS", + "municipality$GEOPORTAIL:OGC:WMS", + "navigation_maritime$GEOPORTAIL:OGC:WMS", + "navigation_maritime_previsu$GEOPORTAIL:OGC:WMS", + "ouvrage_defense$GEOPORTAIL:OGC:WMS", + "ouvrage_defense_previsu$GEOPORTAIL:OGC:WMS", + "ouvrage_plan_prevention_risque$GEOPORTAIL:OGC:WMS", + "ouvrage_plan_prevention_risque_previsu$GEOPORTAIL:OGC:WMS", + "patrimoine_architectural$GEOPORTAIL:OGC:WMS", + "patrimoine_architectural_previsu$GEOPORTAIL:OGC:WMS", + "patrimoine_culturel$GEOPORTAIL:OGC:WMS", + "patrimoine_culturel_previsu$GEOPORTAIL:OGC:WMS", + "patrimoine_naturel$GEOPORTAIL:OGC:WMS", + "patrimoine_naturel_previsu$GEOPORTAIL:OGC:WMS", + "patrimoine_sportif$GEOPORTAIL:OGC:WMS", + "patrimoine_sportif_previsu$GEOPORTAIL:OGC:WMS", + "prescription$GEOPORTAIL:OGC:WMS", + "prescription_previsu$GEOPORTAIL:OGC:WMS", + "prescription_psmv$GEOPORTAIL:OGC:WMS", + "prescription_psmv_previsu$GEOPORTAIL:OGC:WMS", + "psmv$GEOPORTAIL:OGC:WMS", + "psmv_previsu$GEOPORTAIL:OGC:WMS", + "remontee_piste_ski$GEOPORTAIL:OGC:WMS", + "remontee_piste_ski_previsu$GEOPORTAIL:OGC:WMS", + "reseau_routier$GEOPORTAIL:OGC:WMS", + "reseau_routier_previsu$GEOPORTAIL:OGC:WMS", + "reserve_parc$GEOPORTAIL:OGC:WMS", + "reserve_parc_previsu$GEOPORTAIL:OGC:WMS", + "ressources_equipement$GEOPORTAIL:OGC:WMS", + "ressources_equipement_previsu$GEOPORTAIL:OGC:WMS", + "salubrite_publique$GEOPORTAIL:OGC:WMS", + "salubrite_publique_previsu$GEOPORTAIL:OGC:WMS", + "salubrite_securite_publique$GEOPORTAIL:OGC:WMS", + "salubrite_securite_publique_previsu$GEOPORTAIL:OGC:WMS", + "scot$GEOPORTAIL:OGC:WMS", + "scot_previsu$GEOPORTAIL:OGC:WMS", + "securite_publique$GEOPORTAIL:OGC:WMS", + "securite_publique_previsu$GEOPORTAIL:OGC:WMS", + "sport$GEOPORTAIL:OGC:WMS", + "sport_previsu$GEOPORTAIL:OGC:WMS", + "sup$GEOPORTAIL:OGC:WMS", + "sup_previsu$GEOPORTAIL:OGC:WMS", + "telecommunication$GEOPORTAIL:OGC:WMS", + "telecommunication_previsu$GEOPORTAIL:OGC:WMS", + "transport_cable$GEOPORTAIL:OGC:WMS", + "transport_cable_previsu$GEOPORTAIL:OGC:WMS", + "transport_exceptionnel_IDF$GEOPORTAIL:OGC:WMS", + "transport_ferroviaire$GEOPORTAIL:OGC:WMS", + "transport_ferroviaire_previsu$GEOPORTAIL:OGC:WMS", + "zas972$GEOPORTAIL:OGC:WMS", + "zone_secteur$GEOPORTAIL:OGC:WMS", + "zone_secteur_previsu$GEOPORTAIL:OGC:WMS", + "zone_secteur_psmv$GEOPORTAIL:OGC:WMS", + "zone_secteur_psmv_previsu$GEOPORTAIL:OGC:WMS", + "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS", + "ISOHYPSE$GEOPORTAIL:GPP:TMS", + "PLAN.IGN$GEOPORTAIL:GPP:TMS", + "OCSGE_2016$GEOPORTAIL:GPP:TMS", + "OCSGE_2019$GEOPORTAIL:GPP:TMS", + "PCI$GEOPORTAIL:GPP:TMS", + "BDTOPO$GEOPORTAIL:GPP:TMS" ] } }, "layers": { - "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMTS": { - "name": "ADMINEXPRESS-COG-CARTO.LATEST", - "title": "ADMINEXPRESS COG CARTO", - "description": "Limites administratives Express COG code officiel géographique 2023", + "ACCES.BIOMETHANE$GEOPORTAIL:OGC:WMTS": { + "name": "ACCES.BIOMETHANE", + "title": "Opportunité d'injection au réseau biométhane", + "description": "Opportunité d'injection au réseau biométhane", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "administratif": "https://wxs.ign.fr/administratif/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -766,75 +1537,202 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - } - } - }, - "styles": [ - { - "name": "normal", + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ + { + "name": "ACCES.BIOMETHANE", + "title": "ACCES.BIOMETHANE", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ACCES.BIOMETHANE-legend.png", + "minScaleDenominator": "2000" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMTS": { + "name": "ADMINEXPRESS-COG-CARTO.LATEST", + "title": "ADMINEXPRESS COG CARTO", + "description": "Limites administratives Express COG code officiel géographique 2023", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } + } + }, + "styles": [ + { + "name": "normal", "title": "Légende générique", "current": true, "url": null @@ -843,7 +1741,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -872,7 +1770,231 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "administratif": "https://wxs.ign.fr/administratif/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "ADMINEXPRESS_2023-11-15$GEOPORTAIL:OGC:WMTS": { + "name": "ADMINEXPRESS_2023-11-15", + "title": "Limites administratives mises à jour en continu", + "description": "Limites administratives mises à jour en continu ; Edition : 2023-11-15", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Données Brutes", + "current": true, + "url": null + } + ], + "legends": [], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "ADMINEXPRESS_COG_2020$GEOPORTAIL:OGC:WMTS": { + "name": "ADMINEXPRESS_COG_2020", + "title": "ADMINEXPRESS_COG (2022)", + "description": "Limites administratives Express COG code officiel géographique 2022", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -958,7 +2080,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -971,23 +2093,23 @@ }, "ADMIN_EXPRESS$GEOPORTAIL:OGC:WMTS": { "name": "ADMIN_EXPRESS", - "title": "ADMIN_EXPRESS", + "title": "Limites administratives", "description": "Limites administratives des collectivités territoriales. Régions, départements, cantons, communes, arrondissements (pour Paris, Lyon et Marseille) et établissements publics de coopération intercommunale (EPCI).", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": -63.1618, + "right": 55.8469, + "top": 51.0992, + "bottom": -21.4 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -1067,16 +2189,16 @@ "maxTileCol": "85869" }, "18": { - "minTileRow": "87645", + "minTileRow": "87644", "maxTileRow": "147030", - "minTileCol": "85079", + "minTileCol": "85078", "maxTileCol": "171738" }, "19": { - "minTileRow": "175290", + "minTileRow": "175289", "maxTileRow": "294060", - "minTileCol": "170158", - "maxTileCol": "343476" + "minTileCol": "170157", + "maxTileCol": "343477" } } }, @@ -1089,10 +2211,10 @@ } ] }, - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMTS": { - "name": "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST", - "title": "Limites administratives mises à jour en continu.", - "description": "Limites administratives mises à jour en continu, édition mars 2023", + "AREAMANAGEMENT.ZFU$GEOPORTAIL:OGC:WMTS": { + "name": "AREAMANAGEMENT.ZFU", + "title": "Zones franches urbaines", + "description": "Zones franches créées au sein de quartiers de plus de 8 500 habitants particulièrement défavorisés, en tenant compte des éléments de nature à faciliter l’implantation d’entreprises ou le développement d’activités économiques.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -1107,7 +2229,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "administratif": "https://wxs.ign.fr/administratif/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -1193,7 +2315,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -1204,13 +2326,13 @@ } ] }, - "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMS": { - "name": "ADMINEXPRESS-COG-CARTO.LATEST", - "title": "ADMINEXPRESS COG CARTO", - "description": "Limites administratives Express COG code officiel géographique 2023", + "AREAMANAGEMENT.ZUS$GEOPORTAIL:OGC:WMTS": { + "name": "AREAMANAGEMENT.ZUS", + "title": "Zones urbaines sensibles", + "description": "Zones urbaines caractérisées par la présence de grands ensembles ou de quartiers d’habitat dégradé et par un déséquilibre accentué entre l’habitat et l’emploi.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { "left": -63.3725, "right": 55.9259, @@ -1219,873 +2341,794 @@ } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "administratif": "https://wxs.ign.fr/administratif/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ADMIN_EXPRESS_3-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ADMINEXPRESS-COG.LATEST$GEOPORTAIL:OGC:WMS": { - "name": "ADMINEXPRESS-COG.LATEST", - "title": "ADMINEXPRESS COG", - "description": "Limites administratives Express COG code officiel géographique. 2023", + "Aire-Parcellaire$GEOPORTAIL:OGC:WMTS": { + "name": "Aire-Parcellaire", + "title": "Délimitation parcellaire AOC viticole", + "description": "Selon les règlements européens n°110/2008 du 15 janvier 2008, n°1151/2012 du 21 novembre 2012 et n°1308/2013 de l’OCM , le cahier des charges des appellations définit l’aire géographique. Le terme de « délimitation parcellaire » désigne une aire qui repose sur les limites administratives du cadastre (les parcelles) et dont le maillage suffisamment fin permet de tenir compte de variations très localisées des éléments du milieu physique. Elle correspond à l'aire de production de la matière première. Elle est incluse dans l'aire géographique. Données produites par l'Institut National des Origines et la Qualité (INAO)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "administratif": "https://wxs.ign.fr/administratif/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ADMIN_EXPRESS_3-0.xml" - } - ], - "styles": [ - { - "name": "ADMINEXPRESS-COG", - "title": "Légende du 1/1000000" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/ADMINEXPRESS-COG.LATEST-legend.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ { - "name": "image/geotiff", - "current": false - }, + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "image/x-bil;bits=32", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/asc", - "current": false + "name": "image/png", + "current": true } ] }, - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS": { - "name": "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST", - "title": "Limites administratives mises à jour en continu.", - "description": "Limites administratives mises à jour en continu, édition mars 2023", + "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMTS": { + "name": "BDCARTO_ETAT-MAJOR.NIVEAU3", + "title": "BD CARTO Etat-major N3", + "description": "BDCARTO ETAT-MAJOR NIVEAU 3", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15012, + "right": 7.19384, + "top": 51.0938, + "bottom": 42.6423 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ADMIN_EXPRESS_3-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "94", + "minTileCol": "124", + "maxTileCol": "133" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "188", + "minTileCol": "248", + "maxTileCol": "266" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "377", + "minTileCol": "497", + "maxTileCol": "532" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "755", + "minTileCol": "994", + "maxTileCol": "1064" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1510", + "minTileCol": "1989", + "maxTileCol": "2129" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "3021", + "minTileCol": "3978", + "maxTileCol": "4259" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "6042", + "minTileCol": "7957", + "maxTileCol": "8519" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "12084", + "minTileCol": "15915", + "maxTileCol": "17038" + }, + "16": { + "minTileRow": "21912", + "maxTileRow": "24169", + "minTileCol": "31830", + "maxTileCol": "34077" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, + "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMTS": { + "name": "BDCARTO_ETAT-MAJOR.NIVEAU4", + "title": "BD CARTO Etat-major N4", + "description": "BDCARTO ETAT-MAJOR NIVEAU 4", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, "serviceParams": { - "id": "GPP:TMS", + "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/tms/1.0.0/" + "full": "https://data.geopf.fr/wmts" } }, - "name": "ADMIN_EXPRESS", - "title": "ADMIN_EXPRESS", - "description": "Limites administratives des collectivités territoriales. Régions, départements, cantons, communes, arrondissements (pour Paris, Lyon et Marseille) et établissements publics de coopération intercommunale (EPCI)", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "adminexpress", - "title": "Style adminexpress", + "name": "normal", + "title": "Légende générique", "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/ADMINEXPRESS/adminexpress.json" + "url": null } ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -724011.531917197, - "right": 1095801.237496279, - "top": 6672646.821182753, - "bottom": 5009377.0856973175 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - }, - "BAN.ADRESSE$GEOPORTAIL:OGC:WMS": { - "name": "BAN.ADRESSE", - "title": "BAN.ADRESSE", - "description": "Layer-Group type layer: BAN.ADRESSE", - "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 5000.0, - "bbox": { - "left": -63.152529, - "right": 55.83191, - "top": 51.086703, - "bottom": -21.387472 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "adresse": "https://wxs.ign.fr/adresse/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=BAN_1.0.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BAN.DATA.GOUV$GEOPORTAIL:OGC:WMS": { - "name": "BAN.DATA.GOUV", - "title": "BAN.DATA.GOUV", - "description": "Layer-Group type layer: BAN.DATA.GOUV", + "BDTOPO$GEOPORTAIL:OGC:WMTS": { + "name": "BDTOPO", + "title": "BDTopo", + "description": "La BD TOPO® contient une description vectorielle, structurée en objets, des éléments du territoire et de ses infrastructures, de précision métrique.", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 10000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -149.55367900000002, - "right": 166.908857, - "top": 51.082326, - "bottom": -22.374515 + "left": -63.1618, + "right": 55.8469, + "top": 51.0992, + "bottom": -21.4 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "adresse": "https://wxs.ign.fr/adresse/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=BAN_1.0.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G$GEOPORTAIL:OGC:WMS": { - "name": "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G", - "title": "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G", - "description": "Layer-Group type layer: BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G", - "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 2500.0, - "bbox": { - "left": -63.15332019, - "right": 55.83665387, - "top": 51.08898944, - "bottom": -21.38963076 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "adresse": "https://wxs.ign.fr/adresse/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDADRESSEr_2-1.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "BDADRESSE-ROUTESADRESSE_BDD_FXX_RGF93G$GEOPORTAIL:OGC:WMS": { - "name": "BDADRESSE-ROUTESADRESSE_BDD_FXX_RGF93G", - "title": "BDADRESSE-ROUTESADRESSE_BDD_FXX_RGF93G", - "description": "Layer-Group type layer: BDADRESSE-ROUTESADRESSE_BDD_FXX_RGF93G", - "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 30000.0, - "bbox": { - "left": -63.15333366, - "right": 55.8366872, - "top": 51.18890976, - "bottom": -21.38963076 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "adresse": "https://wxs.ign.fr/adresse/geoportail/v/wms?SERVICE=WMS&" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "18378", + "minTileCol": "10634", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "36757", + "minTileCol": "21269", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "73515", + "minTileCol": "42539", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87644", + "maxTileRow": "147030", + "minTileCol": "85078", + "maxTileCol": "171738" + }, + "19": { + "minTileRow": "175289", + "maxTileRow": "294060", + "minTileCol": "170157", + "maxTileCol": "343477" + } } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - } - ], "styles": [], "legends": [], "formats": [ { - "name": "image/png", + "name": "application/x-protobuf", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", - "title": "Carte des pentes pour l'agriculture sur la métropole", - "description": "Carte des zones ayant une valeur de pente supérieure à 10% - source : RGEALTI 2017 au pas de 5m - disponible jusqu'au 1/17062 - métropole uniquement - mise à jour le 12/10/2017", + "BD_TOPO_VALID$GEOPORTAIL:OGC:WMTS": { + "name": "BD_TOPO_VALID", + "title": "BD TOPO personnalisable VALIDATION", + "description": "BD TOPO", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1614, - "right": 56.0018, - "top": 51.0991, - "bottom": -21.5446 + "left": -63.2812, + "right": 55.8984, + "top": 51.9734, + "bottom": -21.7727 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", + "2": { + "minTileRow": "1", "maxTileRow": "2", - "minTileCol": "0", + "minTileCol": "1", "maxTileCol": "2" }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "84", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "169", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", + "minTileRow": "338", "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileCol": "331", + "maxTileCol": "670" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "676", + "maxTileRow": "1150", + "minTileCol": "663", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1353", + "maxTileRow": "2301", + "minTileCol": "1327", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2706", + "maxTileRow": "4603", + "minTileCol": "2655", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10751" + "minTileRow": "5413", + "maxTileRow": "9207", + "minTileCol": "5311", + "maxTileCol": "10735" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18399", - "minTileCol": "10624", - "maxTileCol": "21487" + "minTileRow": "10827", + "maxTileRow": "18415", + "minTileCol": "10623", + "maxTileCol": "21471" + }, + "16": { + "minTileRow": "21655", + "maxTileRow": "36830", + "minTileCol": "21247", + "maxTileCol": "42943" + }, + "17": { + "minTileRow": "43310", + "maxTileRow": "73661", + "minTileCol": "42495", + "maxTileCol": "85887" + }, + "18": { + "minTileRow": "86621", + "maxTileRow": "147322", + "minTileCol": "84991", + "maxTileCol": "171775" + }, + "19": { + "minTileRow": "173243", + "maxTileRow": "294644", + "minTileCol": "169983", + "maxTileCol": "343551" } } }, - "styles": [ - { - "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", - "title": "Données GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC-legend.png", - "minScaleDenominator": "17062" - } - ], + "styles": [], + "legends": [], "formats": [ { - "name": "image/png", + "name": "application/x-protobuf", "current": true } ] }, - "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMTS": { - "name": "HYDROGRAPHY.BCAE.LATEST", - "title": "Cours d'eau BCAE dernière édition", - "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2023 au 31 décembre 2023. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", + "BESOIN.CHALEUR.INDUSTRIEL$GEOPORTAIL:OGC:WMTS": { + "name": "BESOIN.CHALEUR.INDUSTRIEL", + "title": "Estimation de besoins de chaleur - secteur industriel", + "description": "Estimation de besoins de chaleur - secteur industriel", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2094,33 +3137,160 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } + } + }, + "styles": [ + { + "name": "BESOIN.CHALEUR.INDUSTRIEL", + "title": "BESOIN.CHALEUR.INDUSTRIEL", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/BESOIN.CHALEUR.INDUSTRIEL-legend.png", + "minScaleDenominator": "2000" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "BESOIN.CHALEUR.RESIDENTIEL$GEOPORTAIL:OGC:WMTS": { + "name": "BESOIN.CHALEUR.RESIDENTIEL", + "title": "Estimation de besoins de chaleur - secteur résidentiel", + "description": "Estimation de besoins de chaleur - secteur résidentiel", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { "minTileRow": "684", @@ -2163,22 +3333,28 @@ "maxTileRow": "48985", "minTileCol": "63660", "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BESOIN.CHALEUR.RESIDENTIEL", + "title": "BESOIN.CHALEUR.RESIDENTIEL", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/BESOIN.CHALEUR.RESIDENTIEL-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -2188,25 +3364,25 @@ } ] }, - "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE.LATEST", - "title": "Registre parcellaire graphique (RPG) Latest", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants Latest", + "BESOIN.CHALEUR.TERTIAIRE$GEOPORTAIL:OGC:WMTS": { + "name": "BESOIN.CHALEUR.TERTIAIRE", + "title": "Estimation de besoins de chaleur - secteur tertiaire", + "description": "Estimation de besoins de chaleur - secteur tertiaire", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2215,85 +3391,97 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BESOIN.CHALEUR.TERTIAIRE", + "title": "BESOIN.CHALEUR.TERTIAIRE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/BESOIN.CHALEUR.TERTIAIRE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -2303,25 +3491,25 @@ } ] }, - "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2007", - "title": "Registre parcellaire graphique (RPG) 2007", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2007.", + "BESOIN.FROID.RESIDENTIEL$GEOPORTAIL:OGC:WMTS": { + "name": "BESOIN.FROID.RESIDENTIEL", + "title": "Estimation de besoins de froid - secteur résidentiel", + "description": "Estimation de besoins de froid - secteur résidentiel", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.2635, - "right": 56.0237, - "top": 51.2203, - "bottom": -21.419 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2330,85 +3518,97 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "683", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1367", - "maxTileRow": "2297", - "minTileCol": "1328", - "maxTileCol": "2685" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2734", - "maxTileRow": "4595", - "minTileCol": "2656", - "maxTileCol": "5370" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5469", - "maxTileRow": "9190", - "minTileCol": "5312", - "maxTileCol": "10741" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10938", - "maxTileRow": "18380", - "minTileCol": "10625", - "maxTileCol": "21483" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21876", - "maxTileRow": "36761", - "minTileCol": "21251", - "maxTileCol": "42966" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BESOIN.FROID.RESIDENTIEL", + "title": "BESOIN.FROID.RESIDENTIEL", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/BESOIN.FROID.RESIDENTIEL-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -2418,25 +3618,25 @@ } ] }, - "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2008", - "title": "Registre parcellaire graphique (RPG) 2008", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2008.", + "BESOIN.FROID.TERTIAIRE$GEOPORTAIL:OGC:WMTS": { + "name": "BESOIN.FROID.TERTIAIRE", + "title": "Estimation de besoins de froid - secteur tertiaire", + "description": "Estimation de besoins de froid - secteur tertiaire", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.2635, - "right": 56.0237, - "top": 51.2203, - "bottom": -21.419 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2445,85 +3645,97 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "683", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1367", - "maxTileRow": "2297", - "minTileCol": "1328", - "maxTileCol": "2685" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2734", - "maxTileRow": "4595", - "minTileCol": "2656", - "maxTileCol": "5370" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5469", - "maxTileRow": "9190", - "minTileCol": "5312", - "maxTileCol": "10741" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10938", - "maxTileRow": "18380", - "minTileCol": "10625", - "maxTileCol": "21483" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21876", - "maxTileRow": "36761", - "minTileCol": "21251", - "maxTileCol": "42966" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BESOIN.FROID.TERTIAIRE", + "title": "BESOIN.FROID.TERTIAIRE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/BESOIN.FROID.TERTIAIRE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -2533,25 +3745,25 @@ } ] }, - "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2009", - "title": "Registre parcellaire graphique (RPG) 2009", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2009.", + "BUILDINGS.BUILDINGS$GEOPORTAIL:OGC:WMTS": { + "name": "BUILDINGS.BUILDINGS", + "title": "Bâtiments", + "description": "Affichage des constructions couvrant le territoire français.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.2635, - "right": 56.0237, - "top": 51.2203, - "bottom": -21.419 + "left": -63.9692, + "right": 55.9644, + "top": 71.5841, + "bottom": -21.4969 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2559,70 +3771,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", + "minTileRow": "13", "maxTileRow": "35", "minTileCol": "20", "maxTileCol": "41" }, "7": { - "minTileRow": "42", + "minTileRow": "26", "maxTileRow": "71", "minTileCol": "41", "maxTileCol": "83" }, "8": { - "minTileRow": "85", + "minTileRow": "53", "maxTileRow": "143", - "minTileCol": "83", + "minTileCol": "82", "maxTileCol": "167" }, "9": { - "minTileRow": "170", + "minTileRow": "107", "maxTileRow": "287", - "minTileCol": "166", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "215", "maxTileRow": "574", - "minTileCol": "332", + "minTileCol": "330", "maxTileCol": "671" }, "11": { - "minTileRow": "683", - "maxTileRow": "1148", - "minTileCol": "664", + "minTileRow": "430", + "maxTileRow": "1149", + "minTileCol": "660", "maxTileCol": "1342" }, "12": { - "minTileRow": "1367", - "maxTileRow": "2297", - "minTileCol": "1328", - "maxTileCol": "2685" - }, + "minTileRow": "861", + "maxTileRow": "2298", + "minTileCol": "1320", + "maxTileCol": "2684" + }, "13": { - "minTileRow": "2734", - "maxTileRow": "4595", - "minTileCol": "2656", - "maxTileCol": "5370" + "minTileRow": "1723", + "maxTileRow": "4597", + "minTileCol": "2640", + "maxTileCol": "5369" }, "14": { - "minTileRow": "5469", - "maxTileRow": "9190", - "minTileCol": "5312", - "maxTileCol": "10741" + "minTileRow": "3447", + "maxTileRow": "9194", + "minTileCol": "5280", + "maxTileCol": "10739" }, "15": { - "minTileRow": "10938", - "maxTileRow": "18380", - "minTileCol": "10625", - "maxTileCol": "21483" + "minTileRow": "6894", + "maxTileRow": "18388", + "minTileCol": "10561", + "maxTileCol": "21478" }, "16": { - "minTileRow": "21876", - "maxTileRow": "36761", - "minTileCol": "21251", - "maxTileCol": "42966" + "minTileRow": "13789", + "maxTileRow": "36776", + "minTileCol": "21122", + "maxTileCol": "42956" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73553", + "minTileCol": "42245", + "maxTileCol": "85912" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147106", + "minTileCol": "84491", + "maxTileCol": "171824" } } }, @@ -2637,7 +3861,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -2648,10 +3872,10 @@ } ] }, - "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2010", - "title": "Registre parcellaire graphique (RPG) 2010", - "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2010.", + "CADASTRAL.PARCELS.SECTIONS$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRAL.PARCELS.SECTIONS", + "title": "Sections cadastrales - BD PARCELLAIRE", + "description": "Affichage des divisions cadastrales (partie du plan cadastral correspondant à une section ou à une subdivision de section). Donnée établie d'après les plans cadastraux transmis par la DGFiP (Direction générale des Finances publiques).", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -2666,55 +3890,13 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" - }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, "13": { "minTileRow": "2731", "maxTileRow": "4596", @@ -2738,6 +3920,18 @@ "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" } } }, @@ -2752,7 +3946,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -2763,25 +3957,25 @@ } ] }, - "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2011", - "title": "Registre parcellaire graphique (RPG) 2011", - "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2011.", + "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRALPARCELS.HEATMAP", + "title": "Décalage de la représentation cadastrale", + "description": "Cartographie des décalages entre les données BD Parcellaire et Parcellaire Express", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2790,85 +3984,97 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "DECALAGE DE LA REPRESENTATION CADASTRALE", + "title": "DECALAGE DE LA REPRESENTATION CADASTRALE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CADASTRALPARCELS.HEATMAP-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -2878,25 +4084,25 @@ } ] }, - "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2012", - "title": "Registre parcellaire graphique (RPG) 2012", - "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2012", + "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRALPARCELS.HISTO.2008-2013.PARCELS", + "title": "Parcelles cadastrales historiques (2008-2013)", + "description": "Limites des parcelles cadastrales historiques (2008-2013) issues de plans scannés et de plans numériques.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -63.1607, + "right": 55.8464, + "top": 51.0945, + "bottom": -21.3922 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -2954,74 +4160,92 @@ "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { - "minTileRow": "170", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "166", "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "342", "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileCol": "332", + "maxTileCol": "670" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10733" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "10634", + "maxTileCol": "21467" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21912", + "maxTileRow": "36756", + "minTileCol": "21269", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43825", + "maxTileRow": "73512", + "minTileCol": "42539", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87650", + "maxTileRow": "147024", + "minTileCol": "85079", + "maxTileCol": "171738" + }, + "19": { + "minTileRow": "175300", + "maxTileRow": "294048", + "minTileCol": "170159", + "maxTileCol": "343476" + }, + "20": { + "minTileRow": "350601", + "maxTileRow": "588097", + "minTileCol": "340319", + "maxTileCol": "686952" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "bdparcellaire", + "title": "BD Parcellaire Noire et transparente", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -3029,10 +4253,10 @@ } ] }, - "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2013", - "title": "Registre parcellaire graphique (RPG) 2013", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2013", + "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS", + "title": "Parcellaire cadastral édition : 2024-01-01", + "description": "Parcellaire cadastral édition : 2024-01-01", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -3047,7 +4271,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3155,6 +4379,24 @@ "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + }, + "19": { + "minTileRow": "174795", + "maxTileRow": "294179", + "minTileCol": "169851", + "maxTileCol": "343591" } } }, @@ -3169,7 +4411,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -3180,25 +4422,25 @@ } ] }, - "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2014", - "title": "Registre parcellaire graphique (RPG) 2014", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2014", + "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRALPARCELS.PARCELS", + "title": "Parcelles cadastrales", + "description": "Limites des parcelles cadastrales issues de plans scannés et de plans numériques.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -63.1607, + "right": 55.8464, + "top": 51.091, + "bottom": -21.3922 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3256,74 +4498,92 @@ "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { - "minTileRow": "170", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "166", "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "342", "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileCol": "332", + "maxTileCol": "670" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10733" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "10634", + "maxTileCol": "21467" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21913", + "maxTileRow": "36756", + "minTileCol": "21269", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43827", + "maxTileRow": "73512", + "minTileCol": "42539", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87654", + "maxTileRow": "147024", + "minTileCol": "85079", + "maxTileCol": "171738" + }, + "19": { + "minTileRow": "175309", + "maxTileRow": "294048", + "minTileCol": "170159", + "maxTileCol": "343476" + }, + "20": { + "minTileRow": "350618", + "maxTileRow": "588097", + "minTileCol": "340319", + "maxTileCol": "686952" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "bdparcellaire", + "title": "BD Parcellaire Noire et transparente", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -3331,10 +4591,10 @@ } ] }, - "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2015", - "title": "Registre parcellaire graphique 2015", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2015.", + "CADASTRALPARCELS.QUALREFBDP$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRALPARCELS.QUALREFBDP", + "title": "Qualité du géoréférencement de la BD Parcellaire", + "description": "Métadonnées complémentaires des divisions cadastrales. Davantage d’informations dans le document disponible https://data.geopf.fr/annexes/ressources/fiches/bdparcellaire/Metadonnees_BDPARCELLAIRE.pdf", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -3349,7 +4609,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3426,17 +4686,17 @@ }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "DIVCAD_MTD", + "title": "Métadonnées de la BD Parcellaire", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CADASTRALPARCELS.QUALREFBDP-legend.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -3446,25 +4706,25 @@ } ] }, - "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2016", - "title": "Registre parcellaire graphique 2016", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2016.", + "CADASTRES.SOLAIRES.LOCAUX$GEOPORTAIL:OGC:WMTS": { + "name": "CADASTRES.SOLAIRES.LOCAUX", + "title": "Cadastres solaires locaux", + "description": "Cadastres solaires locaux", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3473,85 +4733,85 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CADASTRES.SOLAIRES.LOCAUX", + "title": "CADASTRES.SOLAIRES.LOCAUX", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/CADASTRES.SOLAIRES.LOCAUX-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -3561,25 +4821,25 @@ } ] }, - "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2017", - "title": "Registre parcellaire graphique 2017", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2017.", + "CAPACITE.ACCUEIL.ELECTRIQUE$GEOPORTAIL:OGC:WMTS": { + "name": "CAPACITE.ACCUEIL.ELECTRIQUE", + "title": "Capacité d'accueil techniquement disponible des postes électriques (fin mars 2023)", + "description": "Capacité d'accueil techniquement disponible des postes électriques (fin mars 2023)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3588,69 +4848,178 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ + { + "name": "CAPACITE.ACCUEIL.ELECTRIQUE", + "title": "CAPACITE.ACCUEIL.ELECTRIQUE", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/CAPACITE.ACCUEIL.ELECTRIQUE-legend.png", + "minScaleDenominator": "2000" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "CARTES-14-18-EDUGEO_PYR-PNG_FXX_WM$GEOPORTAIL:OGC:WMTS": { + "name": "CARTES-14-18-EDUGEO_PYR-PNG_FXX_WM", + "title": "Verdun et ses environs: voies de communication (novembre 1916)", + "description": "Zone de Verdun et ses environs: voies de communication (novembre 1916)", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": 4.79205, + "right": 5.9969, + "top": 49.5144, + "bottom": 48.9421 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "262", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "525", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "698", + "maxTileRow": "703", + "minTileCol": "1051", + "maxTileCol": "1058" + }, + "12": { + "minTileRow": "1397", + "maxTileRow": "1407", + "minTileCol": "2102", + "maxTileCol": "2116" + }, + "13": { + "minTileRow": "2795", + "maxTileRow": "2815", + "minTileCol": "4205", + "maxTileCol": "4232" } } }, @@ -3665,7 +5034,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -3676,10 +5045,113 @@ } ] }, - "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2018", - "title": "Registre parcellaire graphique 2018", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2018", + "CARTES.NATURALEARTH$GEOPORTAIL:OGC:WMTS": { + "name": "CARTES.NATURALEARTH", + "title": "Monde Natural Earth", + "description": "Carte générale du monde politique avec les frontières et capitales d'Etat, les entités administratives secondaires, villes principales, fleuves, lacs et océans. Edition : 1.4.0", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + } + ] + }, + "CGET_QP_BDD_WLD_WM_WMTS_20150914$GEOPORTAIL:OGC:WMTS": { + "name": "CGET_QP_BDD_WLD_WM_WMTS_20150914", + "title": "Quartiers prioritaires", + "description": "
Les quartiers prioritaires de la politique de la ville sont issus de la loi de programmation pour la ville et cohésion urbaine n° 2014-173 du 21 février 2014.
Téléchargement des données

Sources : Commissariat Général à l'Egalité des Territoires : 1er janvier 2015
", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -3694,7 +5166,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3766,6 +5238,12 @@ "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" } } }, @@ -3780,7 +5258,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -3791,10 +5269,10 @@ } ] }, - "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2019", - "title": "Registre parcellaire graphique 2019", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2019", + "COMMUNES.PRIORITYDISCTRICT$GEOPORTAIL:OGC:WMTS": { + "name": "COMMUNES.PRIORITYDISCTRICT", + "title": "Quartiers prioritaires", + "description": "
Les quartiers prioritaires de la politique de la ville sont issus de la loi de programmation pour la ville et cohésion urbaine n° 2014-173 du 21 février 2014.
Téléchargement des données

Sources : Commissariat Général à l'Egalité des Territoires : 1er janvier 2015
", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -3809,7 +5287,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3881,6 +5359,12 @@ "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" } } }, @@ -3895,7 +5379,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -3906,25 +5390,25 @@ } ] }, - "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2020", - "title": "Registre parcellaire graphique 2020", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2020", + "COMMUNES.SISMICITE$GEOPORTAIL:OGC:WMTS": { + "name": "COMMUNES.SISMICITE", + "title": "Communes selon les zones de sismicité", + "description": "
Représentation des niveaux de sismicité pour chaque commune.
Le zonage sismique de la France, en vigueur à compter du 1er mai 2011, est défini par le décret n°2010-1255 du 22 octobre 2010.

Sources :
Direction Générale de la Prévention des Risques : base GASPAR - 10/2014
IGN : BDTOPO® - 04/2014", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -3933,69 +5417,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, @@ -4010,7 +5494,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -4021,10 +5505,10 @@ } ] }, - "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMTS": { - "name": "LANDUSE.AGRICULTURE2021", - "title": "Registre parcellaire graphique 2021", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2021", + "CONSO.ELEC.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "CONSO.ELEC.COMMUNE", + "title": "Consommation annuelle d’électricité par commune", + "description": "Consommation annuelle d’électricité par commune", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -4039,7 +5523,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -4116,17 +5600,17 @@ }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CONSO.ELEC.COMMUNE", + "title": "CONSO.ELEC.COMMUNE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/CONSO.ELEC.COMMUNE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -4136,10 +5620,10 @@ } ] }, - "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMTS": { - "name": "PRAIRIES.SENSIBLES.BCAE", - "title": "Préservation des prairies et pâturages permanents en zone Natura 2000", - "description": "Préservation des prairies et pâturages permanents en zone Natura 2000 - Couche pour la nouvelle PAC produite par l’Observatoire du développement rural (ODR) en lien avec l’INRAE.", + "CONSO.GAZ.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "CONSO.GAZ.COMMUNE", + "title": "Consommation annuelle de gaz par commune", + "description": "Consommation annuelle de gaz par commune", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -4154,7 +5638,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -4231,1322 +5715,1893 @@ }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "CONSO.GAZ.COMMUNE", + "title": "CONSO.GAZ.COMMUNE", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], - "formats": [ - { - "name": "image/png", - "current": true - } - ] - }, - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", - "title": "Carte des pentes pour l'agriculture sur la métropole", - "description": "Carte des zones ayant une valeur de pente supérieure à 10% - source : RGEALTI 2017 au pas de 5m - disponible jusqu'au 1/17062 - métropole uniquement - mise à jour le 12/10/2017", - "globalConstraint": { - "minScaleDenominator": 14285.714285714, - "maxScaleDenominator": 560714285.7142856, - "bbox": { - "left": -63.161392043, - "right": 56.001810245, - "top": 51.099054184, - "bottom": -21.544624583 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" - } - ], - "styles": [ - { - "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", - "title": "Données GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC" - } - ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/CONSO.GAZ.COMMUNE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMS": { - "name": "HYDROGRAPHY.BCAE.LATEST", - "title": "Cours d'eau BCAE dernière édition", - "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2023 au 31 décembre 2023. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", + "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMTS": { + "name": "DEBROUSSAILLEMENT", + "title": "Zonage informatif des obligations légales de débroussaillement", + "description": "Zonage informatif des obligations légales de débroussaillement", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE.LATEST", - "title": "Registre parcellaire graphique (RPG) Latest", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants Latest", + "DELAISSES.AUTOROUTIERS$GEOPORTAIL:OGC:WMTS": { + "name": "DELAISSES.AUTOROUTIERS", + "title": "Délaissés autoroutiers", + "description": "Délaissés autoroutiers", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "DELAISSES.AUTOROUTIERS", + "title": "DELAISSES.AUTOROUTIERS", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/DELAISSES.AUTOROUTIERS-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2007", - "title": "Registre parcellaire graphique (RPG) 2007", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2007.", + "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMTS": { + "name": "DREAL.ZONAGE_PINEL", + "title": "Zonage du dispositif Pinel en Bretagne 2020-2021", + "description": "La réduction d'impôt « Pinel » (code général des impôts) s'applique à l’investissement locatif réalisé dans les zones où la tension entre l'offre et la demande de logements est la plus forte. La loi n°2019-1479 du 28 décembre 2019 de finances pour 2020, prévoit à titre expérimental, un dispositif dérogatoire au droit commun pour la Bretagne. Ainsi, les communes ou parties de communes éligibles à la réduction d'impôt « Pinel » sont fixées par arrêté du préfet de région. Cet arrêté est pris après avis du président du conseil régional et du comité régional de l'habitat et de l'hébergement. Cet article prévoit également que le préfet de région fixe, par arrêté, les plafonds de loyer et de ressources du locataire pour chaque commune ou partie de commune éligible et par type de logement. L’une des particularités de cette expérimentation réside dans l’éligibilité du dispositif qui peut être limitée à une partie seulement du territoire communal. Lorsqu’une commune n’est éligible que pour une partie de son territoire, deux approches sont distinguées, à savoir à la maille de l’IRIS (correspondant à un quartier) ou à la maille du carreau de 200 mètres sur 200 mètres.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.263515785, - "right": 56.023733064, - "top": 51.220336643, - "bottom": -21.41899758 + "left": -5.15012, + "right": -1.00687, + "top": 48.9064, + "bottom": 47.2719 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ASP_RPG.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "88", + "maxTileRow": "89", + "minTileCol": "124", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "176", + "maxTileRow": "179", + "minTileCol": "248", + "maxTileCol": "254" + }, + "10": { + "minTileRow": "352", + "maxTileRow": "359", + "minTileCol": "497", + "maxTileCol": "509" + }, + "11": { + "minTileRow": "704", + "maxTileRow": "718", + "minTileCol": "994", + "maxTileCol": "1018" + }, + "12": { + "minTileRow": "1408", + "maxTileRow": "1436", + "minTileCol": "1989", + "maxTileCol": "2036" + }, + "13": { + "minTileRow": "2816", + "maxTileRow": "2872", + "minTileCol": "3978", + "maxTileCol": "4073" + }, + "14": { + "minTileRow": "5633", + "maxTileRow": "5744", + "minTileCol": "7957", + "maxTileCol": "8146" + }, + "15": { + "minTileRow": "11266", + "maxTileRow": "11488", + "minTileCol": "15915", + "maxTileCol": "16292" + }, + "16": { + "minTileRow": "22532", + "maxTileRow": "22977", + "minTileCol": "31830", + "maxTileCol": "32584" + }, + "17": { + "minTileRow": "45064", + "maxTileRow": "45955", + "minTileCol": "63660", + "maxTileCol": "65169" + }, + "18": { + "minTileRow": "90129", + "maxTileRow": "91911", + "minTileCol": "127321", + "maxTileCol": "130338" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2008", - "title": "Registre parcellaire graphique (RPG) 2008", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2008.", + "EDUGEO.LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMTS": { + "name": "EDUGEO.LANDUSE.AGRICULTURE2012", + "title": "Registre parcellaire graphique (RPG) 2012", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2012", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.263515785, - "right": 56.023733064, - "top": 51.220336643, - "bottom": -21.41899758 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ASP_RPG.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2009", - "title": "Registre parcellaire graphique (RPG) 2009", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2009.", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.263515785, - "right": 56.023733064, - "top": 51.220336643, - "bottom": -21.41899758 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ASP_RPG.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2010", - "title": "Registre parcellaire graphique (RPG) 2010", - "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2010.", + "EDUGEO.NATURALRISKZONES.1910FLOODEDWATERSHEDS$GEOPORTAIL:OGC:WMTS": { + "name": "EDUGEO.NATURALRISKZONES.1910FLOODEDWATERSHEDS", + "title": "Crues du bassin de la Seine - PHEC", + "description": "Carte des plus hautes eaux connues (PHEC) sur le bassin de la Seine : crue de la seine et de ses affluents en 1910, ainsi que d'autres crues à des dates postérieures sur d'autres cours d'eau.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": 0.419457, + "right": 5.43248, + "top": 50.064, + "bottom": 47.4163 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "89", + "minTileCol": "128", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "173", + "maxTileRow": "179", + "minTileCol": "256", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "347", + "maxTileRow": "358", + "minTileCol": "513", + "maxTileCol": "527" + }, + "11": { + "minTileRow": "694", + "maxTileRow": "716", + "minTileCol": "1026", + "maxTileCol": "1054" + }, + "12": { + "minTileRow": "1388", + "maxTileRow": "1433", + "minTileCol": "2052", + "maxTileCol": "2109" + }, + "13": { + "minTileRow": "2776", + "maxTileRow": "2867", + "minTileCol": "4105", + "maxTileCol": "4219" + }, + "14": { + "minTileRow": "5552", + "maxTileRow": "5734", + "minTileCol": "8211", + "maxTileCol": "8439" + }, + "15": { + "minTileRow": "11104", + "maxTileRow": "11469", + "minTileCol": "16422", + "maxTileCol": "16878" + }, + "16": { + "minTileRow": "22208", + "maxTileRow": "22939", + "minTileCol": "32844", + "maxTileCol": "33756" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2011", - "title": "Registre parcellaire graphique (RPG) 2011", - "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2011.", + "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.CONTOUR.LINE", + "title": "Courbes de niveau", + "description": "Le produit « Courbes de niveau » est un modèle numérique de terrain sous forme de courbes de même altitude, appelées aussi « isoplèthes d’altitude », ou plus techniquement « isohypses ». Ces courbes permettent la description du relief français.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2012", - "title": "Registre parcellaire graphique (RPG) 2012", - "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2012", + "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE", + "title": "MNT BDAlti V1", + "description": "BDAlti V1 au pas de 25m", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 279541132.0143589, + "minScaleDenominator": 533.1823959624463, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -64.0, + "right": 168.0, + "top": 52.0, + "bottom": -23.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "defaultProjection": "IGNF:WGS84G", + "wmtsOptions": { + "tileMatrixSetLink": "WGS84G", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "3" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "2", + "maxTileCol": "7" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "5", + "minTileCol": "5", + "maxTileCol": "15" + }, + "4": { + "minTileRow": "3", + "maxTileRow": "10", + "minTileCol": "10", + "maxTileCol": "30" + }, + "5": { + "minTileRow": "6", + "maxTileRow": "20", + "minTileCol": "20", + "maxTileCol": "61" + }, + "6": { + "minTileRow": "13", + "maxTileRow": "40", + "minTileCol": "41", + "maxTileCol": "123" + }, + "7": { + "minTileRow": "27", + "maxTileRow": "80", + "minTileCol": "82", + "maxTileCol": "247" + }, + "8": { + "minTileRow": "54", + "maxTileRow": "160", + "minTileCol": "164", + "maxTileCol": "494" + }, + "9": { + "minTileRow": "108", + "maxTileRow": "321", + "minTileCol": "329", + "maxTileCol": "989" + }, + "10": { + "minTileRow": "216", + "maxTileRow": "642", + "minTileCol": "659", + "maxTileCol": "1979" + }, + "11": { + "minTileRow": "432", + "maxTileRow": "1285", + "minTileCol": "1319", + "maxTileCol": "3959" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, { "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2013", - "title": "Registre parcellaire graphique (RPG) 2013", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2013", + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES", + "title": "Modèle Numérique de Terrain issu du RGEALTI", + "description": "Modèle Numérique de Terrain issu du RGEALTI", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 279541132.0143589, + "minScaleDenominator": 533.1823959624463, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -62.9528, + "right": 45.3043, + "top": 51.1053, + "bottom": -13.0078 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_1-0.xml" + "defaultProjection": "IGNF:WGS84G", + "wmtsOptions": { + "tileMatrixSetLink": "WGS84G", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "13", + "maxTileRow": "36", + "minTileCol": "41", + "maxTileCol": "80" + }, + "7": { + "minTileRow": "27", + "maxTileRow": "73", + "minTileCol": "83", + "maxTileCol": "160" + }, + "8": { + "minTileRow": "55", + "maxTileRow": "146", + "minTileCol": "166", + "maxTileCol": "320" + }, + "9": { + "minTileRow": "110", + "maxTileRow": "292", + "minTileCol": "332", + "maxTileCol": "640" + }, + "10": { + "minTileRow": "221", + "maxTileRow": "585", + "minTileCol": "665", + "maxTileCol": "1281" + }, + "11": { + "minTileRow": "442", + "maxTileRow": "1171", + "minTileCol": "1331", + "maxTileCol": "2563" + }, + "12": { + "minTileRow": "885", + "maxTileRow": "2343", + "minTileCol": "2663", + "maxTileCol": "5126" + }, + "13": { + "minTileRow": "1770", + "maxTileRow": "4687", + "minTileCol": "5326", + "maxTileCol": "10253" + }, + "14": { + "minTileRow": "3540", + "maxTileRow": "9375", + "minTileCol": "10653", + "maxTileCol": "20507" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, { "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2014", - "title": "Registre parcellaire graphique (RPG) 2014", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2014", + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS", + "title": "Modèle numérique de surface", + "description": "Modèle numérique de surface", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 279541132.0143589, + "minScaleDenominator": 533.1823959624463, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -63.1968, + "right": 55.8639, + "top": 51.22, + "bottom": -21.4338 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" - } - ], - "styles": [ + "defaultProjection": "IGNF:WGS84G", + "wmtsOptions": { + "tileMatrixSetLink": "WGS84G", + "tileMatrixSetLimits": { + "4": { + "minTileRow": "3", + "maxTileRow": "9", + "minTileCol": "10", + "maxTileCol": "20" + }, + "5": { + "minTileRow": "6", + "maxTileRow": "19", + "minTileCol": "20", + "maxTileCol": "41" + }, + "6": { + "minTileRow": "13", + "maxTileRow": "39", + "minTileCol": "41", + "maxTileCol": "83" + }, + "7": { + "minTileRow": "27", + "maxTileRow": "79", + "minTileCol": "83", + "maxTileCol": "167" + }, + "8": { + "minTileRow": "55", + "maxTileRow": "158", + "minTileCol": "166", + "maxTileCol": "335" + }, + "9": { + "minTileRow": "110", + "maxTileRow": "316", + "minTileCol": "332", + "maxTileCol": "670" + }, + "10": { + "minTileRow": "220", + "maxTileRow": "633", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "11": { + "minTileRow": "441", + "maxTileRow": "1267", + "minTileCol": "1328", + "maxTileCol": "2683" + }, + "12": { + "minTileRow": "882", + "maxTileRow": "2535", + "minTileCol": "2657", + "maxTileCol": "5367" + }, + "13": { + "minTileRow": "1764", + "maxTileRow": "5071", + "minTileCol": "5315", + "maxTileCol": "10734" + }, + "14": { + "minTileRow": "3529", + "maxTileRow": "10142", + "minTileCol": "10631", + "maxTileCol": "21468" + }, + "15": { + "minTileRow": "7059", + "maxTileRow": "20285", + "minTileCol": "21263", + "maxTileCol": "42937" + }, + "16": { + "minTileRow": "14119", + "maxTileRow": "40571", + "minTileCol": "42526", + "maxTileCol": "85875" + }, + "17": { + "minTileRow": "28238", + "maxTileRow": "81143", + "minTileCol": "85053", + "maxTileCol": "171750" + } + } + }, + "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, { "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2015", - "title": "Registre parcellaire graphique 2015", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2015.", + "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW", + "title": "Estompage", + "description": "Couche d'ombrage calculée à partir des données altimétriques de l'IGN permettant de mieux appréhender le relief. L'estompage proposé est réalisé à partir des données MNT BDAlti au pas de 25m avec deux soleils : un au nord-est de hauteur 45°, l'autre zénithal.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -63.187, + "right": 55.8884, + "top": 50.9218, + "bottom": -21.4069 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "343", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "686", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1372", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2745", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5490", + "maxTileRow": "9189", + "minTileCol": "5316", + "maxTileCol": "10735" + }, + "15": { + "minTileRow": "10981", + "maxTileRow": "18379", + "minTileCol": "10632", + "maxTileCol": "21471" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "name": "estompage_grayscale", + "title": "Estompage", + "current": true, + "url": null } ], + "legends": [], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2016", - "title": "Registre parcellaire graphique 2016", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2016.", + "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3", + "title": "MNT SRTM3", + "description": "MNT SRTM3 construit par la NASA et le NGA.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 279541132.0143589, + "minScaleDenominator": 533.1823959624463, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -180.0, + "right": 180.0, + "top": 61.0004, + "bottom": -56.0004 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "defaultProjection": "IGNF:WGS84G", + "wmtsOptions": { + "tileMatrixSetLink": "WGS84G", + "tileMatrixSetLimits": { + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "4" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "8" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "16" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "12", + "minTileCol": "0", + "maxTileCol": "32" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "25", + "minTileCol": "0", + "maxTileCol": "64" + }, + "6": { + "minTileRow": "10", + "maxTileRow": "51", + "minTileCol": "0", + "maxTileCol": "128" + }, + "7": { + "minTileRow": "20", + "maxTileRow": "103", + "minTileCol": "0", + "maxTileCol": "256" + }, + "8": { + "minTileRow": "41", + "maxTileRow": "207", + "minTileCol": "0", + "maxTileCol": "512" + }, + "9": { + "minTileRow": "82", + "maxTileRow": "415", + "minTileCol": "0", + "maxTileCol": "1024" + }, + "10": { + "minTileRow": "164", + "maxTileRow": "830", + "minTileCol": "0", + "maxTileCol": "2048" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, { "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2017", - "title": "Registre parcellaire graphique 2017", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2017.", + "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", + "title": "Seuils de pente pour l'agriculture", + "description": "La carte expérimentale des seuils de pente pour l'agriculture est dérivée du MNT RGEAlti, modèle numérique de terrain maillé au pas de 1 m. Les seuils de représentation de cette carte sont : 7% à 10% : bleu, 10% à 15% : mauve, 15% à 20% : orange, plus de 20% : rouge. Données disponibles en France Métropolitaine du 1/4265 au 1/69885283 - mise à jour du 30/06/2017.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", + "title": "Valeur de pente en %", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD-legend.png", + "minScaleDenominator": "4265" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2018", - "title": "Registre parcellaire graphique 2018", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2018", + "ELEVATION.LEVEL0$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.LEVEL0", + "title": "Trait de côte Histolitt", + "description": "Formalisation de la limite entre le domaine terrestre et le domaine marin.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -63.2529, + "right": 55.9472, + "top": 51.1388, + "bottom": -21.51 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2019", - "title": "Registre parcellaire graphique 2019", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2019", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1149", + "minTileCol": "664", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1368", + "maxTileRow": "2298", + "minTileCol": "1328", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2737", + "maxTileRow": "4597", + "minTileCol": "2656", + "maxTileCol": "5369" + }, + "14": { + "minTileRow": "5474", + "maxTileRow": "9194", + "minTileCol": "5313", + "maxTileCol": "10738" + }, + "15": { + "minTileRow": "10949", + "maxTileRow": "18389", + "minTileCol": "10626", + "maxTileCol": "21476" + }, + "16": { + "minTileRow": "21899", + "maxTileRow": "36779", + "minTileCol": "21253", + "maxTileCol": "42952" + }, + "17": { + "minTileRow": "43799", + "maxTileRow": "73558", + "minTileCol": "42506", + "maxTileCol": "85905" + }, + "18": { + "minTileRow": "87599", + "maxTileRow": "147116", + "minTileCol": "85012", + "maxTileCol": "171811" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2020", - "title": "Registre parcellaire graphique 2020", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2020", + "ELEVATION.SLOPES$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.SLOPES", + "title": "Altitude", + "description": "La couche altitude se compose d'un MNT (Modèle Numérique de Terrain) affiché en teintes hypsométriques et issu de la BD ALTI®.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" + }, + "11": { + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" + }, + "12": { + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" + }, + "13": { + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" + }, + "14": { + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMS": { - "name": "LANDUSE.AGRICULTURE2021", - "title": "Registre parcellaire graphique 2021", - "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2021", + "ELEVATION.SLOPES.HIGHRES$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATION.SLOPES.HIGHRES", + "title": "Litto3D ®", + "description": "Modèle numérique continu terre-mer sur la frange littorale.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": 5.75296, + "right": 6.25761, + "top": 43.2733, + "bottom": 42.9786 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "66", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "94", + "minTileCol": "132", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "187", + "maxTileRow": "188", + "minTileCol": "264", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "375", + "maxTileRow": "376", + "minTileCol": "528", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "750", + "maxTileRow": "752", + "minTileCol": "1056", + "maxTileCol": "1059" + }, + "12": { + "minTileRow": "1500", + "maxTileRow": "1505", + "minTileCol": "2113", + "maxTileCol": "2119" + }, + "13": { + "minTileRow": "3001", + "maxTileRow": "3010", + "minTileCol": "4226", + "maxTileCol": "4238" + }, + "14": { + "minTileRow": "6003", + "maxTileRow": "6021", + "minTileCol": "8453", + "maxTileCol": "8476" + }, + "15": { + "minTileRow": "12006", + "maxTileRow": "12043", + "minTileCol": "16907", + "maxTileCol": "16953" + }, + "16": { + "minTileRow": "24012", + "maxTileRow": "24086", + "minTileCol": "33815", + "maxTileCol": "33907" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMS": { - "name": "PRAIRIES.SENSIBLES.BCAE", - "title": "Préservation des prairies et pâturages permanents en zone Natura 2000", - "description": "Préservation des prairies et pâturages permanents en zone Natura 2000 - Couche pour la nouvelle PAC produite par l’Observatoire du développement rural (ODR) en lien avec l’INRAE.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "agriculture": "https://wxs.ign.fr/agriculture/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" - } - ], - "styles": [ - { - "name": "nolegend", - "title": "Données sans légende" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.CONTOUR.LINE", - "title": "Courbes de niveau", - "description": "Le produit « Courbes de niveau » est un modèle numérique de terrain sous forme de courbes de même altitude, appelées aussi « isoplèthes d’altitude », ou plus techniquement « isohypses ». Ces courbes permettent la description du relief français.", + "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMTS": { + "name": "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", + "title": "Masque de source du RGE Alti", + "description": "Informations sur la précision du RGEAlti.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -5561,7 +7616,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -5633,34 +7688,22 @@ "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - }, - "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "Graphe de source du RGE Alti", + "title": "Graphe de source du RGE Alti", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -5670,615 +7713,264 @@ } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE", - "title": "MNT BDAlti V1", - "description": "BDAlti V1 au pas de 25m", + "ENR.AERO.CIVIL$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.AERO.CIVIL", + "title": "Contraintes réglementaires aeronautiques civiles", + "description": "Contraintes réglementaires aeronautiques civiles", "globalConstraint": { - "maxScaleDenominator": 279541132.0143589, - "minScaleDenominator": 533.182395962446, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -64.0, - "right": 168.0, - "top": 52.0, - "bottom": -23.0 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:WGS84G", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "WGS84G", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "3" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "2", - "maxTileCol": "7" - }, - "3": { - "minTileRow": "1", - "maxTileRow": "5", - "minTileCol": "5", - "maxTileCol": "15" - }, - "4": { - "minTileRow": "3", - "maxTileRow": "10", - "minTileCol": "10", - "maxTileCol": "30" - }, - "5": { - "minTileRow": "6", - "maxTileRow": "20", - "minTileCol": "20", - "maxTileCol": "61" - }, "6": { - "minTileRow": "13", - "maxTileRow": "40", - "minTileCol": "41", - "maxTileCol": "123" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "27", - "maxTileRow": "80", - "minTileCol": "82", - "maxTileCol": "247" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "54", - "maxTileRow": "160", - "minTileCol": "164", - "maxTileCol": "494" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "108", - "maxTileRow": "321", - "minTileCol": "329", - "maxTileCol": "989" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "216", - "maxTileRow": "642", - "minTileCol": "659", - "maxTileCol": "1979" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "432", - "maxTileRow": "1285", - "minTileCol": "1319", - "maxTileCol": "3959" - } - } - }, - "styles": [ - { - "name": "normal", - "title": "Légende générique", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], - "formats": [ - { - "name": "image/x-bil;bits=32", - "current": true - } - ] - }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES", - "title": "Modèle Numérique de Terrain issu du RGEALTI", - "description": "Modèle Numérique de Terrain issu du RGEALTI", - "globalConstraint": { - "maxScaleDenominator": 279541132.0143589, - "minScaleDenominator": 533.182395962446, - "bbox": { - "left": -62.9528, - "right": 45.3043, - "top": 51.1053, - "bottom": -13.0078 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" - } - }, - "defaultProjection": "IGNF:WGS84G", - "wmtsOptions": { - "tileMatrixSetLink": "WGS84G", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "13", - "maxTileRow": "39", - "minTileCol": "41", - "maxTileCol": "83" - }, - "7": { - "minTileRow": "27", - "maxTileRow": "79", - "minTileCol": "83", - "maxTileCol": "167" - }, - "8": { - "minTileRow": "55", - "maxTileRow": "158", - "minTileCol": "166", - "maxTileCol": "335" - }, - "9": { - "minTileRow": "110", - "maxTileRow": "316", - "minTileCol": "332", - "maxTileCol": "670" - }, - "10": { - "minTileRow": "221", - "maxTileRow": "633", - "minTileCol": "665", - "maxTileCol": "1341" - }, - "11": { - "minTileRow": "442", - "maxTileRow": "1267", - "minTileCol": "1331", - "maxTileCol": "2683" - }, - "12": { - "minTileRow": "884", - "maxTileRow": "2534", - "minTileCol": "2663", - "maxTileCol": "5366" - }, - "13": { - "minTileRow": "1769", - "maxTileRow": "5069", - "minTileCol": "5326", - "maxTileCol": "10733" - }, - "14": { - "minTileRow": "3539", - "maxTileRow": "10139", - "minTileCol": "10653", - "maxTileCol": "21467" - } - } - }, - "styles": [ - { - "name": "normal", - "title": "Légende générique", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], - "formats": [ - { - "name": "image/x-bil;bits=32", - "current": true - } - ] - }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS", - "title": "Modèle numérique de surface", - "description": "Modèle numérique de surface", - "globalConstraint": { - "maxScaleDenominator": 279541132.0143589, - "minScaleDenominator": 533.182395962446, - "bbox": { - "left": -63.1968, - "right": 55.8639, - "top": 51.22, - "bottom": -21.4338 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" - } - }, - "defaultProjection": "IGNF:WGS84G", - "wmtsOptions": { - "tileMatrixSetLink": "WGS84G", - "tileMatrixSetLimits": { - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" - }, - "6": { - "minTileRow": "0", - "maxTileRow": "47", - "minTileCol": "32", - "maxTileCol": "95" - }, - "7": { - "minTileRow": "16", - "maxTileRow": "79", - "minTileCol": "80", - "maxTileCol": "175" - }, - "8": { - "minTileRow": "48", - "maxTileRow": "159", - "minTileCol": "160", - "maxTileCol": "335" - }, - "9": { - "minTileRow": "96", - "maxTileRow": "319", - "minTileCol": "320", - "maxTileCol": "671" - }, - "10": { - "minTileRow": "208", - "maxTileRow": "639", - "minTileCol": "656", - "maxTileCol": "1343" - }, - "11": { - "minTileRow": "432", - "maxTileRow": "1279", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "880", - "maxTileRow": "2543", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "1760", - "maxTileRow": "5071", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "3520", - "maxTileRow": "10143", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "7056", - "maxTileRow": "20287", - "minTileCol": "21248", - "maxTileCol": "42943" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "14112", - "maxTileRow": "40575", - "minTileCol": "42512", - "maxTileCol": "85887" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { - "minTileRow": "28224", - "maxTileRow": "81151", - "minTileCol": "85040", - "maxTileCol": "171759" + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "ENR.AERO.CIVIL", + "title": "ENR.AERO.CIVIL", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENR.AERO.CIVIL-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/x-bil;bits=32", + "name": "image/png", "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW", - "title": "Estompage", - "description": "Couche d'ombrage calculée à partir des données altimétriques de l'IGN permettant de mieux appréhender le relief. L'estompage proposé est réalisé à partir des données MNT BDAlti au pas de 25m avec deux soleils : un au nord-est de hauteur 45°, l'autre zénithal.", + "ENR.AERO.MILITAIRE$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.AERO.MILITAIRE", + "title": "Contraintes réglementaires aeronautiques militaires", + "description": "Contraintes réglementaires aeronautiques militaires", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.187, - "right": 55.8884, - "top": 50.9218, - "bottom": -21.4069 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { "minTileRow": "171", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { "minTileRow": "342", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "670" + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1341" + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1368", - "maxTileRow": "2297", - "minTileCol": "1329", - "maxTileCol": "2683" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4594", - "minTileCol": "2658", - "maxTileCol": "5367" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9189", - "minTileCol": "5316", - "maxTileCol": "10735" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18379", - "minTileCol": "10632", - "maxTileCol": "21471" - } - } - }, - "styles": [ - { - "name": "estompage_grayscale", - "title": "Estompage", - "current": true, - "url": null - } - ], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - } - ] - }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3", - "title": "MNT SRTM3", - "description": "MNT SRTM3 construit par la NASA et le NGA.", - "globalConstraint": { - "maxScaleDenominator": 279541132.0143589, - "minScaleDenominator": 533.182395962446, - "bbox": { - "left": -180.0, - "right": 180.0, - "top": 61.0004, - "bottom": -56.0004 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" - } - }, - "defaultProjection": "IGNF:WGS84G", - "wmtsOptions": { - "tileMatrixSetLink": "WGS84G", - "tileMatrixSetLimits": { - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "4" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "8" - }, - "3": { - "minTileRow": "1", - "maxTileRow": "6", - "minTileCol": "0", - "maxTileCol": "16" - }, - "4": { - "minTileRow": "2", - "maxTileRow": "12", - "minTileCol": "0", - "maxTileCol": "32" - }, - "5": { - "minTileRow": "5", - "maxTileRow": "25", - "minTileCol": "0", - "maxTileCol": "64" - }, - "6": { - "minTileRow": "10", - "maxTileRow": "51", - "minTileCol": "0", - "maxTileCol": "128" - }, - "7": { - "minTileRow": "20", - "maxTileRow": "103", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, - "8": { - "minTileRow": "41", - "maxTileRow": "207", - "minTileCol": "0", - "maxTileCol": "512" + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, - "9": { - "minTileRow": "82", - "maxTileRow": "415", - "minTileCol": "0", - "maxTileCol": "1024" + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" }, - "10": { - "minTileRow": "164", - "maxTileRow": "830", - "minTileCol": "0", - "maxTileCol": "2048" + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "ENR.AERO.MILITAIRE", + "title": "ENR.AERO.MILITAIRE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENR.AERO.MILITAIRE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/x-bil;bits=32", + "name": "image/png", "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", - "title": "Seuils de pente pour l'agriculture", - "description": "La carte expérimentale des seuils de pente pour l'agriculture est dérivée du MNT RGEAlti, modèle numérique de terrain maillé au pas de 1 m. Les seuils de représentation de cette carte sont : 7% à 10% : bleu, 10% à 15% : mauve, 15% à 20% : orange, plus de 20% : rouge. Données disponibles en France Métropolitaine du 1/4265 au 1/69885283 - mise à jour du 30/06/2017.", + "ENR.GRANDS.SITES.FRANCE$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.GRANDS.SITES.FRANCE", + "title": "Grands sites de France", + "description": "Emprise des sites appartenant au réseau Grand Site de France", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -6293,31 +7985,13 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", "maxTileRow": "23", @@ -6383,28 +8057,22 @@ "maxTileRow": "24492", "minTileCol": "31830", "maxTileCol": "34510" - }, - "17": { - "minTileRow": "43822", - "maxTileRow": "48985", - "minTileCol": "63660", - "maxTileCol": "69020" } } }, "styles": [ { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", - "title": "Valeur de pente en %", + "name": "ENR.GRANDS.SITES.FRANCE", + "title": "ENR.GRANDS.SITES.FRANCE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD-legend.png", - "minScaleDenominator": "4265" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENR.GRANDS.SITES.FRANCE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -6414,25 +8082,25 @@ } ] }, - "ELEVATION.LEVEL0$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.LEVEL0", - "title": "Trait de côte Histolitt", - "description": "Formalisation de la limite entre le domaine terrestre et le domaine marin.", + "ENR.PERIMETRE.HABITATION$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.PERIMETRE.HABITATION", + "title": "Contraintes réglementaires liées aux habitatons", + "description": "Contraintes réglementaires liées aux habitations", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.2529, - "right": 55.9472, - "top": 51.1388, - "bottom": -21.51 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -6440,98 +8108,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "19", + "minTileRow": "21", "maxTileRow": "35", "minTileCol": "20", - "maxTileCol": "44" + "maxTileCol": "41" }, "7": { - "minTileRow": "39", + "minTileRow": "42", "maxTileRow": "71", "minTileCol": "41", - "maxTileCol": "89" + "maxTileCol": "83" }, "8": { - "minTileRow": "79", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "171" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "167", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "342" + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "334", + "minTileRow": "341", "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "676" + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "677", + "minTileRow": "682", "maxTileRow": "1149", - "minTileCol": "664", - "maxTileCol": "1344" + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1362", + "minTileRow": "1365", "maxTileRow": "2298", - "minTileCol": "1328", - "maxTileCol": "2688" + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2733", - "maxTileRow": "4597", - "minTileCol": "2656", + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", "maxTileCol": "5368" }, "14": { - "minTileRow": "5474", - "maxTileRow": "9194", - "minTileCol": "5313", + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", "maxTileCol": "10737" }, "15": { - "minTileRow": "10949", - "maxTileRow": "18381", - "minTileCol": "10634", - "maxTileCol": "21466" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21907", - "maxTileRow": "36763", - "minTileCol": "21269", - "maxTileCol": "42933" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" }, "17": { - "minTileRow": "43814", - "maxTileRow": "73526", - "minTileCol": "42538", - "maxTileCol": "85866" + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" }, "18": { - "minTileRow": "87644", - "maxTileRow": "147036", - "minTileCol": "85076", - "maxTileCol": "171732" + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PERIMETRE.HABITATION", + "title": "PERIMETRE.HABITATION", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PERIMETRE.HABITATION-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -6541,25 +8209,25 @@ } ] }, - "ELEVATION.SLOPES$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATION.SLOPES", - "title": "Altitude", - "description": "La couche altitude se compose d'un MNT (Modèle Numérique de Terrain) affiché en teintes hypsométriques et issu de la BD ALTI®.", + "ENR.PERIMETRE.PENTE$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.PERIMETRE.PENTE", + "title": "Contraintes réglementaires liées aux pentes", + "description": "Contraintes réglementaires liées aux pentes", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.206, - "right": 167.432, - "top": 50.9308, - "bottom": -22.5952 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -6567,102 +8235,126 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PERIMETRE.PENTE", + "title": "PERIMETRE.PENTE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PERIMETRE.PENTE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMTS": { - "name": "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", - "title": "Masque de source du RGE Alti", - "description": "Informations sur la précision du RGEAlti.", + "ENR.PERIMETRE.ROUTE$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.PERIMETRE.ROUTE", + "title": "Contraintes réglementaires liées aux routes", + "description": "Contraintes réglementaires liées aux routes", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -6671,76 +8363,88 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "Graphe de source du RGE Alti", - "title": "Graphe de source du RGE Alti", + "name": "PERIMETRE.ROUTE", + "title": "PERIMETRE.ROUTE", "current": true, "url": null } @@ -6748,8 +8452,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PERIMETRE.ROUTE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -6759,154 +8463,112 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN", - "title": "Carte des pentes", - "description": "Carte des zones ayant une valeur de pente supérieure à 30°-35°-40°-45° d'après la BD ALTI au pas de 5m", + "ENR.PERIMETRE.VOIE.FERREE$GEOPORTAIL:OGC:WMTS": { + "name": "ENR.PERIMETRE.VOIE.FERREE", + "title": "Contraintes réglementaires liées aux voies ferrées", + "description": "Contraintes réglementaires liées aux voies ferrées", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1614, - "right": 56.0018, + "left": -5.15047, + "right": 9.57054, "top": 51.0991, - "bottom": -21.5446 + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10751" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18399", - "minTileCol": "10624", - "maxTileCol": "21487" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36799", - "minTileCol": "21264", - "maxTileCol": "42975" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "73583", - "minTileCol": "42528", - "maxTileCol": "85935" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PERIMETRE.VOIE.FERREE", + "title": "PERIMETRE.VOIE.FERREE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PERIMETRE.VOIE.FERREE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -6916,25 +8578,25 @@ } ] }, - "ISOHYPSE$GEOPORTAIL:OGC:WMTS": { - "name": "ISOHYPSE", - "title": "ISOHYPSE", - "description": null, + "ENREZO.BESOINS.CHAUD$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.BESOINS.CHAUD", + "title": "Estimation des besoins de chaleur des bâtiments des secteurs résidentiels et tertiaires", + "description": "Estimation des besoins de chaleur des bâtiments des secteurs résidentiels et tertiaires", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -7006,1714 +8668,1804 @@ "maxTileRow": "24492", "minTileCol": "31830", "maxTileCol": "34510" - }, - "17": { - "minTileRow": "43822", - "maxTileRow": "48985", - "minTileCol": "63660", - "maxTileCol": "69020" - }, - "18": { - "minTileRow": "87645", - "maxTileRow": "97970", - "minTileCol": "127321", - "maxTileCol": "138041" - }, - "19": { - "minTileRow": "175290", - "maxTileRow": "195940", - "minTileCol": "254643", - "maxTileCol": "276082" } } }, - "styles": [], - "legends": [], + "styles": [ + { + "name": "ENREZO.BESOINS.CHAUD", + "title": "ENREZO.BESOINS.CHAUD", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.BESOINS.CHAUD-legend.png", + "minScaleDenominator": "2000" + } + ], "formats": [ { - "name": "application/x-protobuf", + "name": "image/png", "current": true } ] }, - "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.CONTOUR.LINE", - "title": "ELEVATION.CONTOUR.LINE", - "description": "Layer-Group type layer: ELEVATION.CONTOUR.LINE", + "ENREZO.BESOINS.FROID$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.BESOINS.FROID", + "title": "Estimation des besoins de froid des bâtiments des secteurs résidentiels et tertiaires", + "description": "Estimation des besoins de froid des bâtiments des secteurs résidentiels et tertiaires", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 5000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1534009200235, - "right": 55.8367873301623, - "top": 51.1208683472447, - "bottom": -21.3896731994897 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE", - "title": "MNT BDAlti V1", - "description": "BDAlti V1 au pas de 25m", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 2510.714285714, - "bbox": { - "left": -64.0, - "right": 168.0, - "top": 52.0, - "bottom": -23.0 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } }, - "defaultProjection": "IGNF:WGS84G", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDALTIr_1-0.xml" - } - ], "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "ENREZO.BESOINS.FROID", + "title": "ENREZO.BESOINS.FROID", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.BESOINS.FROID-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES", - "title": "Modèle Numérique de Terrain issu du RGEALTI", - "description": "Modèle Numérique de Terrain issu du RGEALTI", + "ENREZO.CHALEUR.FATALE.500.INDUSTRIES$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.CHALEUR.FATALE.500.INDUSTRIES", + "title": "Localisation et estimation du gisement de chaleur fatale des 500 plus gros sites industriels de France", + "description": "Localisation et estimation du gisement de chaleur fatale des 500 plus gros sites industriels de France", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.952807692, - "right": 45.304315325, - "top": 51.10527968, - "bottom": -13.007809422 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:WGS84G", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" + "name": "ENREZO.CHALEUR.FATALE.500.INDUSTRIES", + "title": "ENREZO.CHALEUR.FATALE.500.INDUSTRIES", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.CHALEUR.FATALE.500.INDUSTRIES-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS", - "title": "Modèle numérique de surface", - "description": "Modèle numérique de surface (MNS)", + "ENREZO.CHALEUR.FATALE.DATACENTER$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.CHALEUR.FATALE.DATACENTER", + "title": "Localisation et caractérisation des Data Center en France", + "description": "Localisation et caractérisation des Data Center en France", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.196777591, - "right": 55.863926027, - "top": 51.220046622, - "bottom": -21.433778409 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:WGS84G", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "estompage_habillage", - "title": "Estompage habillage" + "name": "ENREZO.CHALEUR.FATALE.DATACENTER", + "title": "ENREZO.CHALEUR.FATALE.DATACENTER", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.CHALEUR.FATALE.DATACENTER-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS.SHADOW$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS.SHADOW", - "title": "Estompage appliqué au Modèle Numérique de Surface", - "description": "Modèle Numérique de Surface (MNS) avec un style par défaut produisant de l'estompage.", + "ENREZO.CHALEUR.FATALE.STEP$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.CHALEUR.FATALE.STEP", + "title": "Localisation et estimation du gisement de chaleur fatale des STEP en France", + "description": "Localisation et estimation du gisement de chaleur fatale des STEP en France", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.196777591, - "right": 55.863926027, - "top": 51.220046622, - "bottom": -21.433778409 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:WGS84G", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "estompage_habillage", - "title": "Estompage habillage" - }, - { - "name": "estompage", - "title": "Éstompage" + "name": "ENREZO.CHALEUR.FATALE.STEP", + "title": "ENREZO.CHALEUR.FATALE.STEP", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.CHALEUR.FATALE.STEP-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW", - "title": "Estompage", - "description": "Couche d'ombrage calculée à partir des données altimétriques de l'IGN permettant de mieux appréhender le relief. L'estompage proposé est réalisé à partir des données MNT BDAlti au pas de 25m avec deux soleils : un au nord-est de hauteur 45°, l'autre zénithal.", + "ENREZO.ZONE.POTENTIEL.CHAUD$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.ZONE.POTENTIEL.CHAUD", + "title": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de chaleur", + "description": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de chaleur", "globalConstraint": { - "minScaleDenominator": 214.285714286, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.186964673, - "right": 55.888402351, - "top": 50.9218, - "bottom": -21.406913139 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "estompage_grayscale", - "title": "Estompage" + "name": "ENREZO.ZONE.POTENTIEL.CHAUD", + "title": "ENREZO.ZONE.POTENTIEL.CHAUD", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.ZONE.POTENTIEL.CHAUD-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3", - "title": "MNT SRTM3", - "description": "MNT SRTM3 construit par la NASA et le NGA.", + "ENREZO.ZONE.POTENTIEL.FORT.CHAUD$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.ZONE.POTENTIEL.FORT.CHAUD", + "title": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de chaleur", + "description": "Zones d’opportunité « à pfort otentiel » pour la création ou l’extension de réseaux de chaleur", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 2510.714285714, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -180.000416667, - "right": 180.000416667, - "top": 61.000416667, - "bottom": -56.000416667 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:WGS84G", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=NASA-SRTM3.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "estompage_grayscale", - "title": "Estompage" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" + "name": "ENREZO.ZONE.POTENTIEL.FORT.CHAUD", + "title": "ENREZO.ZONE.POTENTIEL.FORT.CHAUD", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.ZONES.POTENTIEL.FORT.CHAUD-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", - "title": "Seuils de pente pour l'agriculture", - "description": "La carte expérimentale des seuils de pente pour l'agriculture est dérivée du MNT RGEAlti, modèle numérique de terrain maillé au pas de 1 m. Les seuils de représentation de cette carte sont : 7% à 10% : bleu, 10% à 15% : mauve, 15% à 20% : orange, plus de 20% : rouge. Données disponibles en France Métropolitaine du 1/4265 au 1/69885283 - mise à jour du 30/06/2017.", + "ENREZO.ZONE.POTENTIEL.FORT.FROID$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.ZONE.POTENTIEL.FORT.FROID", + "title": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de froid", + "description": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de froid", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", - "title": "Valeur de pente en %" + "name": "ENREZO.ZONE.POTENTIEL.FORT.FROID", + "title": "ENREZO.ZONE.POTENTIEL.FORT.FROID", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD-legend.png" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.ZONES.POTENTIEL.FORT.FROID-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMS": { - "name": "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", - "title": "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", - "description": "Layer-Group type layer: ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", + "ENREZO.ZONE.POTENTIEL.FROID$GEOPORTAIL:OGC:WMTS": { + "name": "ENREZO.ZONE.POTENTIEL.FROID", + "title": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de froid", + "description": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de froid", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1890421078016, - "right": 55.844532355254, - "top": 51.129651588879, - "bottom": -21.4272773385954 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "name": "ENREZO.ZONE.POTENTIEL.FROID", + "title": "ENREZO.ZONE.POTENTIEL.FROID", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ENREZO.ZONE.POTENTIEL.FROID-legend.png", + "minScaleDenominator": "2000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN", - "title": "Carte des pentes", - "description": "Carte des zones ayant une valeur de pente supérieure à 30°-35°-40°-45° d'après la BD ALTI au pas de 5m", + "EVOL-SURFACE-FORESTIERE-1980-2011_EDUGEO_PYR-PNG_FXX_LAMB93_20150918$GEOPORTAIL:OGC:WMTS": { + "name": "EVOL-SURFACE-FORESTIERE-1980-2011_EDUGEO_PYR-PNG_FXX_LAMB93_20150918", + "title": "Évolution des surfaces forestières (1980 et 2011)", + "description": "Évolution annuelle des surfaces forestières entre les années 1980 et 2011", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.161392043, - "right": 56.001810245, - "top": 51.099054184, - "bottom": -21.544624583 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS1", - "description": "MNT RGEALTI", + "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMTS": { + "name": "FORETS.PUBLIQUES", + "title": "Forêts publiques", + "description": "Localisation des forêts publiques domaniales et non domaniales (communales, sectionales, départementales et d'établissements publics) gérées par l'Office national des forêts (ONF).", "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.320384174, - "right": 9.663138841, - "top": 51.121313775, - "bottom": 41.315625464 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:LAMB93", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "montagne_raw", - "title": "Pente brute" - }, - { - "name": "epandage", - "title": "Pente par paliers standards pour epandage" - }, - { - "name": "montagne_zevenbergen_raw", - "title": "Pente brute" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" + "name": "FORETS PUBLIQUES ONF", + "title": "FORETS PUBLIQUES ONF", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/onf_forets_publiques.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS20200706", - "description": "RGEALTI des MNT en PYR-ZIP pour la GLP en WGS84UTM20", + "GAZ.CORRIDOR.DISTRIBUTION$GEOPORTAIL:OGC:WMTS": { + "name": "GAZ.CORRIDOR.DISTRIBUTION", + "title": "Corridors de distribution de gaz", + "description": "Corridors de distribution de gaz", "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -67.529495216, - "right": -58.143108033, - "top": 90.0, - "bottom": -7.272330783 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:UTM20W84GUAD", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" + "name": "GAZ.CORRIDOR.DISTRIBUTION", + "title": "GAZ.CORRIDOR.DISTRIBUTION", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/GAZ.CORRIDOR.DISTRIBUTION-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS2", - "description": "RGEALTI MNT GUYANE", + "GAZ.CORRIDOR.TRANSPORT$GEOPORTAIL:OGC:WMTS": { + "name": "GAZ.CORRIDOR.TRANSPORT", + "title": "Corridors de transport de gaz", + "description": "Corridors de transport de gaz", "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -54.646638272, - "right": -51.602500043, - "top": 5.789764846, - "bottom": 2.076676872 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:UTM22RGFG95", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" + "name": "GAZ.CORRIDOR.TRANSPORT", + "title": "GAZ.CORRIDOR.TRANSPORT", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/GAZ.CORRIDOR.TRANSPORT-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS20160317", - "description": "RGEALTI du MNT de la Martinique.", + "GAZ.RESEAU.DISTRIBUTION$GEOPORTAIL:OGC:WMTS": { + "name": "GAZ.RESEAU.DISTRIBUTION", + "title": "Réseaux de distribution de gaz", + "description": "Réseaux de distribution de gaz", "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.237869005, - "right": -60.797225471, - "top": 14.881760656, - "bottom": 14.381067221 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:UTM20W84MART", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" + "name": "GAZ.RESEAU.DISTRIBUTION", + "title": "GAZ.RESEAU.DISTRIBUTION", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/GAZ.RESEAU.DISTRIBUTION-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS_20151001", - "description": "MNT RGEALTI de MaYotTe", + "GAZ.RESEAU.TRANSPORT$GEOPORTAIL:OGC:WMTS": { + "name": "GAZ.RESEAU.TRANSPORT", + "title": "Réseaux de transport de gaz", + "description": "Réseaux de transport de gaz", "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 44.972329804, - "right": 45.304315325, - "top": -12.627838529, - "bottom": -13.007809422 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:RGM04UTM38S", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" + "name": "GAZ.RESEAU.TRANSPORT", + "title": "GAZ.RESEAU.TRANSPORT", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/GAZ.RESEAU.TRANSPORT-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS", - "description": "Modèle Numérique de la Réunion", + "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEM.DFCI", + "title": "Carroyage DFCI", + "description": "Le « carroyage DFCI » est un système de maillage géographique utilisé en France par les acteurs de la Défense des Forêts Contre les Incendies (DFCI). Le territoire métropolitain est couvert par des carrés de 100 km de côté, identifiables par deux lettres. Chaque carré de 100 km est divisé en 25 carrés de 20 km de côté, numérotés par des chiffres pairs de 0 à 8. Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. L'unité élémentaire est un carreau de 2 kilomètres de côté, défini par 6 caractères (exemple : KD42F7). Pour désigner un point à l'intérieur de l'unité élémentaire, la précision est obtenue en découpant ce carré en cinq zones numérotées de 1 à 5. Il a été créé sur une grille qui s'appuie sur la projection Lambert II étendue. Depuis 2009, il est re-projeté en Lambert 93 avec une légère déformation des angles et des surfaces. Carroyage DFCI (2 km) : Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. Les carrés de 2 km sont dénommés de A à L (sauf I et J) pour les abscisses, et numérotés de 0 à 9 pour les ordonnées. Date des données : 7 juin 2016 Source : couches 100, 50, 20 et 2 km : Entente Valablre - PôNT, couche 1 km : avec l'aimable autorisation de Geonov (www.geonov.fr)", "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 55.196110973, - "right": 55.846564205, - "top": -20.844657688, - "bottom": -21.401258565 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:RGR92UTM40S", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS": { - "name": "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS", - "title": "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS_20170617", - "description": "RGEALTI des MNT en PYR-ZIP pour SMP en RGSPM06U21", - "globalConstraint": { - "minScaleDenominator": 3571.428571429, - "maxScaleDenominator": 3571428.571428571, - "bbox": { - "left": -56.528713824, - "right": -56.076711964, - "top": 47.150520519, - "bottom": 46.742887861 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/r/wms?" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } }, - "defaultProjection": "IGNF:RGSPM06U21", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RGEr_ALTI_1-0.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" - }, - { - "name": "estompage", - "title": "Éstompage" - }, - { - "name": "hypso", - "title": "Teinte Hypsométrique" - }, - { - "name": "hypso_noalpha", - "title": "Teintes Hypsométriques Sans Transparence" - }, - { - "name": "montagne", - "title": "Pente par paliers standards" - }, - { - "name": "maa", - "title": "Pente par paliers standards pour le MAA" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "http://ign.fr" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ISOHYPSE$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, - "serviceParams": { - "id": "GPP:TMS", - "version": "1.0.0", - "serverUrl": { - "altimetrie": "https://wxs.ign.fr/altimetrie/geoportail/tms/1.0.0/" - } - }, - "name": "ISOHYPSE", - "title": "ISOHYPSE", - "description": "", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" - } - ], - "styles": [ - { - "name": "isohypse_marron", - "title": "Style monochrome marron", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/ISOHYPSE/isohypse_marron.json" - }, - { - "name": "isohypse_orange", - "title": "Style monochrome isohypse_orange", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/ISOHYPSE/isohypse_orange.json" - }, - { - "name": "isohypse_multicolore", - "title": "Style monochrome isohypse_multicolore", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/ISOHYPSE/isohypse_multicolore.json" - } - ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -6.50390625000007, - "right": 40.9798980696202, - "top": 51.2894059027168, - "bottom": 9.84374999999994 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "ISOHYPSE$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - }, "GEOGRAPHICALGRIDSYSTEMS.1900TYPEMAPS$GEOPORTAIL:OGC:WMTS": { "name": "GEOGRAPHICALGRIDSYSTEMS.1900TYPEMAPS", "title": "Carte topographique - environs de Paris (1906)", @@ -8732,7 +10484,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -8760,19 +10512,19 @@ "13": { "minTileRow": "2807", "maxTileRow": "2831", - "minTileCol": "4132", + "minTileCol": "4133", "maxTileCol": "4164" }, "14": { "minTileRow": "5615", "maxTileRow": "5663", - "minTileCol": "8265", + "minTileCol": "8266", "maxTileCol": "8328" }, "15": { "minTileRow": "11231", "maxTileRow": "11326", - "minTileCol": "16531", + "minTileCol": "16532", "maxTileCol": "16657" } } @@ -8788,7 +10540,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -8799,6 +10551,85 @@ } ] }, + "GEOGRAPHICALGRIDSYSTEMS.1914_11_15_ARRAS_VERDUN_BELFORT_fronts_600K$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.1914_11_15_ARRAS_VERDUN_BELFORT_fronts_600K", + "title": "Front : Arras Verdun Belfort (15 novembre 1914)", + "description": "Zone de front : Arras Verdun Belfort (15 novembre 1914)", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": 0.87353, + "right": 8.88521, + "top": 51.2857, + "bottom": 47.3396 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "89", + "minTileCol": "128", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "179", + "minTileCol": "257", + "maxTileCol": "268" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "358", + "minTileCol": "514", + "maxTileCol": "537" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, "GEOGRAPHICALGRIDSYSTEMS.BONNE$GEOPORTAIL:OGC:WMTS": { "name": "GEOGRAPHICALGRIDSYSTEMS.BONNE", "title": "Guyane française (1780)", @@ -8817,7 +10648,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -8903,7 +10734,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -8914,25 +10745,25 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10", - "title": "Carte de l'état-major - environs de Paris (1818 - 1824)", - "description": "Carte des environs de Paris au 1 : 10 000 établie entre 1818 et 1824.", + "GEOGRAPHICALGRIDSYSTEMS.COASTALMAPS$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.COASTALMAPS", + "title": "Carte littorale (SHOM/IGN)", + "description": "Assemblage des cartes marines du Service hydrographique et océanographique de la marine (SHOM) et des cartes terrestres de l’IGN. Attention : Cette donnée n’est pas destinée à la navigation maritime.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 1.82682, - "right": 2.79738, - "top": 49.5142, - "bottom": 48.3847 + "left": -61.8799, + "right": 56.1352, + "top": 51.1895, + "bottom": -21.5205 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -8941,69 +10772,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "22", - "minTileCol": "32", - "maxTileCol": "32" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "43", - "maxTileRow": "44", - "minTileCol": "64", - "maxTileCol": "64" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "87", - "maxTileRow": "88", - "minTileCol": "129", - "maxTileCol": "129" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" }, "9": { - "minTileRow": "174", - "maxTileRow": "177", - "minTileCol": "258", - "maxTileCol": "259" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "167", + "maxTileCol": "335" }, "10": { - "minTileRow": "349", - "maxTileRow": "354", - "minTileCol": "517", - "maxTileCol": "519" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "335", + "maxTileCol": "671" }, "11": { - "minTileRow": "698", - "maxTileRow": "708", - "minTileCol": "1034", - "maxTileCol": "1039" + "minTileRow": "683", + "maxTileRow": "1149", + "minTileCol": "671", + "maxTileCol": "1343" }, "12": { - "minTileRow": "1397", - "maxTileRow": "1417", - "minTileCol": "2068", - "maxTileCol": "2079" + "minTileRow": "1367", + "maxTileRow": "2298", + "minTileCol": "1343", + "maxTileCol": "2686" }, "13": { - "minTileRow": "2795", - "maxTileRow": "2834", - "minTileCol": "4137", - "maxTileCol": "4159" + "minTileRow": "2735", + "maxTileRow": "4597", + "minTileCol": "2687", + "maxTileCol": "5373" }, "14": { - "minTileRow": "5590", - "maxTileRow": "5669", - "minTileCol": "8275", - "maxTileCol": "8319" + "minTileRow": "5471", + "maxTileRow": "9195", + "minTileCol": "5375", + "maxTileCol": "10746" }, "15": { - "minTileRow": "11181", - "maxTileRow": "11338", - "minTileCol": "16550", - "maxTileCol": "16638" + "minTileRow": "10942", + "maxTileRow": "18390", + "minTileCol": "10751", + "maxTileCol": "21493" }, "16": { - "minTileRow": "22363", - "maxTileRow": "22676", - "minTileCol": "33100", - "maxTileCol": "33277" + "minTileRow": "21885", + "maxTileRow": "36781", + "minTileCol": "21503", + "maxTileCol": "42987" } } }, @@ -9018,36 +10849,36 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40", - "title": "Carte de l'état-major (1820-1866)", - "description": "Carte française en couleurs du XIXè siècle en couleurs superposable aux cartes et données modernes.", + "GEOGRAPHICALGRIDSYSTEMS.DOUAUMONT_FORT_positions_5K_18mai1916$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.DOUAUMONT_FORT_positions_5K_18mai1916", + "title": "Fort Douaumont (18 mai 1916)", + "description": "Zone du Fort de Douaumont (18 mai 1916)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.08889, - "right": 10.961, - "top": 51.2745, - "bottom": 41.1844 + "left": 5.42696, + "right": 5.45493, + "top": 49.2229, + "bottom": 49.2064 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -9056,63 +10887,75 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "30", - "maxTileCol": "33" + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "61", - "maxTileCol": "67" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "123", - "maxTileCol": "135" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "247", - "maxTileCol": "270" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "263" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "495", - "maxTileCol": "540" + "minTileRow": "350", + "maxTileRow": "350", + "minTileCol": "527", + "maxTileCol": "527" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "991", - "maxTileCol": "1080" + "minTileRow": "701", + "maxTileRow": "701", + "minTileCol": "1054", + "maxTileCol": "1055" }, "12": { - "minTileRow": "1368", - "maxTileRow": "1531", - "minTileCol": "1983", - "maxTileCol": "2160" + "minTileRow": "1402", + "maxTileRow": "1403", + "minTileCol": "2109", + "maxTileCol": "2110" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3063", - "minTileCol": "3966", - "maxTileCol": "4321" + "minTileRow": "2805", + "maxTileRow": "2806", + "minTileCol": "4219", + "maxTileCol": "4220" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6127", - "minTileCol": "7933", - "maxTileCol": "8642" + "minTileRow": "5611", + "maxTileRow": "5612", + "minTileCol": "8438", + "maxTileCol": "8440" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12255", - "minTileCol": "15866", - "maxTileCol": "17285" + "minTileRow": "11222", + "maxTileRow": "11224", + "minTileCol": "16877", + "maxTileCol": "16880" + }, + "16": { + "minTileRow": "22444", + "maxTileRow": "22449", + "minTileCol": "33755", + "maxTileCol": "33761" + }, + "17": { + "minTileRow": "44889", + "maxTileRow": "44898", + "minTileCol": "67511", + "maxTileCol": "67522" } } }, @@ -9127,155 +10970,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1", - "title": "Plan IGN j+1", - "description": "Plan IGN j+1", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.AJACCIO1976$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.AJACCIO1976", + "title": "Cartographie AJACCIO 1976", + "description": "Zone d'Ajaccio - Cartographie 1976", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": 8.507, + "right": 9.13252, + "top": 42.0381, + "bottom": 41.6654 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "16", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { - "minTileRow": "21", - "maxTileRow": "32", - "minTileCol": "31", + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", "maxTileCol": "33" }, "7": { - "minTileRow": "42", - "maxTileRow": "64", - "minTileCol": "62", + "minTileRow": "47", + "maxTileRow": "47", + "minTileCol": "67", "maxTileCol": "67" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "minTileRow": "94", + "maxTileRow": "95", + "minTileCol": "134", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "minTileRow": "189", + "maxTileRow": "190", + "minTileCol": "268", + "maxTileCol": "268" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "670" + "minTileRow": "379", + "maxTileRow": "381", + "minTileCol": "536", + "maxTileCol": "537" }, "11": { - "minTileRow": "683", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1341" + "minTileRow": "759", + "maxTileRow": "762", + "minTileCol": "1072", + "maxTileCol": "1075" }, "12": { - "minTileRow": "1367", - "maxTileRow": "2297", - "minTileCol": "1328", - "maxTileCol": "2683" + "minTileRow": "1519", + "maxTileRow": "1525", + "minTileCol": "2144", + "maxTileCol": "2151" }, "13": { - "minTileRow": "2735", - "maxTileRow": "4595", - "minTileCol": "2658", - "maxTileCol": "5367" + "minTileRow": "3039", + "maxTileRow": "3051", + "minTileCol": "4289", + "maxTileCol": "4303" }, "14": { - "minTileRow": "5470", - "maxTileRow": "9190", - "minTileCol": "5316", - "maxTileCol": "10734" + "minTileRow": "6079", + "maxTileRow": "6102", + "minTileCol": "8579", + "maxTileCol": "8607" }, "15": { - "minTileRow": "10940", - "maxTileRow": "18380", - "minTileCol": "10632", - "maxTileCol": "21468" + "minTileRow": "12159", + "maxTileRow": "12204", + "minTileCol": "17158", + "maxTileCol": "17215" }, "16": { - "minTileRow": "21880", - "maxTileRow": "36760", - "minTileCol": "21264", - "maxTileCol": "42936" - }, - "17": { - "minTileRow": "43768", - "maxTileRow": "73512", - "minTileCol": "42536", - "maxTileCol": "85864" - }, - "18": { - "minTileRow": "87536", - "maxTileRow": "147024", - "minTileCol": "85080", - "maxTileCol": "171728" + "minTileRow": "24318", + "maxTileRow": "24409", + "minTileCol": "34316", + "maxTileCol": "34430" } } }, @@ -9290,7 +11085,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -9301,78 +11096,96 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEMS.MAPS.OVERVIEW$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.OVERVIEW", - "title": "Carte Mondiale pour la mini-vue", - "description": "Carte Mondiale pour la mini-vue", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BELFORT-MONTBELLIARD1973$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BELFORT-MONTBELLIARD1973", + "title": "Cartographie BELFORT MONTBELLIARD 1973", + "description": "Zone d'Ajaccio - BELFORT MONTBELLIARD 1973", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": 6.50535, + "right": 7.25597, + "top": 47.8735, + "bottom": 47.3676 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" }, - "2": { - "minTileRow": "0", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "3" + "7": { + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, - "3": { - "minTileRow": "1", - "maxTileRow": "6", - "minTileCol": "0", - "maxTileCol": "7" + "8": { + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "132", + "maxTileCol": "133" }, - "4": { - "minTileRow": "2", - "maxTileRow": "13", - "minTileCol": "0", - "maxTileCol": "15" + "9": { + "minTileRow": "178", + "maxTileRow": "179", + "minTileCol": "265", + "maxTileCol": "266" }, - "5": { - "minTileRow": "5", - "maxTileRow": "26", - "minTileCol": "0", - "maxTileCol": "31" + "10": { + "minTileRow": "356", + "maxTileRow": "358", + "minTileCol": "530", + "maxTileCol": "532" }, - "6": { - "minTileRow": "11", - "maxTileRow": "52", - "minTileCol": "0", - "maxTileCol": "63" + "11": { + "minTileRow": "712", + "maxTileRow": "717", + "minTileCol": "1061", + "maxTileCol": "1065" }, - "7": { - "minTileRow": "22", - "maxTileRow": "105", - "minTileCol": "0", - "maxTileCol": "127" + "12": { + "minTileRow": "1425", + "maxTileRow": "1434", + "minTileCol": "2122", + "maxTileCol": "2130" }, - "8": { - "minTileRow": "45", - "maxTileRow": "210", - "minTileCol": "0", - "maxTileCol": "255" + "13": { + "minTileRow": "2851", + "maxTileRow": "2869", + "minTileCol": "4244", + "maxTileCol": "4261" + }, + "14": { + "minTileRow": "5703", + "maxTileRow": "5738", + "minTileCol": "8488", + "maxTileCol": "8522" + }, + "15": { + "minTileRow": "11407", + "maxTileRow": "11476", + "minTileCol": "16976", + "maxTileCol": "17044" + }, + "16": { + "minTileRow": "22815", + "maxTileRow": "22952", + "minTileCol": "33952", + "maxTileCol": "34088" } } }, @@ -9387,119 +11200,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950", - "title": "SCAN50 Historique de 1950", - "description": "SCAN50 produit par l'IGN en 1950", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BERRY-SUD1952$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BERRY-SUD1952", + "title": "Cartographie BERRY SUD 1952", + "description": "Zone de BERRY SUD - Cartographie 1952", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": 1.00082, + "right": 1.75144, + "top": 46.6854, + "bottom": 46.168 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" - }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "90", + "maxTileRow": "90", + "minTileCol": "128", + "maxTileCol": "129" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "180", + "maxTileRow": "181", + "minTileCol": "257", + "maxTileCol": "258" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "361", + "maxTileRow": "363", + "minTileCol": "514", + "maxTileCol": "516" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "722", + "maxTileRow": "727", + "minTileCol": "1029", + "maxTileCol": "1033" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1445", + "maxTileRow": "1454", + "minTileCol": "2059", + "maxTileCol": "2067" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "2891", + "maxTileRow": "2908", + "minTileCol": "4118", + "maxTileCol": "4135" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "5783", + "maxTileRow": "5817", + "minTileCol": "8237", + "maxTileCol": "8271" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "11567", + "maxTileRow": "11635", + "minTileCol": "16475", + "maxTileCol": "16543" + }, + "16": { + "minTileRow": "23134", + "maxTileRow": "23271", + "minTileCol": "32950", + "maxTileCol": "33086" } } }, @@ -9514,161 +11315,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", - "title": "Plan IGN v2", - "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BETHUNE1956$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BETHUNE1956", + "title": "Cartographie BETHUNE 1956", + "description": "Zone de BETHUNE 1956", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -175.0, - "right": 175.0, - "top": 85.0, - "bottom": -85.0 + "left": 2.37696, + "right": 3.37778, + "top": 50.6484, + "bottom": 50.17 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" - }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "144", - "minTileCol": "80", - "maxTileCol": "168" + "minTileRow": "86", + "maxTileRow": "86", + "minTileCol": "129", + "maxTileCol": "130" }, "9": { - "minTileRow": "168", - "maxTileRow": "288", - "minTileCol": "160", - "maxTileCol": "336" + "minTileRow": "172", + "maxTileRow": "173", + "minTileCol": "259", + "maxTileCol": "260" }, "10": { - "minTileRow": "336", - "maxTileRow": "576", - "minTileCol": "328", - "maxTileCol": "672" + "minTileRow": "344", + "maxTileRow": "346", + "minTileCol": "518", + "maxTileCol": "521" }, "11": { - "minTileRow": "680", - "maxTileRow": "1152", - "minTileCol": "664", - "maxTileCol": "1344" + "minTileRow": "688", + "maxTileRow": "693", + "minTileCol": "1037", + "maxTileCol": "1043" }, "12": { - "minTileRow": "1368", - "maxTileRow": "2304", - "minTileCol": "1328", - "maxTileCol": "2688" + "minTileRow": "1377", + "maxTileRow": "1386", + "minTileCol": "2075", + "maxTileCol": "2086" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4600", - "minTileCol": "2656", - "maxTileCol": "5376" + "minTileRow": "2755", + "maxTileRow": "2772", + "minTileCol": "4150", + "maxTileCol": "4172" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9200", - "minTileCol": "5312", - "maxTileCol": "10744" + "minTileRow": "5510", + "maxTileRow": "5544", + "minTileCol": "8300", + "maxTileCol": "8345" }, "15": { - "minTileRow": "10952", - "maxTileRow": "18392", - "minTileCol": "10624", - "maxTileCol": "21480" + "minTileRow": "11020", + "maxTileRow": "11088", + "minTileCol": "16600", + "maxTileCol": "16691" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36784", - "minTileCol": "21248", - "maxTileCol": "42952" - }, - "17": { - "minTileRow": "43816", - "maxTileRow": "73568", - "minTileCol": "42496", - "maxTileCol": "85904" - }, - "18": { - "minTileRow": "87640", - "maxTileRow": "147128", - "minTileCol": "85000", - "maxTileCol": "171808" - }, - "19": { - "minTileRow": "175288", - "maxTileRow": "294248", - "minTileCol": "170008", - "maxTileCol": "343616" + "minTileRow": "22041", + "maxTileRow": "22177", + "minTileCol": "33200", + "maxTileCol": "33382" } } }, @@ -9683,7 +11430,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -9694,25 +11441,25 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1", - "title": "Plan Terrier V1 (XVIIIe siècle)", - "description": "Plan Terrier Corse V1 (XVIIIe siècle) - GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BIARRITZ1979$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BIARRITZ1979", + "title": "Cartographie BIARRITZ 1979", + "description": "Zone de Biarritz 1979", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 8.36284, - "right": 9.75281, - "top": 43.1174, - "bottom": 41.2568 + "left": -1.87654, + "right": -1.25103, + "top": 43.6885, + "bottom": 43.1433 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -9722,87 +11469,75 @@ "6": { "minTileRow": "23", "maxTileRow": "23", - "minTileCol": "33", - "maxTileCol": "33" + "minTileCol": "31", + "maxTileCol": "31" }, "7": { "minTileRow": "46", - "maxTileRow": "47", - "minTileCol": "66", - "maxTileCol": "67" + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" }, "8": { "minTileRow": "93", - "maxTileRow": "95", - "minTileCol": "133", - "maxTileCol": "134" + "maxTileRow": "93", + "minTileCol": "126", + "maxTileCol": "127" }, "9": { - "minTileRow": "187", - "maxTileRow": "191", - "minTileCol": "267", - "maxTileCol": "269" + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "253", + "maxTileCol": "254" }, "10": { - "minTileRow": "375", - "maxTileRow": "382", - "minTileCol": "535", - "maxTileCol": "539" + "minTileRow": "373", + "maxTileRow": "375", + "minTileCol": "506", + "maxTileCol": "508" }, "11": { - "minTileRow": "751", - "maxTileRow": "765", - "minTileCol": "1071", - "maxTileCol": "1079" + "minTileRow": "747", + "maxTileRow": "751", + "minTileCol": "1013", + "maxTileCol": "1016" }, "12": { - "minTileRow": "1503", - "maxTileRow": "1531", - "minTileCol": "2143", - "maxTileCol": "2158" + "minTileRow": "1494", + "maxTileRow": "1502", + "minTileCol": "2026", + "maxTileCol": "2033" }, "13": { - "minTileRow": "3007", - "maxTileRow": "3063", - "minTileCol": "4287", - "maxTileCol": "4316" + "minTileRow": "2988", + "maxTileRow": "3005", + "minTileCol": "4053", + "maxTileCol": "4067" }, "14": { - "minTileRow": "6015", - "maxTileRow": "6126", - "minTileCol": "8575", - "maxTileCol": "8632" + "minTileRow": "5977", + "maxTileRow": "6011", + "minTileCol": "8106", + "maxTileCol": "8135" }, "15": { - "minTileRow": "12030", - "maxTileRow": "12252", - "minTileCol": "17150", - "maxTileCol": "17265" + "minTileRow": "11954", + "maxTileRow": "12022", + "minTileCol": "16213", + "maxTileCol": "16270" }, "16": { - "minTileRow": "24061", - "maxTileRow": "24505", - "minTileCol": "34301", - "maxTileCol": "34530" - }, - "17": { - "minTileRow": "48123", - "maxTileRow": "49011", - "minTileCol": "68603", - "maxTileCol": "69061" - }, - "18": { - "minTileRow": "96247", - "maxTileRow": "98022", - "minTileCol": "137207", - "maxTileCol": "138122" + "minTileRow": "23908", + "maxTileRow": "24045", + "minTileCol": "32426", + "maxTileCol": "32540" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -9810,7 +11545,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -9821,25 +11556,25 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2", - "title": "Plan Terrier V2 (XVIIIe siècle)", - "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse version est une version numérisée par les archives militaires du Ministère de la Défense", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BOURG-ST-MAURICE1974$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.BOURG-ST-MAURICE1974", + "title": "Cartographie BOURG St-MAURICE 1974", + "description": "Zone de BOURG St-MAURICE - Cartographie 1974", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 8.36284, - "right": 9.75282, - "top": 43.1174, - "bottom": 41.2568 + "left": 6.50535, + "right": 7.13087, + "top": 45.7331, + "bottom": 45.3827 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -9847,89 +11582,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "23", - "maxTileRow": "23", + "minTileRow": "22", + "maxTileRow": "22", "minTileCol": "33", "maxTileCol": "33" }, "7": { - "minTileRow": "46", - "maxTileRow": "47", + "minTileRow": "45", + "maxTileRow": "45", "minTileCol": "66", - "maxTileCol": "67" + "maxTileCol": "66" }, "8": { - "minTileRow": "93", - "maxTileRow": "95", - "minTileCol": "133", - "maxTileCol": "134" + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "132", + "maxTileCol": "133" }, "9": { - "minTileRow": "187", - "maxTileRow": "191", - "minTileCol": "267", - "maxTileCol": "269" + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "265", + "maxTileCol": "266" }, "10": { - "minTileRow": "375", - "maxTileRow": "382", - "minTileCol": "535", - "maxTileCol": "539" + "minTileRow": "365", + "maxTileRow": "366", + "minTileCol": "530", + "maxTileCol": "532" }, "11": { - "minTileRow": "751", - "maxTileRow": "765", - "minTileCol": "1071", - "maxTileCol": "1079" + "minTileRow": "730", + "maxTileRow": "733", + "minTileCol": "1061", + "maxTileCol": "1064" }, "12": { - "minTileRow": "1503", - "maxTileRow": "1531", - "minTileCol": "2143", - "maxTileCol": "2158" + "minTileRow": "1461", + "maxTileRow": "1467", + "minTileCol": "2122", + "maxTileCol": "2129" }, "13": { - "minTileRow": "3007", - "maxTileRow": "3063", - "minTileCol": "4287", - "maxTileCol": "4316" + "minTileRow": "2923", + "maxTileRow": "2934", + "minTileCol": "4244", + "maxTileCol": "4258" }, "14": { - "minTileRow": "6015", - "maxTileRow": "6126", - "minTileCol": "8575", - "maxTileCol": "8632" + "minTileRow": "5846", + "maxTileRow": "5869", + "minTileCol": "8488", + "maxTileCol": "8516" }, "15": { - "minTileRow": "12030", - "maxTileRow": "12252", - "minTileCol": "17150", - "maxTileCol": "17265" + "minTileRow": "11692", + "maxTileRow": "11738", + "minTileCol": "16976", + "maxTileCol": "17033" }, "16": { - "minTileRow": "24061", - "maxTileRow": "24505", - "minTileCol": "34301", - "maxTileCol": "34530" - }, - "17": { - "minTileRow": "48123", - "maxTileRow": "49011", - "minTileCol": "68603", - "maxTileCol": "69061" - }, - "18": { - "minTileRow": "96247", - "maxTileRow": "98022", - "minTileCol": "137207", - "maxTileCol": "138122" + "minTileRow": "23384", + "maxTileRow": "23476", + "minTileCol": "33952", + "maxTileCol": "34066" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -9937,7 +11660,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -9948,4030 +11671,4034 @@ } ] }, - "PLAN.IGN$GEOPORTAIL:OGC:WMTS": { - "name": "PLAN.IGN", - "title": "Plan IGN", - "description": "BDUni tuilée", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CAEN1969$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CAEN1969", + "title": "Cartographie CAEN 1969", + "description": "Zone de CAEN - Cartographie 1969", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": -0.875721, + "right": -0.125103, + "top": 49.4434, + "bottom": 49.035 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" - }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "63", + "maxTileCol": "63" }, "8": { - "minTileRow": "64", - "maxTileRow": "192", - "minTileCol": "64", - "maxTileCol": "192" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "127", + "maxTileCol": "127" }, "9": { - "minTileRow": "128", - "maxTileRow": "320", - "minTileCol": "128", - "maxTileCol": "384" + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "254", + "maxTileCol": "255" }, "10": { - "minTileRow": "320", - "maxTileRow": "576", - "minTileCol": "320", - "maxTileCol": "704" + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "509", + "maxTileCol": "511" }, "11": { - "minTileRow": "640", - "maxTileRow": "1152", - "minTileCol": "640", - "maxTileCol": "1344" + "minTileRow": "699", + "maxTileRow": "703", + "minTileCol": "1019", + "maxTileCol": "1023" }, "12": { - "minTileRow": "1344", - "maxTileRow": "2304", - "minTileCol": "1280", - "maxTileCol": "2688" + "minTileRow": "1398", + "maxTileRow": "1406", + "minTileCol": "2038", + "maxTileCol": "2046" }, "13": { - "minTileRow": "2688", - "maxTileRow": "4608", - "minTileCol": "2624", - "maxTileCol": "5376" + "minTileRow": "2797", + "maxTileRow": "2812", + "minTileCol": "4076", + "maxTileCol": "4093" }, "14": { - "minTileRow": "5440", - "maxTileRow": "9216", - "minTileCol": "5312", - "maxTileCol": "10752" + "minTileRow": "5595", + "maxTileRow": "5624", + "minTileCol": "8152", + "maxTileCol": "8186" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18432", - "minTileCol": "10624", - "maxTileCol": "21504" + "minTileRow": "11191", + "maxTileRow": "11248", + "minTileCol": "16304", + "maxTileCol": "16372" }, "16": { - "minTileRow": "21888", - "maxTileRow": "36800", - "minTileCol": "21248", - "maxTileCol": "42976" - }, - "17": { - "minTileRow": "43776", - "maxTileRow": "73600", - "minTileCol": "42496", - "maxTileCol": "85952" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147136", - "minTileCol": "84992", - "maxTileCol": "171840" - }, - "19": { - "minTileRow": "175232", - "maxTileRow": "294272", - "minTileCol": "169984", - "maxTileCol": "343616" + "minTileRow": "22382", + "maxTileRow": "22496", + "minTileCol": "32608", + "maxTileCol": "32745" } } }, - "styles": [], - "legends": [], - "formats": [ - { - "name": "application/x-protobuf", - "current": true - } - ] - }, - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10", - "title": "Carte de l'état-major - environs de Paris (1818 - 1824)", - "description": "Carte des environs de Paris au 1 : 10 000 établie entre 1818 et 1824.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": 1.826818564, - "right": 2.797380599, - "top": 49.514153879, - "bottom": 48.384737373 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANEMr_10K.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40", - "title": "Carte de l'état-major (1820-1866)", - "description": "Carte française en couleurs du XIXè siècle en couleurs superposable aux cartes et données modernes.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CAP-DAGDE1971$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CAP-DAGDE1971", + "title": "Cartographie Cap d'AGDE 1971", + "description": "Zone du Cap d'Agde 1971", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.088888794, - "right": 10.961009535, - "top": 51.274533795, - "bottom": 41.184408199 + "left": 3.00247, + "right": 3.62799, + "top": 43.5073, + "bottom": 43.1433 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANEMr_40K.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "260", + "maxTileCol": "261" + }, + "10": { + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "520", + "maxTileCol": "522" + }, + "11": { + "minTileRow": "748", + "maxTileRow": "751", + "minTileCol": "1041", + "maxTileCol": "1044" + }, + "12": { + "minTileRow": "1497", + "maxTileRow": "1502", + "minTileCol": "2082", + "maxTileCol": "2089" + }, + "13": { + "minTileRow": "2994", + "maxTileRow": "3005", + "minTileCol": "4164", + "maxTileCol": "4178" + }, + "14": { + "minTileRow": "5988", + "maxTileRow": "6011", + "minTileCol": "8328", + "maxTileCol": "8357" + }, + "15": { + "minTileRow": "11977", + "maxTileRow": "12022", + "minTileCol": "16657", + "maxTileCol": "16714" + }, + "16": { + "minTileRow": "23954", + "maxTileRow": "24045", + "minTileCol": "33314", + "maxTileCol": "33428" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1", - "title": "Plan IGN j+1", - "description": "Plan IGN j+1", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CLERMONT-FERRAND1966$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CLERMONT-FERRAND1966", + "title": "Cartographie CLERMONT FERRAND 1966", + "description": "Zone de CLERMONT FERRAND 1966", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": 2.75227, + "right": 3.37778, + "top": 45.9944, + "bottom": 45.6457 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "182", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "364", + "maxTileRow": "365", + "minTileCol": "519", + "maxTileCol": "521" + }, + "11": { + "minTileRow": "728", + "maxTileRow": "731", + "minTileCol": "1039", + "maxTileCol": "1043" + }, + "12": { + "minTileRow": "1457", + "maxTileRow": "1462", + "minTileCol": "2079", + "maxTileCol": "2086" + }, + "13": { + "minTileRow": "2914", + "maxTileRow": "2925", + "minTileCol": "4158", + "maxTileCol": "4172" + }, + "14": { + "minTileRow": "5829", + "maxTileRow": "5851", + "minTileCol": "8317", + "maxTileCol": "8345" + }, + "15": { + "minTileRow": "11658", + "maxTileRow": "11703", + "minTileCol": "16634", + "maxTileCol": "16691" + }, + "16": { + "minTileRow": "23316", + "maxTileRow": "23407", + "minTileCol": "33269", + "maxTileCol": "33382" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950", - "title": "SCAN50 Historique de 1950", - "description": "SCAN50 produit ppar l'IGN en 1950", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CREIL-SUD-PICARDIE1979$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.CREIL-SUD-PICARDIE1979", + "title": "Cartographie CREIL SUD PICARDIE 1979", + "description": "Zone de CREIL SUD PICARDIE 1979", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": 2.25185, + "right": 3.12757, + "top": 49.6058, + "bottom": 49.035 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCAN50r_Historique_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "518", + "maxTileCol": "520" + }, + "11": { + "minTileRow": "698", + "maxTileRow": "703", + "minTileCol": "1036", + "maxTileCol": "1041" + }, + "12": { + "minTileRow": "1396", + "maxTileRow": "1406", + "minTileCol": "2073", + "maxTileCol": "2083" + }, + "13": { + "minTileRow": "2792", + "maxTileRow": "2812", + "minTileCol": "4147", + "maxTileCol": "4167" + }, + "14": { + "minTileRow": "5584", + "maxTileRow": "5624", + "minTileCol": "8294", + "maxTileCol": "8334" + }, + "15": { + "minTileRow": "11168", + "maxTileRow": "11248", + "minTileCol": "16588", + "maxTileCol": "16668" + }, + "16": { + "minTileRow": "22337", + "maxTileRow": "22496", + "minTileCol": "33177", + "maxTileCol": "33337" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" - }, - { - "name": "SCAN50_1950", - "title": "SCAN 50 historique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", - "title": "Plan IGN v2", - "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.DIJON1962$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.DIJON1962", + "title": "Cartographie Dijon 1962", + "description": "Zone de Dijon 1962", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -175.0, - "right": 175.0, - "top": 85.0, - "bottom": -85.0 + "left": 4.75391, + "right": 5.37943, + "top": 47.5368, + "bottom": 46.9422 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "90", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "178", + "maxTileRow": "180", + "minTileCol": "262", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "357", + "maxTileRow": "360", + "minTileCol": "525", + "maxTileCol": "527" + }, + "11": { + "minTileRow": "715", + "maxTileRow": "720", + "minTileCol": "1051", + "maxTileCol": "1054" + }, + "12": { + "minTileRow": "1431", + "maxTileRow": "1441", + "minTileCol": "2102", + "maxTileCol": "2109" + }, + "13": { + "minTileRow": "2863", + "maxTileRow": "2883", + "minTileCol": "4204", + "maxTileCol": "4218" + }, + "14": { + "minTileRow": "5726", + "maxTileRow": "5766", + "minTileCol": "8408", + "maxTileCol": "8436" + }, + "15": { + "minTileRow": "11453", + "maxTileRow": "11533", + "minTileCol": "16816", + "maxTileCol": "16873" + }, + "16": { + "minTileRow": "22906", + "maxTileRow": "23066", + "minTileCol": "33633", + "maxTileCol": "33747" + } } - ], + }, "styles": [ { - "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", - "title": "Données GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2-legend.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1", - "title": "Plan Terrier V1 (XVIIIe siècle)", - "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Douaumont1916$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Douaumont1916", + "title": "Douaumont et ses environs (avril 1916)", + "description": "Zone de Douaumont et ses environs (avril 1916)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 8.362838637, - "right": 9.752813429, - "top": 43.117404985, - "bottom": 41.256769696 + "left": 5.38761, + "right": 5.49243, + "top": 49.2326, + "bottom": 49.1519 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=PLAN_TERRIER.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "527", + "maxTileCol": "527" + }, + "11": { + "minTileRow": "701", + "maxTileRow": "702", + "minTileCol": "1054", + "maxTileCol": "1055" + }, + "12": { + "minTileRow": "1402", + "maxTileRow": "1404", + "minTileCol": "2109", + "maxTileCol": "2110" + }, + "13": { + "minTileRow": "2805", + "maxTileRow": "2808", + "minTileCol": "4218", + "maxTileCol": "4220" + }, + "14": { + "minTileRow": "5610", + "maxTileRow": "5616", + "minTileCol": "8437", + "maxTileCol": "8441" + }, + "15": { + "minTileRow": "11220", + "maxTileRow": "11232", + "minTileCol": "16874", + "maxTileCol": "16883" + }, + "16": { + "minTileRow": "22441", + "maxTileRow": "22464", + "minTileCol": "33748", + "maxTileCol": "33767" + }, + "17": { + "minTileRow": "44883", + "maxTileRow": "44928", + "minTileCol": "67497", + "maxTileCol": "67535" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2", - "title": "Plan Terrier V2 (XVIIIe siècle)", - "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse version est une version numérisée par les archives militaires du Ministère de la Défense", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1965$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1965", + "title": "Cartographie GRENOBLE 1965", + "description": "Zone de Grenoble 1965", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 8.362838476, - "right": 9.752815873, - "top": 43.117404985, - "bottom": 41.256767758 + "left": 5.50453, + "right": 6.13005, + "top": 45.3827, + "bottom": 44.9416 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=PLAN_TERRIER.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "263", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "366", + "maxTileRow": "368", + "minTileCol": "527", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "733", + "maxTileRow": "737", + "minTileCol": "1055", + "maxTileCol": "1058" + }, + "12": { + "minTileRow": "1467", + "maxTileRow": "1474", + "minTileCol": "2110", + "maxTileCol": "2117" + }, + "13": { + "minTileRow": "2934", + "maxTileRow": "2948", + "minTileCol": "4221", + "maxTileCol": "4235" + }, + "14": { + "minTileRow": "5869", + "maxTileRow": "5897", + "minTileCol": "8442", + "maxTileCol": "8470" + }, + "15": { + "minTileRow": "11738", + "maxTileRow": "11794", + "minTileCol": "16885", + "maxTileCol": "16941" + }, + "16": { + "minTileRow": "23476", + "maxTileRow": "23589", + "minTileCol": "33770", + "maxTileCol": "33883" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "SCAN1000_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS": { - "name": "SCAN1000_PYR-JPEG_WLD_WM", - "title": "SCAN1000 France métropolitaine 2021 (WM)", - "description": "Le produit SCAN 1000® version 2 est une collection d'images numériques en couleurs, obtenues par rastérisation des données vecteur de la carte nationale France (901) à l'échelle 1 :1,000,000ième. Le produit couvre l'ensemble du territoire français métropolitain et la Corse.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1976$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1976", + "title": "Cartographie GRENOBLE 1976", + "description": "Zone de Grenoble 1976", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.420880971, - "right": 13.549984261, - "top": 51.444014219, - "bottom": 40.289066627 + "left": 5.50453, + "right": 6.25515, + "top": 45.4705, + "bottom": 45.0301 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCAN1000r_2-0.xml" - } - ], - "styles": [ - { - "name": "SCAN1000", - "title": "Légende du 1/1000000" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SCAN1000_PYR-JPEG_WLD_WM-legend.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "263", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "366", + "maxTileRow": "368", + "minTileCol": "527", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "732", + "maxTileRow": "736", + "minTileCol": "1055", + "maxTileCol": "1059" + }, + "12": { + "minTileRow": "1465", + "maxTileRow": "1472", + "minTileCol": "2110", + "maxTileCol": "2119" + }, + "13": { + "minTileRow": "2931", + "maxTileRow": "2945", + "minTileCol": "4221", + "maxTileCol": "4238" + }, + "14": { + "minTileRow": "5863", + "maxTileRow": "5891", + "minTileCol": "8442", + "maxTileCol": "8476" + }, + "15": { + "minTileRow": "11726", + "maxTileRow": "11783", + "minTileCol": "16885", + "maxTileCol": "16953" + }, + "16": { + "minTileRow": "23453", + "maxTileRow": "23567", + "minTileCol": "33770", + "maxTileCol": "33906" + } + } + }, + "styles": [ { - "name": "image/geotiff", - "current": false - }, + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "image/x-bil;bits=32", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/asc", - "current": false + "name": "image/png", + "current": true } ] }, - "SCANDEP_PYR-JPEG_FXX_WM$GEOPORTAIL:OGC:WMS": { - "name": "SCANDEP_PYR-JPEG_FXX_WM", - "title": "SCANDEP WM FXX 2011", - "description": "Le produit SCAN Départemental® version 3 est une collection d'images cartographiques numériques en couleur, obtenues par rastérisation des données vecteur de la série « Cartes départementales » éditées par l'IGN. Ces images couvrent l'ensemble du territoire français métropolitain.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1991$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GRENOBLE1991", + "title": "Cartographie GRENOBLE 1991", + "description": "Zone de Grenoble 1991", "globalConstraint": { - "minScaleDenominator": 8928.571428571, - "maxScaleDenominator": 585142857.1428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.420880971, - "right": 11.429714268, - "top": 51.161536605, - "bottom": 40.809712667 + "left": 5.50453, + "right": 6.13005, + "top": 45.3827, + "bottom": 44.9416 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANDEPr_3-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "263", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "366", + "maxTileRow": "368", + "minTileCol": "527", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "733", + "maxTileRow": "737", + "minTileCol": "1055", + "maxTileCol": "1058" + }, + "12": { + "minTileRow": "1467", + "maxTileRow": "1474", + "minTileCol": "2110", + "maxTileCol": "2117" + }, + "13": { + "minTileRow": "2934", + "maxTileRow": "2948", + "minTileCol": "4221", + "maxTileCol": "4235" + }, + "14": { + "minTileRow": "5869", + "maxTileRow": "5897", + "minTileCol": "8442", + "maxTileCol": "8470" + }, + "15": { + "minTileRow": "11738", + "maxTileRow": "11794", + "minTileCol": "16885", + "maxTileCol": "16941" + }, + "16": { + "minTileRow": "23476", + "maxTileRow": "23589", + "minTileCol": "33770", + "maxTileCol": "33883" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "SCANREG_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS": { - "name": "SCANREG_PYR-JPEG_WLD_WM", - "title": "Scan Régional FXX WM 08-2021", - "description": "Le produit SCAN Régional® version 2 est une collection d'images cartographiques numériques en couleur, obtenues par rastérisation des données vecteur de la série « Cartes régionales » éditées par l'IGN. Ces images couvrent l'ensemble du territoire français métropolitain.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GUADELOUPE1955$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GUADELOUPE1955", + "title": "Cartographie Guadeloupe 1955", + "description": "Zone de Guadeloupe 1955", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.420880971, - "right": 12.137980905, - "top": 51.444124102, - "bottom": 40.809712667 + "left": -61.6758, + "right": -61.3005, + "top": 16.6495, + "bottom": 16.1695 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANREGr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "28", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "21" + }, + "7": { + "minTileRow": "57", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "42" + }, + "8": { + "minTileRow": "115", + "maxTileRow": "116", + "minTileCol": "84", + "maxTileCol": "84" + }, + "9": { + "minTileRow": "231", + "maxTileRow": "232", + "minTileCol": "168", + "maxTileCol": "168" + }, + "10": { + "minTileRow": "463", + "maxTileRow": "465", + "minTileCol": "336", + "maxTileCol": "337" + }, + "11": { + "minTileRow": "927", + "maxTileRow": "930", + "minTileCol": "673", + "maxTileCol": "675" + }, + "12": { + "minTileRow": "1855", + "maxTileRow": "1861", + "minTileCol": "1346", + "maxTileCol": "1350" + }, + "13": { + "minTileRow": "3711", + "maxTileRow": "3723", + "minTileCol": "2692", + "maxTileCol": "2701" + }, + "14": { + "minTileRow": "7423", + "maxTileRow": "7446", + "minTileCol": "5385", + "maxTileCol": "5402" + }, + "15": { + "minTileRow": "14846", + "maxTileRow": "14892", + "minTileCol": "10770", + "maxTileCol": "10804" + }, + "16": { + "minTileRow": "29693", + "maxTileRow": "29784", + "minTileCol": "21540", + "maxTileCol": "21608" + } } - ], + }, "styles": [ { - "name": "SCANREG", - "title": "Légende du 1/1000000" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SCANREG_PYR-JPEG_WLD_WM-legend.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", - "title": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GUYANE1958$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.GUYANE1958", + "title": "Cartographie Guyane 1958", + "description": "Zone de Guyane 1958", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.2057322544516, - "right": 55.83667602180032, - "top": 51.08938761678308, - "bottom": -21.38985327009672 + "left": -54.4198, + "right": -53.419, + "top": 5.99398, + "bottom": 5.12238 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartes": "https://wxs.ign.fr/cartes/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "30", + "maxTileRow": "31", + "minTileCol": "22", + "maxTileCol": "22" + }, + "7": { + "minTileRow": "61", + "maxTileRow": "62", + "minTileCol": "44", + "maxTileCol": "45" + }, + "8": { + "minTileRow": "123", + "maxTileRow": "124", + "minTileCol": "89", + "maxTileCol": "90" + }, + "9": { + "minTileRow": "247", + "maxTileRow": "248", + "minTileCol": "178", + "maxTileCol": "180" + }, + "10": { + "minTileRow": "494", + "maxTileRow": "497", + "minTileCol": "357", + "maxTileCol": "360" + }, + "11": { + "minTileRow": "989", + "maxTileRow": "994", + "minTileCol": "714", + "maxTileCol": "720" + }, + "12": { + "minTileRow": "1979", + "maxTileRow": "1989", + "minTileCol": "1428", + "maxTileCol": "1440" + }, + "13": { + "minTileRow": "3959", + "maxTileRow": "3979", + "minTileCol": "2857", + "maxTileCol": "2880" + }, + "14": { + "minTileRow": "7918", + "maxTileRow": "7958", + "minTileCol": "5715", + "maxTileCol": "5760" + }, + "15": { + "minTileRow": "15837", + "maxTileRow": "15917", + "minTileCol": "11430", + "maxTileCol": "11521" + }, + "16": { + "minTileRow": "31674", + "maxTileRow": "31834", + "minTileCol": "22861", + "maxTileCol": "23043" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCAN25r_3-0.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "PLAN.IGN$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LA-REUNION1980$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LA-REUNION1980", + "title": "Cartographie LA REUNION 1980", + "description": "Zone de la Réunion 1980", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": 55.0453, + "right": 55.6708, + "top": -20.6783, + "bottom": -21.4954 + } + }, "serviceParams": { - "id": "GPP:TMS", + "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "essentiels": "https://wxs.ign.fr/essentiels/geoportail/tms/1.0.0/" + "full": "https://data.geopf.fr/wmts" } }, - "name": "PLAN.IGN", - "title": "Plan IGN", - "description": "BDUni tuilée", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "35", + "maxTileRow": "35", + "minTileCol": "41", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "71", + "maxTileRow": "71", + "minTileCol": "83", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "143", + "maxTileRow": "143", + "minTileCol": "167", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "286", + "maxTileRow": "287", + "minTileCol": "334", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "572", + "maxTileRow": "574", + "minTileCol": "668", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "1144", + "maxTileRow": "1149", + "minTileCol": "1337", + "maxTileCol": "1340" + }, + "12": { + "minTileRow": "2288", + "maxTileRow": "2298", + "minTileCol": "2674", + "maxTileCol": "2681" + }, + "13": { + "minTileRow": "4577", + "maxTileRow": "4597", + "minTileCol": "5348", + "maxTileCol": "5362" + }, + "14": { + "minTileRow": "9154", + "maxTileRow": "9194", + "minTileCol": "10697", + "maxTileCol": "10725" + }, + "15": { + "minTileRow": "18308", + "maxTileRow": "18388", + "minTileCol": "21394", + "maxTileCol": "21451" + }, + "16": { + "minTileRow": "36616", + "maxTileRow": "36776", + "minTileCol": "42788", + "maxTileCol": "42902" + } } - ], + }, "styles": [ { - "name": "standard", - "title": "Style standard", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/standard.json" - }, - { - "name": "classique", - "title": "Style classique", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/classique.json" - }, - { - "name": "transparent", - "title": "Style transparent", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/transparent.json" - }, - { - "name": "accentue", - "title": "Style accentue", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/accentue.json" - }, - { - "name": "attenue", - "title": "Style attenue", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/attenue.json" - }, - { - "name": "gris", - "title": "Style en noir et blanc", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/gris.json" - }, - { - "name": "epure", - "title": "Style epure", + "name": "normal", + "title": "Légende générique", "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/epure.json" - }, + "url": null + } + ], + "legends": [ { - "name": "sans_toponymes", - "title": "Style sans toponymes", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/sans_toponymes.json" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -724011.531917197, - "right": 1095801.237496279, - "top": 6672646.821182753, - "bottom": 5009377.0856973175 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "PLAN.IGN$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" + "formats": [ + { + "name": "image/png", + "current": true + } + ] }, - "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMS": { - "name": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", - "title": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", - "description": "Layer-Group type layer: TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LA-ROCHELLE-ROCHEFORT1959$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LA-ROCHELLE-ROCHEFORT1959", + "title": "Cartographie LA ROCHELLE-ROCHEFORT 1959", + "description": "Zone de LA ROCHELLE-ROCHEFORT 1959", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": -1.37613, + "right": -0.750618, + "top": 46.4273, + "bottom": 45.7331 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "90", + "maxTileRow": "91", + "minTileCol": "127", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "181", + "maxTileRow": "182", + "minTileCol": "254", + "maxTileCol": "254" + }, + "10": { + "minTileRow": "362", + "maxTileRow": "365", + "minTileCol": "508", + "maxTileCol": "509" + }, + "11": { + "minTileRow": "725", + "maxTileRow": "730", + "minTileCol": "1016", + "maxTileCol": "1019" + }, + "12": { + "minTileRow": "1450", + "maxTileRow": "1461", + "minTileCol": "2032", + "maxTileCol": "2039" + }, + "13": { + "minTileRow": "2900", + "maxTileRow": "2923", + "minTileCol": "4064", + "maxTileCol": "4078" + }, + "14": { + "minTileRow": "5800", + "maxTileRow": "5846", + "minTileCol": "8129", + "maxTileCol": "8157" + }, + "15": { + "minTileRow": "11601", + "maxTileRow": "11692", + "minTileCol": "16258", + "maxTileCol": "16315" + }, + "16": { + "minTileRow": "23202", + "maxTileRow": "23384", + "minTileCol": "32517", + "maxTileCol": "32631" + } + } + }, + "styles": [ { - "name": "text/html; subtype=openlayers", - "current": false - }, + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "text/html; subtype=openlayers2", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/html; subtype=openlayers3", - "current": false + "name": "image/png", + "current": true } ] }, - "BDCARTO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-ADMINISTRATIF_WLD_WGS84G", - "title": "BDCARTO-ADMINISTRATIF_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-ADMINISTRATIF_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LE-HAVRE1975$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LE-HAVRE1975", + "title": "Cartographie Le Havre 1975", + "description": "Zone de Le Havre - Cartographie 1975", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 100000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": -0.125103, + "right": 0.500412, + "top": 49.6868, + "bottom": 49.2805 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "255", + "maxTileCol": "256" + }, + "10": { + "minTileRow": "348", + "maxTileRow": "350", + "minTileCol": "511", + "maxTileCol": "513" + }, + "11": { + "minTileRow": "697", + "maxTileRow": "700", + "minTileCol": "1023", + "maxTileCol": "1026" + }, + "12": { + "minTileRow": "1394", + "maxTileRow": "1401", + "minTileCol": "2046", + "maxTileCol": "2053" + }, + "13": { + "minTileRow": "2789", + "maxTileRow": "2803", + "minTileCol": "4093", + "maxTileCol": "4107" + }, + "14": { + "minTileRow": "5578", + "maxTileRow": "5607", + "minTileCol": "8186", + "maxTileCol": "8214" + }, + "15": { + "minTileRow": "11157", + "maxTileRow": "11214", + "minTileCol": "16372", + "maxTileCol": "16429" + }, + "16": { + "minTileRow": "22314", + "maxTileRow": "22428", + "minTileCol": "32745", + "maxTileCol": "32859" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-BATI_WLD_WGS84G", - "title": "BDCARTO-BATI_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-BATI_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LE-HAVRE1979$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LE-HAVRE1979", + "title": "Cartographie Le Havre 1979", + "description": "Zone de Le Havre - Cartographie 1979", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 25001.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": -0.125103, + "right": 0.625515, + "top": 49.6868, + "bottom": 49.2805 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "255", + "maxTileCol": "256" + }, + "10": { + "minTileRow": "348", + "maxTileRow": "350", + "minTileCol": "511", + "maxTileCol": "513" + }, + "11": { + "minTileRow": "697", + "maxTileRow": "700", + "minTileCol": "1023", + "maxTileCol": "1027" + }, + "12": { + "minTileRow": "1394", + "maxTileRow": "1401", + "minTileCol": "2046", + "maxTileCol": "2055" + }, + "13": { + "minTileRow": "2789", + "maxTileRow": "2803", + "minTileCol": "4093", + "maxTileCol": "4110" + }, + "14": { + "minTileRow": "5578", + "maxTileRow": "5607", + "minTileCol": "8186", + "maxTileCol": "8220" + }, + "15": { + "minTileRow": "11157", + "maxTileRow": "11214", + "minTileCol": "16372", + "maxTileCol": "16440" + }, + "16": { + "minTileRow": "22314", + "maxTileRow": "22428", + "minTileCol": "32745", + "maxTileCol": "32881" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G", - "title": "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LIMOGES1966$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LIMOGES1966", + "title": "Cartographie Limoges 1966", + "description": "Zone de Limoges 1966", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 1.00082, + "right": 1.50124, + "top": 45.9944, + "bottom": 45.6457 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "128", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "182", + "minTileCol": "257", + "maxTileCol": "258" + }, + "10": { + "minTileRow": "364", + "maxTileRow": "365", + "minTileCol": "514", + "maxTileCol": "516" + }, + "11": { + "minTileRow": "728", + "maxTileRow": "731", + "minTileCol": "1029", + "maxTileCol": "1032" + }, + "12": { + "minTileRow": "1457", + "maxTileRow": "1462", + "minTileCol": "2059", + "maxTileCol": "2065" + }, + "13": { + "minTileRow": "2914", + "maxTileRow": "2925", + "minTileCol": "4118", + "maxTileCol": "4130" + }, + "14": { + "minTileRow": "5829", + "maxTileRow": "5851", + "minTileCol": "8237", + "maxTileCol": "8260" + }, + "15": { + "minTileRow": "11658", + "maxTileRow": "11703", + "minTileCol": "16475", + "maxTileCol": "16520" + }, + "16": { + "minTileRow": "23316", + "maxTileRow": "23407", + "minTileCol": "32950", + "maxTileCol": "33041" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G", - "title": "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1947$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1947", + "title": "Cartographie LYON 1947", + "description": "Zone de LYON - Cartographie 1947", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 4.50371, + "right": 5.37943, + "top": 46.0813, + "bottom": 45.4705 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "90", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "181", + "maxTileRow": "183", + "minTileCol": "262", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "363", + "maxTileRow": "366", + "minTileCol": "524", + "maxTileCol": "527" + }, + "11": { + "minTileRow": "727", + "maxTileRow": "732", + "minTileCol": "1049", + "maxTileCol": "1054" + }, + "12": { + "minTileRow": "1455", + "maxTileRow": "1465", + "minTileCol": "2099", + "maxTileCol": "2109" + }, + "13": { + "minTileRow": "2911", + "maxTileRow": "2931", + "minTileCol": "4198", + "maxTileCol": "4218" + }, + "14": { + "minTileRow": "5823", + "maxTileRow": "5863", + "minTileCol": "8396", + "maxTileCol": "8436" + }, + "15": { + "minTileRow": "11646", + "maxTileRow": "11726", + "minTileCol": "16793", + "maxTileCol": "16873" + }, + "16": { + "minTileRow": "23293", + "maxTileRow": "23453", + "minTileCol": "33587", + "maxTileCol": "33747" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G", - "title": "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1980$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1980", + "title": "Cartographie LYON 1980", + "description": "Zone de LYON - Cartographie 1980", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 4.62881, + "right": 5.12922, + "top": 45.9944, + "bottom": 45.4705 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "262", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "364", + "maxTileRow": "366", + "minTileCol": "525", + "maxTileCol": "526" + }, + "11": { + "minTileRow": "728", + "maxTileRow": "732", + "minTileCol": "1050", + "maxTileCol": "1053" + }, + "12": { + "minTileRow": "1457", + "maxTileRow": "1465", + "minTileCol": "2100", + "maxTileCol": "2106" + }, + "13": { + "minTileRow": "2914", + "maxTileRow": "2931", + "minTileCol": "4201", + "maxTileCol": "4212" + }, + "14": { + "minTileRow": "5829", + "maxTileRow": "5863", + "minTileCol": "8402", + "maxTileCol": "8425" + }, + "15": { + "minTileRow": "11658", + "maxTileRow": "11726", + "minTileCol": "16805", + "maxTileCol": "16850" + }, + "16": { + "minTileRow": "23316", + "maxTileRow": "23453", + "minTileCol": "33610", + "maxTileCol": "33701" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", - "title": "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1985$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.LYON1985", + "title": "Cartographie LYON 1985", + "description": "Zone de LYON - Cartographie 1985", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 4.62881, + "right": 5.12922, + "top": 45.9944, + "bottom": 45.5582 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "262", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "364", + "maxTileRow": "366", + "minTileCol": "525", + "maxTileCol": "526" + }, + "11": { + "minTileRow": "728", + "maxTileRow": "732", + "minTileCol": "1050", + "maxTileCol": "1053" + }, + "12": { + "minTileRow": "1457", + "maxTileRow": "1464", + "minTileCol": "2100", + "maxTileCol": "2106" + }, + "13": { + "minTileRow": "2914", + "maxTileRow": "2928", + "minTileCol": "4201", + "maxTileCol": "4212" + }, + "14": { + "minTileRow": "5829", + "maxTileRow": "5857", + "minTileCol": "8402", + "maxTileCol": "8425" + }, + "15": { + "minTileRow": "11658", + "maxTileRow": "11715", + "minTileCol": "16805", + "maxTileCol": "16850" + }, + "16": { + "minTileRow": "23316", + "maxTileRow": "23430", + "minTileCol": "33610", + "maxTileCol": "33701" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G", - "title": "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Le-Mort-Homme-et-ses-environs-avril-1916$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Le-Mort-Homme-et-ses-environs-avril-1916", + "title": "Le Mort Homme et ses environs (avril 1916)", + "description": "Zone du Mort Homme et ses environs (avril 1916)", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 5.20969, + "right": 5.31045, + "top": 49.2602, + "bottom": 49.1978 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "350", + "maxTileRow": "350", + "minTileCol": "526", + "maxTileCol": "527" + }, + "11": { + "minTileRow": "701", + "maxTileRow": "701", + "minTileCol": "1053", + "maxTileCol": "1054" + }, + "12": { + "minTileRow": "1402", + "maxTileRow": "1403", + "minTileCol": "2107", + "maxTileCol": "2108" + }, + "13": { + "minTileRow": "2804", + "maxTileRow": "2806", + "minTileCol": "4214", + "maxTileCol": "4216" + }, + "14": { + "minTileRow": "5608", + "maxTileRow": "5612", + "minTileCol": "8429", + "maxTileCol": "8433" + }, + "15": { + "minTileRow": "11217", + "maxTileRow": "11225", + "minTileCol": "16858", + "maxTileCol": "16867" + }, + "16": { + "minTileRow": "22434", + "maxTileRow": "22451", + "minTileCol": "33716", + "maxTileCol": "33734" + }, + "17": { + "minTileRow": "44868", + "maxTileRow": "44903", + "minTileCol": "67432", + "maxTileCol": "67469" + } + } + }, + "styles": [ { - "name": "text/html; subtype=openlayers", - "current": false - }, + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "text/html; subtype=openlayers2", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/html; subtype=openlayers3", - "current": false + "name": "image/png", + "current": true } ] }, - "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", - "title": "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1966$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1966", + "title": "Cartographie MARNE LA VALLÉE 1966", + "description": "Zone de MARNE LA VALLÉE 1966", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 2.37696, + "right": 3.12757, + "top": 49.035, + "bottom": 48.7059 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "520" + }, + "11": { + "minTileRow": "703", + "maxTileRow": "705", + "minTileCol": "1037", + "maxTileCol": "1041" + }, + "12": { + "minTileRow": "1406", + "maxTileRow": "1411", + "minTileCol": "2075", + "maxTileCol": "2083" + }, + "13": { + "minTileRow": "2812", + "maxTileRow": "2823", + "minTileCol": "4150", + "maxTileCol": "4167" + }, + "14": { + "minTileRow": "5624", + "maxTileRow": "5646", + "minTileCol": "8300", + "maxTileCol": "8334" + }, + "15": { + "minTileRow": "11248", + "maxTileRow": "11293", + "minTileCol": "16600", + "maxTileCol": "16668" + }, + "16": { + "minTileRow": "22496", + "maxTileRow": "22587", + "minTileCol": "33200", + "maxTileCol": "33337" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G", - "title": "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-GEOPO-TOPONYME_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1978$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1978", + "title": "Cartographie MARNE LA VALLÉE 1978", + "description": "Zone de MARNE LA VALLÉE 1978", "globalConstraint": { - "minScaleDenominator": 30000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153711694153, - "right": 55.8367758165248, - "top": 51.3150480097941, - "bottom": -21.3898266612121 + "left": 2.37696, + "right": 2.75227, + "top": 49.035, + "bottom": 48.7059 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "259" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "519" + }, + "11": { + "minTileRow": "703", + "maxTileRow": "705", + "minTileCol": "1037", + "maxTileCol": "1039" + }, + "12": { + "minTileRow": "1406", + "maxTileRow": "1411", + "minTileCol": "2075", + "maxTileCol": "2079" + }, + "13": { + "minTileRow": "2812", + "maxTileRow": "2823", + "minTileCol": "4150", + "maxTileCol": "4158" + }, + "14": { + "minTileRow": "5624", + "maxTileRow": "5646", + "minTileCol": "8300", + "maxTileCol": "8317" + }, + "15": { + "minTileRow": "11248", + "maxTileRow": "11293", + "minTileCol": "16600", + "maxTileCol": "16634" + }, + "16": { + "minTileRow": "22496", + "maxTileRow": "22587", + "minTileCol": "33200", + "maxTileCol": "33269" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-HYDROGRAPHIE_WLD_WGS84G", - "title": "BDCARTO-HYDROGRAPHIE_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-HYDROGRAPHIE_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1987$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARNE-LA-VALLEE1987", + "title": "Cartographie MARNE LA VALLÉE 1987", + "description": "Zone de MARNE LA VALLÉE 1987", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": 2.37696, + "right": 3.12757, + "top": 49.035, + "bottom": 48.7059 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "520" + }, + "11": { + "minTileRow": "703", + "maxTileRow": "705", + "minTileCol": "1037", + "maxTileCol": "1041" + }, + "12": { + "minTileRow": "1406", + "maxTileRow": "1411", + "minTileCol": "2075", + "maxTileCol": "2083" + }, + "13": { + "minTileRow": "2812", + "maxTileRow": "2823", + "minTileCol": "4150", + "maxTileCol": "4167" + }, + "14": { + "minTileRow": "5624", + "maxTileRow": "5646", + "minTileCol": "8300", + "maxTileCol": "8334" + }, + "15": { + "minTileRow": "11248", + "maxTileRow": "11293", + "minTileCol": "16600", + "maxTileCol": "16668" + }, + "16": { + "minTileRow": "22496", + "maxTileRow": "22587", + "minTileCol": "33200", + "maxTileCol": "33337" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-LIEUX_NOMMES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-LIEUX_NOMMES_WLD_WGS84G", - "title": "BDCARTO-LIEUX_NOMMES_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-LIEUX_NOMMES_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1947$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1947", + "title": "Cartographie MARSEILLE MARTIGUES 1947", + "description": "Zone de MARSEILLE MARTIGUES 1947", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": 4.50371, + "right": 5.62963, + "top": 43.6885, + "bottom": 43.052 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "94", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "188", + "minTileCol": "262", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "373", + "maxTileRow": "376", + "minTileCol": "524", + "maxTileCol": "528" + }, + "11": { + "minTileRow": "747", + "maxTileRow": "752", + "minTileCol": "1049", + "maxTileCol": "1056" + }, + "12": { + "minTileRow": "1494", + "maxTileRow": "1504", + "minTileCol": "2099", + "maxTileCol": "2112" + }, + "13": { + "minTileRow": "2988", + "maxTileRow": "3008", + "minTileCol": "4198", + "maxTileCol": "4224" + }, + "14": { + "minTileRow": "5977", + "maxTileRow": "6017", + "minTileCol": "8396", + "maxTileCol": "8448" + }, + "15": { + "minTileRow": "11954", + "maxTileRow": "12034", + "minTileCol": "16793", + "maxTileCol": "16896" + }, + "16": { + "minTileRow": "23908", + "maxTileRow": "24068", + "minTileCol": "33587", + "maxTileCol": "33792" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G", - "title": "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1980$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1980", + "title": "Cartographie MARSEILLE MARTIGUES 1980", + "description": "Zone de MARSEILLE MARTIGUES 1980", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 1000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": 5.00412, + "right": 5.62963, + "top": 43.5073, + "bottom": 43.052 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "94", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "187", + "maxTileRow": "188", + "minTileCol": "263", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "374", + "maxTileRow": "376", + "minTileCol": "526", + "maxTileCol": "528" + }, + "11": { + "minTileRow": "748", + "maxTileRow": "752", + "minTileCol": "1052", + "maxTileCol": "1056" + }, + "12": { + "minTileRow": "1497", + "maxTileRow": "1504", + "minTileCol": "2104", + "maxTileCol": "2112" + }, + "13": { + "minTileRow": "2994", + "maxTileRow": "3008", + "minTileCol": "4209", + "maxTileCol": "4224" + }, + "14": { + "minTileRow": "5988", + "maxTileRow": "6017", + "minTileCol": "8419", + "maxTileCol": "8448" + }, + "15": { + "minTileRow": "11977", + "maxTileRow": "12034", + "minTileCol": "16839", + "maxTileCol": "16896" + }, + "16": { + "minTileRow": "23954", + "maxTileRow": "24068", + "minTileCol": "33678", + "maxTileCol": "33792" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G", - "title": "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1986$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.MARSEILLE-MARTIGUES1986", + "title": "Cartographie MARSEILLE MARTIGUES 1986", + "description": "Zone de MARSEILLE MARTIGUES 1986", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": 4.87902, + "right": 5.62963, + "top": 43.6885, + "bottom": 43.052 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "94", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "188", + "minTileCol": "262", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "373", + "maxTileRow": "376", + "minTileCol": "525", + "maxTileCol": "528" + }, + "11": { + "minTileRow": "747", + "maxTileRow": "752", + "minTileCol": "1051", + "maxTileCol": "1056" + }, + "12": { + "minTileRow": "1494", + "maxTileRow": "1504", + "minTileCol": "2103", + "maxTileCol": "2112" + }, + "13": { + "minTileRow": "2988", + "maxTileRow": "3008", + "minTileCol": "4207", + "maxTileCol": "4224" + }, + "14": { + "minTileRow": "5977", + "maxTileRow": "6017", + "minTileCol": "8414", + "maxTileCol": "8448" + }, + "15": { + "minTileRow": "11954", + "maxTileRow": "12034", + "minTileCol": "16828", + "maxTileCol": "16896" + }, + "16": { + "minTileRow": "23908", + "maxTileRow": "24068", + "minTileCol": "33656", + "maxTileCol": "33792" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-TRANSPORT_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-TRANSPORT_WLD_WGS84G", - "title": "BDCARTO-TRANSPORT_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-TRANSPORT_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.METZ-NANCY1983$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.METZ-NANCY1983", + "title": "Cartographie METZ NANCY 1983", + "description": "Zone de METZ NANCY 1983", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 2000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": 5.75474, + "right": 6.50535, + "top": 49.362, + "bottom": 48.4576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - } - ], - "styles": [], - "legends": [], + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "132", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "177", + "minTileCol": "264", + "maxTileCol": "265" + }, + "10": { + "minTileRow": "350", + "maxTileRow": "354", + "minTileCol": "528", + "maxTileCol": "530" + }, + "11": { + "minTileRow": "700", + "maxTileRow": "708", + "minTileCol": "1056", + "maxTileCol": "1061" + }, + "12": { + "minTileRow": "1400", + "maxTileRow": "1416", + "minTileCol": "2113", + "maxTileCol": "2122" + }, + "13": { + "minTileRow": "2800", + "maxTileRow": "2832", + "minTileCol": "4226", + "maxTileCol": "4244" + }, + "14": { + "minTileRow": "5601", + "maxTileRow": "5664", + "minTileCol": "8453", + "maxTileCol": "8488" + }, + "15": { + "minTileRow": "11202", + "maxTileRow": "11328", + "minTileCol": "16907", + "maxTileCol": "16976" + }, + "16": { + "minTileRow": "22405", + "maxTileRow": "22656", + "minTileCol": "33815", + "maxTileCol": "33952" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G", - "title": "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G", - "description": "Layer-Group type layer: BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.NANTES1972$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.NANTES1972", + "title": "Cartographie NANTES 1972", + "description": "Zone de NANTES 1972", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 2000001.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1537116941531, - "right": 55.8367758165235, - "top": 51.3150480097903, - "bottom": -21.3898266619462 + "left": -2.50206, + "right": -1.25103, + "top": 47.4522, + "bottom": 47.0276 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "45", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "90", + "minTileCol": "126", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "180", + "minTileCol": "252", + "maxTileCol": "254" + }, + "10": { + "minTileRow": "358", + "maxTileRow": "360", + "minTileCol": "504", + "maxTileCol": "508" + }, + "11": { + "minTileRow": "716", + "maxTileRow": "720", + "minTileCol": "1009", + "maxTileCol": "1016" + }, + "12": { + "minTileRow": "1433", + "maxTileRow": "1440", + "minTileCol": "2019", + "maxTileCol": "2033" + }, + "13": { + "minTileRow": "2866", + "maxTileRow": "2880", + "minTileCol": "4039", + "maxTileCol": "4067" + }, + "14": { + "minTileRow": "5732", + "maxTileRow": "5760", + "minTileCol": "8078", + "maxTileCol": "8135" + }, + "15": { + "minTileRow": "11464", + "maxTileRow": "11521", + "minTileCol": "16156", + "maxTileCol": "16270" + }, + "16": { + "minTileRow": "22929", + "maxTileRow": "23043", + "minTileCol": "32312", + "maxTileCol": "32540" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "CLEFVERTE$GEOPORTAIL:OGC:WMS": { - "name": "CLEFVERTE", - "title": "CLEFVERTE", - "description": "Layer-Group type layer: CLEFVERTE", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.PARIS1964$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.PARIS1964", + "title": "Cartographie 1964", + "description": "Zone de Paris - Cartographie 1964", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -151.8222, - "right": 166.4950423, - "top": 51.08124592, - "bottom": -22.35110166 + "left": 2.00165, + "right": 2.50206, + "top": 49.117, + "bottom": 48.7884 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "259" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "517", + "maxTileCol": "519" + }, + "11": { + "minTileRow": "702", + "maxTileRow": "705", + "minTileCol": "1035", + "maxTileCol": "1038" + }, + "12": { + "minTileRow": "1404", + "maxTileRow": "1410", + "minTileCol": "2070", + "maxTileCol": "2076" + }, + "13": { + "minTileRow": "2809", + "maxTileRow": "2820", + "minTileCol": "4141", + "maxTileCol": "4152" + }, + "14": { + "minTileRow": "5618", + "maxTileRow": "5641", + "minTileCol": "8283", + "maxTileCol": "8305" + }, + "15": { + "minTileRow": "11237", + "maxTileRow": "11282", + "minTileCol": "16566", + "maxTileCol": "16611" + }, + "16": { + "minTileRow": "22474", + "maxTileRow": "22565", + "minTileCol": "33132", + "maxTileCol": "33223" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "COMMUNESTOURISTIQUES$GEOPORTAIL:OGC:WMS": { - "name": "COMMUNESTOURISTIQUES", - "title": "COMMUNESTOURISTIQUES", - "description": "Layer-Group type layer: COMMUNESTOURISTIQUES", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.PARIS1979$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.PARIS1979", + "title": "Cartographie 1979", + "description": "Zone de Paris - Cartographie 1979", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -4.60514070154126, - "right": 55.5150968800268, - "top": 51.0573457602493, - "bottom": -21.352090765583 + "left": 2.00165, + "right": 2.62716, + "top": 49.035, + "bottom": 48.7059 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "259" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "517", + "maxTileCol": "519" + }, + "11": { + "minTileRow": "703", + "maxTileRow": "705", + "minTileCol": "1035", + "maxTileCol": "1038" + }, + "12": { + "minTileRow": "1406", + "maxTileRow": "1411", + "minTileCol": "2070", + "maxTileCol": "2077" + }, + "13": { + "minTileRow": "2812", + "maxTileRow": "2823", + "minTileCol": "4141", + "maxTileCol": "4155" + }, + "14": { + "minTileRow": "5624", + "maxTileRow": "5646", + "minTileCol": "8283", + "maxTileCol": "8311" + }, + "15": { + "minTileRow": "11248", + "maxTileRow": "11293", + "minTileCol": "16566", + "maxTileCol": "16623" + }, + "16": { + "minTileRow": "22496", + "maxTileRow": "22587", + "minTileCol": "33132", + "maxTileCol": "33246" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], - "styles": [], - "legends": [], - "formats": [ + "legends": [ { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/html; subtype=openlayers3", - "current": false + "name": "image/png", + "current": true } ] }, - "PAVILLONBLEU$GEOPORTAIL:OGC:WMS": { - "name": "PAVILLONBLEU", - "title": "PAVILLONBLEU", - "description": "Layer-Group type layer: PAVILLONBLEU", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Positions_20K_avr1916$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.Positions_20K_avr1916", + "title": "Organisation défensive sur la Meuse (avril 1916)", + "description": "Zone de l'Organisation défensive sur la Meuse (avril 1916)", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -151.8222, - "right": 166.4950423, - "top": 51.08124592, - "bottom": -22.35110166 + "left": 5.11659, + "right": 5.58059, + "top": 49.2732, + "bottom": 49.1307 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "526", + "maxTileCol": "527" + }, + "11": { + "minTileRow": "700", + "maxTileRow": "702", + "minTileCol": "1053", + "maxTileCol": "1055" + }, + "12": { + "minTileRow": "1401", + "maxTileRow": "1404", + "minTileCol": "2106", + "maxTileCol": "2111" + }, + "13": { + "minTileRow": "2803", + "maxTileRow": "2808", + "minTileCol": "4212", + "maxTileCol": "4222" + }, + "14": { + "minTileRow": "5607", + "maxTileRow": "5617", + "minTileCol": "8424", + "maxTileCol": "8445" + }, + "15": { + "minTileRow": "11215", + "maxTileRow": "11235", + "minTileCol": "16849", + "maxTileCol": "16891" + }, + "16": { + "minTileRow": "22430", + "maxTileRow": "22470", + "minTileCol": "33699", + "maxTileCol": "33783" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "STATIONSCLASSEES$GEOPORTAIL:OGC:WMS": { - "name": "STATIONSCLASSEES", - "title": "STATIONSCLASSEES", - "description": "Layer-Group type layer: STATIONSCLASSEES", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.REIMS1974$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.REIMS1974", + "title": "Cartographie REIMS 1974", + "description": "Zone de REIMS 1974", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -4.60514070154126, - "right": 55.5150968800268, - "top": 51.0573457602493, - "bottom": -21.352090765583 + "left": 3.75309, + "right": 4.50371, + "top": 49.4434, + "bottom": 49.035 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "130", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "261", + "maxTileCol": "262" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "522", + "maxTileCol": "524" + }, + "11": { + "minTileRow": "699", + "maxTileRow": "703", + "minTileCol": "1045", + "maxTileCol": "1049" + }, + "12": { + "minTileRow": "1398", + "maxTileRow": "1406", + "minTileCol": "2090", + "maxTileCol": "2099" + }, + "13": { + "minTileRow": "2797", + "maxTileRow": "2812", + "minTileCol": "4181", + "maxTileCol": "4198" + }, + "14": { + "minTileRow": "5595", + "maxTileRow": "5624", + "minTileCol": "8362", + "maxTileCol": "8396" + }, + "15": { + "minTileRow": "11191", + "maxTileRow": "11248", + "minTileCol": "16725", + "maxTileCol": "16793" + }, + "16": { + "minTileRow": "22382", + "maxTileRow": "22496", + "minTileCol": "33451", + "maxTileCol": "33587" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "STATIONSVERTES$GEOPORTAIL:OGC:WMS": { - "name": "STATIONSVERTES", - "title": "STATIONSVERTES", - "description": "Layer-Group type layer: STATIONSVERTES", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.ROISSY1973$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.ROISSY1973", + "title": "Cartographie Roissy 1973", + "description": "Zone de Roissy - Cartographie 1973", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -54.0454793151576, - "right": 166.022369722846, - "top": 50.5795443487469, - "bottom": -21.8995463207788 + "left": 2.25185, + "right": 2.75227, + "top": 49.117, + "bottom": 48.8707 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "259" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "519" + }, + "11": { + "minTileRow": "702", + "maxTileRow": "704", + "minTileCol": "1036", + "maxTileCol": "1039" + }, + "12": { + "minTileRow": "1404", + "maxTileRow": "1408", + "minTileCol": "2073", + "maxTileCol": "2079" + }, + "13": { + "minTileRow": "2809", + "maxTileRow": "2817", + "minTileCol": "4147", + "maxTileCol": "4158" + }, + "14": { + "minTileRow": "5618", + "maxTileRow": "5635", + "minTileCol": "8294", + "maxTileCol": "8317" + }, + "15": { + "minTileRow": "11237", + "maxTileRow": "11271", + "minTileCol": "16588", + "maxTileCol": "16634" + }, + "16": { + "minTileRow": "22474", + "maxTileRow": "22542", + "minTileCol": "33177", + "maxTileCol": "33269" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "STATISTICALUNITS.IRIS$GEOPORTAIL:OGC:WMS": { - "name": "STATISTICALUNITS.IRIS", - "title": "STATISTICALUNITS.IRIS", - "description": "Layer-Group type layer: STATISTICALUNITS.IRIS", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.ROISSY1978$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.ROISSY1978", + "title": "Cartographie Roissy 1978", + "description": "Zone de Roissy - Cartographie 1978", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.8098217970132, - "right": 55.83665387473361, - "top": 51.088989439852654, - "bottom": -21.389297127924568 + "left": 2.25185, + "right": 2.75227, + "top": 49.2805, + "bottom": 48.8707 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_Contours-Iris_2-0.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "STATISTICALUNITS.IRISGE$GEOPORTAIL:OGC:WMS": { - "name": "STATISTICALUNITS.IRISGE", - "title": "STATISTICALUNITS.IRISGE", - "description": "Layer-Group type layer: STATISTICALUNITS.IRISGE", - "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, - "bbox": { - "left": -63.15332050000004, - "right": 55.83665389999998, - "top": 51.08898943907828, - "bottom": -21.38963069935864 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "259" + }, + "10": { + "minTileRow": "350", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "519" + }, + "11": { + "minTileRow": "700", + "maxTileRow": "704", + "minTileCol": "1036", + "maxTileCol": "1039" + }, + "12": { + "minTileRow": "1401", + "maxTileRow": "1408", + "minTileCol": "2073", + "maxTileCol": "2079" + }, + "13": { + "minTileRow": "2803", + "maxTileRow": "2817", + "minTileCol": "4147", + "maxTileCol": "4158" + }, + "14": { + "minTileRow": "5607", + "maxTileRow": "5635", + "minTileCol": "8294", + "maxTileCol": "8317" + }, + "15": { + "minTileRow": "11214", + "maxTileRow": "11271", + "minTileCol": "16588", + "maxTileCol": "16634" + }, + "16": { + "minTileRow": "22428", + "maxTileRow": "22542", + "minTileCol": "33177", + "maxTileCol": "33269" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_Iris-GE_1-0.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "VILLAGESETAPE$GEOPORTAIL:OGC:WMS": { - "name": "VILLAGESETAPE", - "title": "VILLAGESETAPE", - "description": "Layer-Group type layer: VILLAGESETAPE", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, - "bbox": { - "left": -54.0454793151576, - "right": 166.022369722846, - "top": 50.5795443487469, - "bottom": -21.8995463207788 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "cartovecto": "https://wxs.ign.fr/cartovecto/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA00_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 1990-2000", - "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.STRASBOURG1956$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.STRASBOURG1956", + "title": "Cartographie STRASBOURG 1956", + "description": "Zone de STRASBOURG 1956", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": 7.25597, + "right": 8.13169, + "top": 48.7884, + "bottom": 48.2081 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "133", + "maxTileCol": "133" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "176", + "maxTileRow": "177", + "minTileCol": "266", + "maxTileCol": "267" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "352", + "maxTileRow": "355", + "minTileCol": "532", + "maxTileCol": "535" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "705", + "maxTileRow": "710", + "minTileCol": "1065", + "maxTileCol": "1070" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1410", + "maxTileRow": "1420", + "minTileCol": "2130", + "maxTileCol": "2140" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "2820", + "maxTileRow": "2840", + "minTileCol": "4261", + "maxTileCol": "4281" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "5641", + "maxTileRow": "5681", + "minTileCol": "8522", + "maxTileCol": "8562" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "11282", + "maxTileRow": "11362", + "minTileCol": "17044", + "maxTileCol": "17124" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "22565", + "maxTileRow": "22724", + "minTileCol": "34088", + "maxTileCol": "34248" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -13981,148 +15708,112 @@ } ] }, - "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA06_DOM", - "title": "CORINE Land Cover - DOM - Changements 2000-2006", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2000-2006 a été réalisée à partir d'images satellitaires des périodes 1998-2003 et 2005-2008, et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.STRASBOURG1978$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.STRASBOURG1978", + "title": "Cartographie STRASBOURG 1978", + "description": "Zone de STRASBOURG 1978", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": 7.25597, + "right": 8.00659, + "top": 48.8707, + "bottom": 48.1246 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, - "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "133", + "maxTileCol": "133" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "176", + "maxTileRow": "177", + "minTileCol": "266", + "maxTileCol": "267" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "352", + "maxTileRow": "355", + "minTileCol": "532", + "maxTileCol": "534" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "704", + "maxTileRow": "710", + "minTileCol": "1065", + "maxTileCol": "1069" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1408", + "maxTileRow": "1421", + "minTileCol": "2130", + "maxTileCol": "2139" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2817", + "maxTileRow": "2843", + "minTileCol": "4261", + "maxTileCol": "4278" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5635", + "maxTileRow": "5686", + "minTileCol": "8522", + "maxTileCol": "8556" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11271", + "maxTileRow": "11373", + "minTileCol": "17044", + "maxTileCol": "17112" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22542", + "maxTileRow": "22747", + "minTileCol": "34088", + "maxTileCol": "34225" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -14132,148 +15823,112 @@ } ] }, - "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA06_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 2000-2006", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2000-2006, a été réalisée à partir d'images satellitaires des années 2000 et 2006 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.TOULON-HYERES1976$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.TOULON-HYERES1976", + "title": "Cartographie TOULON HYERES 1976", + "description": "Zone de TOULON HYERES 1976", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": 5.62963, + "right": 6.38025, + "top": 43.2345, + "bottom": 42.8689 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "93", + "maxTileRow": "94", + "minTileCol": "132", + "maxTileCol": "132" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "187", + "maxTileRow": "188", + "minTileCol": "264", + "maxTileCol": "265" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "375", + "maxTileRow": "376", + "minTileCol": "528", + "maxTileCol": "530" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "750", + "maxTileRow": "753", + "minTileCol": "1056", + "maxTileCol": "1060" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1501", + "maxTileRow": "1507", + "minTileCol": "2112", + "maxTileCol": "2120" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "3002", + "maxTileRow": "3014", + "minTileCol": "4224", + "maxTileCol": "4241" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "6005", + "maxTileRow": "6028", + "minTileCol": "8448", + "maxTileCol": "8482" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "12011", + "maxTileRow": "12056", + "minTileCol": "16896", + "maxTileCol": "16964" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "24022", + "maxTileRow": "24113", + "minTileCol": "33792", + "maxTileCol": "33929" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -14283,148 +15938,112 @@ } ] }, - "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA12_DOM", - "title": "CORINE Land Cover - DOM - Changements 2006-2012", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 212 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2006-2012 a été réalisée à partir d'images satellitaires des périodes 2005-2008 et 2011-2012, et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.TOULOUSE1948$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.TOULOUSE1948", + "title": "Cartographie TOULOUSE 1948", + "description": "Zone de TOULOUSE 1948", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": 1.12593, + "right": 1.75144, + "top": 43.7789, + "bottom": 43.4165 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "128", + "maxTileCol": "129" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "257", + "maxTileCol": "258" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "373", + "maxTileRow": "374", + "minTileCol": "515", + "maxTileCol": "516" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "746", + "maxTileRow": "749", + "minTileCol": "1030", + "maxTileCol": "1033" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1492", + "maxTileRow": "1498", + "minTileCol": "2060", + "maxTileCol": "2067" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2985", + "maxTileRow": "2997", + "minTileCol": "4121", + "maxTileCol": "4135" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5971", + "maxTileRow": "5994", + "minTileCol": "8243", + "maxTileCol": "8271" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11943", + "maxTileRow": "11988", + "minTileCol": "16486", + "maxTileCol": "16543" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "23886", + "maxTileRow": "23977", + "minTileCol": "32972", + "maxTileCol": "33086" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -14434,148 +16053,112 @@ } ] }, - "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA12_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 2006-2012", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 2012 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2006-2012, a été réalisée à partir d'images satellitaires des années 2006 et 2012 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1960$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1960", + "title": "Cartographie Vannes Golfe du Morbihan 1960", + "description": "Zone de Vannes Golfe du Morbihan - Cartographie 1960", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": -3.37778, + "right": -2.50206, + "top": 47.8735, + "bottom": 47.3676 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "63" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "125", + "maxTileCol": "126" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "178", + "maxTileRow": "179", + "minTileCol": "251", + "maxTileCol": "252" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "356", + "maxTileRow": "358", + "minTileCol": "502", + "maxTileCol": "504" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "712", + "maxTileRow": "717", + "minTileCol": "1004", + "maxTileCol": "1009" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1425", + "maxTileRow": "1434", + "minTileCol": "2009", + "maxTileCol": "2019" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "2851", + "maxTileRow": "2869", + "minTileCol": "4019", + "maxTileCol": "4039" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "5703", + "maxTileRow": "5738", + "minTileCol": "8038", + "maxTileCol": "8078" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "11407", + "maxTileRow": "11476", + "minTileCol": "16076", + "maxTileCol": "16156" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "22815", + "maxTileRow": "22952", + "minTileCol": "32153", + "maxTileCol": "32312" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -14585,148 +16168,112 @@ } ] }, - "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA18", - "title": "CORINE Land Cover - Changements 2012-2018", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1971$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1971", + "title": "Cartographie Vannes Golfe du Morbihan 1971", + "description": "Zone de Vannes Golfe du Morbihan - Cartographie 1971", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.4428, - "bottom": -21.4756 + "left": -3.37778, + "right": -2.50206, + "top": 47.8735, + "bottom": 47.3676 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "63" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "125", + "maxTileCol": "126" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "178", + "maxTileRow": "179", + "minTileCol": "251", + "maxTileCol": "252" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", - "maxTileCol": "671" + "minTileRow": "356", + "maxTileRow": "358", + "minTileCol": "502", + "maxTileCol": "504" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "712", + "maxTileRow": "717", + "minTileCol": "1004", + "maxTileCol": "1009" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1425", + "maxTileRow": "1434", + "minTileCol": "2009", + "maxTileCol": "2019" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" + "minTileRow": "2851", + "maxTileRow": "2869", + "minTileCol": "4019", + "maxTileCol": "4039" }, "14": { - "minTileRow": "5456", - "maxTileRow": "9199", - "minTileCol": "5376", - "maxTileCol": "10735" + "minTileRow": "5703", + "maxTileRow": "5738", + "minTileCol": "8038", + "maxTileCol": "8078" }, "15": { - "minTileRow": "10928", - "maxTileRow": "18383", - "minTileCol": "10752", - "maxTileCol": "21471" + "minTileRow": "11407", + "maxTileRow": "11476", + "minTileCol": "16076", + "maxTileCol": "16156" }, "16": { - "minTileRow": "21872", - "maxTileRow": "36767", - "minTileCol": "21504", - "maxTileCol": "42927" + "minTileRow": "22815", + "maxTileRow": "22952", + "minTileCol": "32153", + "maxTileCol": "32312" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -14736,148 +16283,112 @@ } ] }, - "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA18_DOM", - "title": "CORINE Land Cover - DOM - Changements 2012-2018", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERDUN_NORD_fronts_francais_20K$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERDUN_NORD_fronts_francais_20K", + "title": "Verdun nord : fronts français (21-26 février 1916)", + "description": "Zone de Verdun nord : fronts français (21-26 février 1916)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": 5.29434, + "right": 5.58034, + "top": 49.3036, + "bottom": 49.168 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "263" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "350", + "maxTileRow": "350", + "minTileCol": "527", + "maxTileCol": "527" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "700", + "maxTileRow": "701", + "minTileCol": "1054", + "maxTileCol": "1055" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1401", + "maxTileRow": "1403", + "minTileCol": "2108", + "maxTileCol": "2111" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2802", + "maxTileRow": "2807", + "minTileCol": "4216", + "maxTileCol": "4222" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5605", + "maxTileRow": "5614", + "minTileCol": "8432", + "maxTileCol": "8445" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11211", + "maxTileRow": "11229", + "minTileCol": "16865", + "maxTileCol": "16891" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22422", + "maxTileRow": "22459", + "minTileCol": "33731", + "maxTileCol": "33783" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -14887,148 +16398,112 @@ } ] }, - "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CHA18_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2011-2012 et 2017 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERDUN_NORD_organisations_defensives_20K$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERDUN_NORD_organisations_defensives_20K", + "title": "Verdun nord : organisations défensives (21 février 1916)", + "description": "Zone de Verdun nord : organisations défensives (21 février 1916)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": 5.28694, + "right": 5.58493, + "top": 49.3069, + "bottom": 49.1609 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "263" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "350", + "maxTileRow": "350", + "minTileCol": "527", + "maxTileCol": "527" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "700", + "maxTileRow": "701", + "minTileCol": "1054", + "maxTileCol": "1055" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1401", + "maxTileRow": "1403", + "minTileCol": "2108", + "maxTileCol": "2111" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "2802", + "maxTileRow": "2807", + "minTileCol": "4216", + "maxTileCol": "4223" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "5605", + "maxTileRow": "5615", + "minTileCol": "8432", + "maxTileCol": "8446" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "11210", + "maxTileRow": "11230", + "minTileCol": "16865", + "maxTileCol": "16892" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "22421", + "maxTileRow": "22461", + "minTileCol": "33730", + "maxTileCol": "33784" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -15038,148 +16513,112 @@ } ] }, - "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC00R_FR", - "title": "CORINE Land Cover - France métropolitaine - 2000 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERSAILLES1979$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.EDUGEO.VERSAILLES1979", + "title": "Cartographie Versailles 1979", + "description": "Zone de Versailles - Cartographie 1979", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": 1.87654, + "right": 2.50206, + "top": 49.035, + "bottom": 48.5405 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "259" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "351", + "maxTileRow": "353", + "minTileCol": "517", + "maxTileCol": "519" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "703", + "maxTileRow": "707", + "minTileCol": "1034", + "maxTileCol": "1038" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1406", + "maxTileRow": "1414", + "minTileCol": "2069", + "maxTileCol": "2076" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "2812", + "maxTileRow": "2829", + "minTileCol": "4138", + "maxTileCol": "4152" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "5624", + "maxTileRow": "5658", + "minTileCol": "8277", + "maxTileCol": "8305" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "11248", + "maxTileRow": "11316", + "minTileCol": "16554", + "maxTileCol": "16611" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "22496", + "maxTileRow": "22633", + "minTileCol": "33109", + "maxTileCol": "33223" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -15189,327 +16628,249 @@ } ] }, - "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC00_DOM", - "title": "CORINE Land Cover - DOM - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006.", + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10", + "title": "Carte de l'état-major - environs de Paris (1818 - 1824)", + "description": "Carte des environs de Paris au 1 : 10 000 établie entre 1818 et 1824.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": 1.82682, + "right": 2.79738, + "top": 49.5142, + "bottom": 48.3847 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "174", + "maxTileRow": "177", + "minTileCol": "258", + "maxTileCol": "259" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "349", + "maxTileRow": "354", + "minTileCol": "517", + "maxTileCol": "519" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "698", + "maxTileRow": "708", + "minTileCol": "1034", + "maxTileCol": "1039" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1397", + "maxTileRow": "1417", + "minTileCol": "2068", + "maxTileCol": "2079" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2795", + "maxTileRow": "2834", + "minTileCol": "4137", + "maxTileCol": "4159" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5590", + "maxTileRow": "5669", + "minTileCol": "8275", + "maxTileCol": "8319" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11181", + "maxTileRow": "11338", + "minTileCol": "16550", + "maxTileCol": "16638" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22363", + "maxTileRow": "22676", + "minTileCol": "33100", + "maxTileCol": "33277" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC00_FR", - "title": "CORINE Land Cover - France métropolitaine - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40", + "title": "Carte de l'état-major (1820-1866)", + "description": "Carte française en couleurs du XIXè siècle en couleurs superposable aux cartes et données modernes.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": -6.08889, + "right": 10.961, + "top": 51.2745, + "bottom": 41.1844 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, - "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" }, "9": { "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "341", + "maxTileRow": "383", + "minTileCol": "494", + "maxTileCol": "543" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "683", + "maxTileRow": "766", + "minTileCol": "989", + "maxTileCol": "1086" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1366", + "maxTileRow": "1532", + "minTileCol": "1978", + "maxTileCol": "2172" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "2732", + "maxTileRow": "3065", + "minTileCol": "3957", + "maxTileCol": "4345" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "5465", + "maxTileRow": "6131", + "minTileCol": "7914", + "maxTileCol": "8690" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" - }, - "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "10930", + "maxTileRow": "12263", + "minTileCol": "15829", + "maxTileCol": "17381" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC06R_DOM", - "title": "CORINE Land Cover - DOM - 2006 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1", + "title": "Plan IGN J+1", + "description": "Représentation cartographique de la base de production du Référentiel à Grande Echelle actualisée quotidiennement.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": -180.0, + "right": 180.0, + "top": 80.0, + "bottom": -80.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -15529,112 +16890,118 @@ "maxTileCol": "1" }, "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "4" }, "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" + "minTileRow": "0", + "maxTileRow": "7", + "minTileCol": "0", + "maxTileCol": "8" }, "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" + "minTileRow": "1", + "maxTileRow": "14", + "minTileCol": "0", + "maxTileCol": "15" }, "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" + "minTileRow": "3", + "maxTileRow": "28", + "minTileCol": "0", + "maxTileCol": "31" }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "7", + "maxTileRow": "56", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "14", + "maxTileRow": "113", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "28", + "maxTileRow": "227", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "57", + "maxTileRow": "454", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "114", + "maxTileRow": "909", + "minTileCol": "0", + "maxTileCol": "1023" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "229", + "maxTileRow": "1818", + "minTileCol": "0", + "maxTileCol": "2047" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "459", + "maxTileRow": "3636", + "minTileCol": "0", + "maxTileCol": "4095" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "919", + "maxTileRow": "7272", + "minTileCol": "0", + "maxTileCol": "8191" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "1839", + "maxTileRow": "14544", + "minTileCol": "0", + "maxTileCol": "16383" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "3678", + "maxTileRow": "29089", + "minTileCol": "0", + "maxTileCol": "32767" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "7357", + "maxTileRow": "58178", + "minTileCol": "0", + "maxTileCol": "65535" + }, + "17": { + "minTileRow": "14714", + "maxTileRow": "116357", + "minTileCol": "0", + "maxTileCol": "131071" + }, + "18": { + "minTileRow": "29428", + "maxTileRow": "232715", + "minTileCol": "0", + "maxTileCol": "262143" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Données Brutes", "current": true, "url": null } ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -15642,290 +17009,212 @@ } ] }, - "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC06R_FR", - "title": "CORINE Land Cover - France métropolitaine - 2006 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.MAPS.OVERVIEW$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.OVERVIEW", + "title": "Carte Mondiale pour la mini-vue", + "description": "Carte Mondiale pour la mini-vue", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, "1": { "minTileRow": "0", - "maxTileRow": "0", + "maxTileRow": "1", "minTileCol": "0", "maxTileCol": "1" }, "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" }, "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" }, "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" }, "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" }, "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" - }, - "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" - }, - "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" - }, - "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" - }, - "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" - }, - "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" - }, - "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" - }, - "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC06_DOM", - "title": "CORINE Land Cover - DOM - 2006", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950", + "title": "SCAN50 Historique de 1950", + "description": "SCAN50 produit par l'IGN en 1950", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" }, "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" }, "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "SCAN50_1950", + "title": "SCAN 50 historique", "current": true, "url": null } @@ -15933,36 +17222,36 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950-legend.png", + "minScaleDenominator": "17000" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "LANDCOVER.CLC06_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC06_FR", - "title": "CORINE Land Cover - France métropolitaine - 2006", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", + "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", + "title": "Plan IGN v2", + "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": -175.0, + "right": 175.0, + "top": 85.0, + "bottom": -85.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -15977,115 +17266,133 @@ }, "1": { "minTileRow": "0", - "maxTileRow": "0", + "maxTileRow": "1", "minTileCol": "0", "maxTileCol": "1" }, "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" }, "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" + "minTileRow": "0", + "maxTileRow": "7", + "minTileCol": "0", + "maxTileCol": "7" }, "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" + "minTileRow": "0", + "maxTileRow": "15", + "minTileCol": "0", + "maxTileCol": "15" }, "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" + "minTileRow": "0", + "maxTileRow": "31", + "minTileCol": "0", + "maxTileCol": "31" }, "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "minTileRow": "0", + "maxTileRow": "63", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "0", + "maxTileRow": "127", + "minTileCol": "1", + "maxTileCol": "126" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "0", + "maxTileRow": "255", + "minTileCol": "3", + "maxTileCol": "252" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "0", + "maxTileRow": "511", + "minTileCol": "7", + "maxTileCol": "504" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "1", + "maxTileRow": "1022", + "minTileCol": "14", + "maxTileCol": "1009" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "3", + "maxTileRow": "2044", + "minTileCol": "28", + "maxTileCol": "2019" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "6", + "maxTileRow": "4089", + "minTileCol": "56", + "maxTileCol": "4039" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "13", + "maxTileRow": "8178", + "minTileCol": "113", + "maxTileCol": "8078" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "26", + "maxTileRow": "16357", + "minTileCol": "227", + "maxTileCol": "16156" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "53", + "maxTileRow": "32714", + "minTileCol": "455", + "maxTileCol": "32312" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "107", + "maxTileRow": "65428", + "minTileCol": "910", + "maxTileCol": "64625" + }, + "17": { + "minTileRow": "214", + "maxTileRow": "130857", + "minTileCol": "1820", + "maxTileCol": "129251" + }, + "18": { + "minTileRow": "429", + "maxTileRow": "261714", + "minTileCol": "3640", + "maxTileCol": "258503" + }, + "19": { + "minTileRow": "858", + "maxTileRow": "523429", + "minTileCol": "7281", + "maxTileCol": "517006" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -16095,25 +17402,25 @@ } ] }, - "LANDCOVER.CLC12$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC12", - "title": "CORINE Land Cover - 2012", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN", + "title": "Carte des pentes", + "description": "Carte des zones ayant une valeur de pente supérieure à 30°-35°-40°-45° d'après la BD ALTI au pas de 5m", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.4428, - "bottom": -21.4756 + "left": -63.1614, + "right": 56.0018, + "top": 51.0991, + "bottom": -21.5446 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -16122,121 +17429,127 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "83", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "166", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "1149", + "minTileCol": "664", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "2299", + "minTileCol": "1329", + "maxTileCol": "2685" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" + "minTileRow": "2738", + "maxTileRow": "4598", + "minTileCol": "2658", + "maxTileCol": "5370" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5376", - "maxTileCol": "10735" + "minTileRow": "5477", + "maxTileRow": "9196", + "minTileCol": "5317", + "maxTileCol": "10740" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10752", - "maxTileCol": "21471" + "minTileRow": "10955", + "maxTileRow": "18392", + "minTileCol": "10634", + "maxTileCol": "21481" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21504", - "maxTileCol": "42943" + "minTileRow": "21911", + "maxTileRow": "36785", + "minTileCol": "21269", + "maxTileCol": "42962" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "73571", + "minTileCol": "42539", + "maxTileCol": "85925" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -16246,25 +17559,25 @@ } ] }, - "LANDCOVER.CLC12R$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC12R", - "title": "CORINE Land Cover - 2012 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", + "title": "Carte des pentes pour l'agriculture sur la métropole", + "description": "Carte des zones ayant une valeur de pente supérieure à 10% - source : RGEALTI 2017 au pas de 5m - disponible jusqu'au 1/17062 - métropole uniquement - mise à jour le 12/10/2017", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.4428, - "bottom": -21.4756 + "left": -63.1614, + "right": 56.0018, + "top": 51.0991, + "bottom": -21.5446 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -16273,121 +17586,115 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "83", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "166", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "1149", + "minTileCol": "664", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "2299", + "minTileCol": "1329", + "maxTileCol": "2685" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" + "minTileRow": "2738", + "maxTileRow": "4598", + "minTileCol": "2658", + "maxTileCol": "5370" }, "14": { - "minTileRow": "5456", - "maxTileRow": "9199", - "minTileCol": "5376", - "maxTileCol": "10735" + "minTileRow": "5477", + "maxTileRow": "9196", + "minTileCol": "5317", + "maxTileCol": "10740" }, "15": { - "minTileRow": "10928", - "maxTileRow": "18383", - "minTileCol": "10752", - "maxTileCol": "21471" - }, - "16": { - "minTileRow": "21872", - "maxTileRow": "36767", - "minTileCol": "21504", - "maxTileCol": "42943" + "minTileRow": "10955", + "maxTileRow": "18392", + "minTileCol": "10634", + "maxTileCol": "21481" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -16397,148 +17704,124 @@ } ] }, - "LANDCOVER.CLC12R_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC12R_DOM", - "title": "CORINE Land Cover - DOM - 2012 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1", + "title": "Plan Terrier V1 (XVIIIe siècle)", + "description": "Plan Terrier Corse V1 (XVIIIe siècle) - GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": 8.36284, + "right": 9.75281, + "top": 43.1174, + "bottom": 41.2568 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "66", + "maxTileCol": "67" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "93", + "maxTileRow": "95", + "minTileCol": "133", + "maxTileCol": "134" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "187", + "maxTileRow": "191", + "minTileCol": "267", + "maxTileCol": "269" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "375", + "maxTileRow": "382", + "minTileCol": "535", + "maxTileCol": "539" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "751", + "maxTileRow": "765", + "minTileCol": "1071", + "maxTileCol": "1079" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1503", + "maxTileRow": "1531", + "minTileCol": "2143", + "maxTileCol": "2158" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "3006", + "maxTileRow": "3063", + "minTileCol": "4286", + "maxTileCol": "4317" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "6012", + "maxTileRow": "6127", + "minTileCol": "8572", + "maxTileCol": "8635" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "12025", + "maxTileRow": "12254", + "minTileCol": "17145", + "maxTileCol": "17271" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "24051", + "maxTileRow": "24509", + "minTileCol": "34290", + "maxTileCol": "34543" + }, + "17": { + "minTileRow": "48103", + "maxTileRow": "49018", + "minTileCol": "68580", + "maxTileCol": "69086" + }, + "18": { + "minTileRow": "96207", + "maxTileRow": "98036", + "minTileCol": "137161", + "maxTileCol": "138173" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -16548,148 +17831,124 @@ } ] }, - "LANDCOVER.CLC12R_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC12R_FR", - "title": "CORINE Land Cover - France métropolitaine - 2012 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires des années 2011-2012 et de données d'appui.", + "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2", + "title": "Plan Terrier V2 (XVIIIe siècle)", + "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse version est une version numérisée par les archives militaires du Ministère de la Défense", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": 8.36284, + "right": 9.75282, + "top": 43.1174, + "bottom": 41.2568 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" + "7": { + "minTileRow": "46", + "maxTileRow": "47", + "minTileCol": "66", + "maxTileCol": "67" }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, - "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "8": { + "minTileRow": "93", + "maxTileRow": "95", + "minTileCol": "133", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "187", + "maxTileRow": "191", + "minTileCol": "267", + "maxTileCol": "269" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "375", + "maxTileRow": "382", + "minTileCol": "535", + "maxTileCol": "539" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "751", + "maxTileRow": "765", + "minTileCol": "1071", + "maxTileCol": "1079" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1503", + "maxTileRow": "1531", + "minTileCol": "2143", + "maxTileCol": "2158" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "3006", + "maxTileRow": "3063", + "minTileCol": "4286", + "maxTileCol": "4317" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "6012", + "maxTileRow": "6127", + "minTileCol": "8572", + "maxTileCol": "8635" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "12025", + "maxTileRow": "12254", + "minTileCol": "17145", + "maxTileCol": "17271" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "24051", + "maxTileRow": "24509", + "minTileCol": "34290", + "maxTileCol": "34543" + }, + "17": { + "minTileRow": "48103", + "maxTileRow": "49018", + "minTileCol": "68580", + "maxTileCol": "69086" + }, + "18": { + "minTileRow": "96207", + "maxTileRow": "98036", + "minTileCol": "137161", + "maxTileCol": "138173" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -16699,148 +17958,100 @@ } ] }, - "LANDCOVER.CLC12_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC12_DOM", - "title": "CORINE Land Cover - DOM - 2012", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2012 a été réalisée à partir de CORINE Land Cover DOM 2006 révisée et de la base des changements 2006-2012.", + "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_NORD_fronts_offensves_50K$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_NORD_fronts_offensves_50K", + "title": "Verdun et ses environs : offensives (février 1916 à aout1917 )", + "description": "Zone de Verdun et ses environs : offensives (février 1916 à aout1917 )", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": 4.99018, + "right": 5.65437, + "top": 49.4144, + "bottom": 49.0887 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { - "minTileRow": "22", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "33" }, "7": { - "minTileRow": "44", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "89", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "179", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "264" }, "10": { - "minTileRow": "359", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "526", + "maxTileCol": "528" }, "11": { - "minTileRow": "718", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "699", + "maxTileRow": "702", + "minTileCol": "1052", + "maxTileCol": "1056" }, "12": { - "minTileRow": "1437", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1399", + "maxTileRow": "1405", + "minTileCol": "2104", + "maxTileCol": "2112" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2798", + "maxTileRow": "2810", + "minTileCol": "4209", + "maxTileCol": "4224" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "5597", + "maxTileRow": "5620", + "minTileCol": "8419", + "maxTileCol": "8449" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -16850,148 +18061,94 @@ } ] }, - "LANDCOVER.CLC12_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC12_FR", - "title": "CORINE Land Cover - France métropolitaine - 2012", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_SUD_NORD_com_group_80K$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_SUD_NORD_com_group_80K", + "title": "Verdun et ses environs: voies de communication (novembre 1916)", + "description": "Zone de Verdun et ses environs: voies de communication (novembre 1916)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": 4.79205, + "right": 5.9969, + "top": 49.5144, + "bottom": 48.9421 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "33" }, "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "262", + "maxTileCol": "264" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "525", + "maxTileCol": "529" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "698", + "maxTileRow": "703", + "minTileCol": "1051", + "maxTileCol": "1058" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1397", + "maxTileRow": "1407", + "minTileCol": "2102", + "maxTileCol": "2116" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" - }, - "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" - }, - "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" - }, - "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "2795", + "maxTileRow": "2815", + "minTileCol": "4205", + "maxTileCol": "4232" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -17001,148 +18158,100 @@ } ] }, - "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC18", - "title": "CORINE Land Cover - 2018", - "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base des changements 2012-2018.", + "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_fronts_50K_21-26fevr1916$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.VERDUN_ENVIRONS_fronts_50K_21-26fevr1916", + "title": "Verdun et ses environs : fronts français (21-26 février 1916)", + "description": "Zone de Verdun et ses environs : fronts français (21-26 février 1916)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.4428, - "bottom": -21.4756 + "left": 4.98696, + "right": 5.64305, + "top": 49.3719, + "bottom": 49.0849 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "263", + "maxTileCol": "264" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", - "maxTileCol": "671" + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "526", + "maxTileCol": "528" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "700", + "maxTileRow": "702", + "minTileCol": "1052", + "maxTileCol": "1056" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1400", + "maxTileRow": "1405", + "minTileCol": "2104", + "maxTileCol": "2112" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" + "minTileRow": "2800", + "maxTileRow": "2810", + "minTileCol": "4209", + "maxTileCol": "4224" }, "14": { - "minTileRow": "5456", - "maxTileRow": "9199", - "minTileCol": "5376", - "maxTileCol": "10735" - }, - "15": { - "minTileRow": "10928", - "maxTileRow": "18383", - "minTileCol": "10752", - "maxTileCol": "21471" - }, - "16": { - "minTileRow": "21872", - "maxTileRow": "36767", - "minTileCol": "21504", - "maxTileCol": "42943" + "minTileRow": "5600", + "maxTileRow": "5620", + "minTileCol": "8418", + "maxTileCol": "8448" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -17152,148 +18261,124 @@ } ] }, - "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC18_DOM", - "title": "CORINE Land Cover - DOM - 2018", - "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2018 a été réalisée à partir de CORINE Land Cover DOM 2012 révisée et de la base des changements 2012-2018.", + "GEOGRAPHICALNAMES.NAMES$GEOPORTAIL:OGC:WMTS": { + "name": "GEOGRAPHICALNAMES.NAMES", + "title": "Dénominations géographiques", + "description": "Affichage des noms des villes, villages, lieux-dits ...", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 47.1747, - "bottom": -21.4756 + "left": -63.9692, + "right": 55.9644, + "top": 71.5841, + "bottom": -21.4969 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "11", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { - "minTileRow": "22", + "minTileRow": "13", "maxTileRow": "35", "minTileCol": "20", "maxTileCol": "41" }, "7": { - "minTileRow": "44", + "minTileRow": "26", "maxTileRow": "71", "minTileCol": "41", "maxTileCol": "83" }, "8": { - "minTileRow": "89", + "minTileRow": "53", "maxTileRow": "143", "minTileCol": "82", "maxTileCol": "167" }, "9": { - "minTileRow": "179", + "minTileRow": "107", "maxTileRow": "287", "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "359", + "minTileRow": "215", "maxTileRow": "574", - "minTileCol": "331", + "minTileCol": "330", "maxTileCol": "671" }, "11": { - "minTileRow": "718", + "minTileRow": "430", "maxTileRow": "1149", - "minTileCol": "663", + "minTileCol": "660", "maxTileCol": "1342" }, "12": { - "minTileRow": "1437", + "minTileRow": "861", "maxTileRow": "2298", - "minTileCol": "1326", + "minTileCol": "1320", "maxTileCol": "2684" }, "13": { - "minTileRow": "2875", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "1723", + "maxTileRow": "4597", + "minTileCol": "2640", + "maxTileCol": "5369" }, "14": { - "minTileRow": "5751", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "3447", + "maxTileRow": "9194", + "minTileCol": "5280", + "maxTileCol": "10739" }, "15": { - "minTileRow": "11502", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "6894", + "maxTileRow": "18388", + "minTileCol": "10561", + "maxTileCol": "21478" }, "16": { - "minTileRow": "23004", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "13789", + "maxTileRow": "36776", + "minTileCol": "21122", + "maxTileCol": "42956" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73553", + "minTileCol": "42245", + "maxTileCol": "85912" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147106", + "minTileCol": "84491", + "maxTileCol": "171824" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -17303,299 +18388,251 @@ } ] }, - "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC18_FR", - "title": "CORINE Land Cover - France métropolitaine - 2018", - "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", + "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS": { + "name": "HR.ORTHOIMAGERY.ORTHOPHOTOS", + "title": "Ortho 20 cm", + "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { + "6": { "minTileRow": "0", - "maxTileRow": "0", + "maxTileRow": "64", "minTileCol": "0", - "maxTileCol": "0" + "maxTileCol": "63" }, - "1": { + "7": { "minTileRow": "0", - "maxTileRow": "0", + "maxTileRow": "128", "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, - "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "maxTileCol": "127" }, "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "0", + "maxTileRow": "16384", + "minTileCol": "0", + "maxTileCol": "16383" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "0", + "maxTileRow": "32768", + "minTileCol": "0", + "maxTileCol": "32767" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "0", + "maxTileRow": "65536", + "minTileCol": "0", + "maxTileCol": "65535" + }, + "17": { + "minTileRow": "0", + "maxTileRow": "131072", + "minTileCol": "0", + "maxTileCol": "131071" + }, + "18": { + "minTileRow": "0", + "maxTileRow": "262144", + "minTileCol": "0", + "maxTileCol": "262143" + }, + "19": { + "minTileRow": "0", + "maxTileRow": "524288", + "minTileCol": "0", + "maxTileCol": "524287" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.CLC90_FR", - "title": "CORINE Land Cover - France métropolitaine - 1990", - "description": "Inventaire biophysique de l'occupation des sols en 1990 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "HYDROGRAPHY.BCAE.2020$GEOPORTAIL:OGC:WMTS": { + "name": "HYDROGRAPHY.BCAE.2020", + "title": "Cours d'eau BCAE 2020", + "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d’eau au titre des bonnes conditions agricoles et environnementales (BCAE). Cette carte représente les cours d’eau concernés pour les départements listés ci-dessous. Pour les autres départements, veuillez-vous référer à l’arrêté du 24 avril 2015 relatif aux BCAE Cette carte est en vigueur du 1er janvier 2020 au 31 décembre 2020.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, "6": { "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21811", - "maxTileRow": "24673", - "minTileCol": "30969", - "maxTileCol": "34893" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -17605,130 +18642,118 @@ } ] }, - "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC00", - "title": "Raster CORINE Land Cover - 2000", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006 pour les DOM, et à partir d'images satellitaires de l'année 2000 et de données d'appui pour la Métropole.", + "HYDROGRAPHY.BCAE.2021$GEOPORTAIL:OGC:WMTS": { + "name": "HYDROGRAPHY.BCAE.2021", + "title": "Cours d'eau BCAE 2021", + "description": "Identification des cours d'eau concernés par les règles des bonnes conditions agricoles et environnementales (BCAE) en 2021 pour les départements métropolitains. Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2021 au 31 décembre 2021. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 51.1827, - "bottom": -21.4825 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -17738,130 +18763,118 @@ } ] }, - "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC00R_FR", - "title": "Raster CORINE Land Cover - 2000 révisée", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "HYDROGRAPHY.BCAE.2022$GEOPORTAIL:OGC:WMTS": { + "name": "HYDROGRAPHY.BCAE.2022", + "title": "Cours d'eau BCAE 2022", + "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2022 au 31 décembre 2022. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.68494, - "right": 10.8556, - "top": 51.1827, - "bottom": 41.1779 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", "maxTileRow": "23", - "minTileCol": "30", + "minTileCol": "31", "maxTileCol": "33" }, "7": { "minTileRow": "42", "maxTileRow": "47", - "minTileCol": "61", + "minTileCol": "62", "maxTileCol": "67" }, "8": { "minTileRow": "85", "maxTileRow": "95", - "minTileCol": "123", - "maxTileCol": "135" + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", + "minTileRow": "171", "maxTileRow": "191", - "minTileCol": "247", - "maxTileCol": "271" + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "383", - "minTileCol": "495", - "maxTileCol": "542" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "683", - "maxTileRow": "766", - "minTileCol": "991", - "maxTileCol": "1085" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1367", - "maxTileRow": "1533", - "minTileCol": "1982", - "maxTileCol": "2171" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2735", - "maxTileRow": "3066", - "minTileCol": "3965", - "maxTileCol": "4343" - } - } - }, - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -17871,126 +18884,114 @@ } ] }, - "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC00_DOM", - "title": "Raster CORINE Land Cover - DOM - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes sur la métropole et 50 sur les DOMs CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appuis", + "HYDROGRAPHY.BCAE.2024$GEOPORTAIL:OGC:WMTS": { + "name": "HYDROGRAPHY.BCAE.2024", + "title": "Cours d'eau BCAE 2024", + "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d’eau au titre des bonnes conditions agricoles et environnementales. Ce référentiel est en vigueur du 1er janvier 2024 au 31 décembre 2024.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 16.6077, - "bottom": -21.4825 + "left": -5.1505, + "right": 9.5705, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "48", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "112", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "224", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "464", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "928", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1856", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "normal", + "title": "Données Brutes", "current": true, "url": null } ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -17998,124 +18999,118 @@ } ] }, - "LANDCOVER.GRID.CLC00_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC00_FR", - "title": "Raster CORINE Land Cover - France métropolitaine - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMTS": { + "name": "HYDROGRAPHY.BCAE.LATEST", + "title": "Cours d'eau BCAE dernière édition", + "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2024 au 31 décembre 2024. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.68494, - "right": 10.8556, - "top": 51.1827, - "bottom": 41.1779 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", "maxTileRow": "23", - "minTileCol": "30", + "minTileCol": "31", "maxTileCol": "33" }, "7": { "minTileRow": "42", "maxTileRow": "47", - "minTileCol": "61", + "minTileCol": "62", "maxTileCol": "67" }, "8": { "minTileRow": "85", "maxTileRow": "95", - "minTileCol": "123", - "maxTileCol": "135" + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", + "minTileRow": "171", "maxTileRow": "191", - "minTileCol": "247", - "maxTileCol": "271" + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "383", - "minTileCol": "495", - "maxTileCol": "542" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "683", - "maxTileRow": "766", - "minTileCol": "991", - "maxTileCol": "1085" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1367", - "maxTileRow": "1533", - "minTileCol": "1982", - "maxTileCol": "2171" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -18125,130 +19120,124 @@ } ] }, - "LANDCOVER.GRID.CLC06$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC06", - "title": "Raster CORINE Land Cover - 2006", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir de CLC 2000 révisée et de la base des changements 2000-2006 pour la Métropole.", + "HYDROGRAPHY.HYDROGRAPHY$GEOPORTAIL:OGC:WMTS": { + "name": "HYDROGRAPHY.HYDROGRAPHY", + "title": "Hydrographie", + "description": "Affichage des lacs, réservoirs, rivières et cours d'eau en France.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 51.1827, - "bottom": -21.4825 + "left": -63.9692, + "right": 55.9644, + "top": 71.5841, + "bottom": -21.4969 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "13", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "26", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "53", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "107", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "215", + "maxTileRow": "574", + "minTileCol": "330", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "430", + "maxTileRow": "1149", + "minTileCol": "660", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "861", + "maxTileRow": "2298", + "minTileCol": "1320", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "1723", + "maxTileRow": "4597", + "minTileCol": "2640", + "maxTileCol": "5369" + }, + "14": { + "minTileRow": "3447", + "maxTileRow": "9194", + "minTileCol": "5280", + "maxTileCol": "10739" + }, + "15": { + "minTileRow": "6894", + "maxTileRow": "18388", + "minTileCol": "10561", + "maxTileCol": "21478" + }, + "16": { + "minTileRow": "13789", + "maxTileRow": "36776", + "minTileCol": "21122", + "maxTileCol": "42956" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73553", + "minTileCol": "42245", + "maxTileCol": "85912" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147106", + "minTileCol": "84491", + "maxTileCol": "171824" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -18258,121 +19247,103 @@ } ] }, - "LANDCOVER.GRID.CLC06R$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC06R", - "title": "Raster CORINE Land Cover - 2006 révisée", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir d'images satellitaires de l'année 2006 et de données d'appui pour la Métropole.", + "INPE$GEOPORTAIL:OGC:WMTS": { + "name": "INPE", + "title": "Inventaire national des plans d'eau", + "description": "Inventaire national des plans d'eau", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 51.2963, - "bottom": -21.4825 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "INPE", + "title": "INPE", "current": true, "url": null } @@ -18380,8 +19351,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INPE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -18391,115 +19362,103 @@ } ] }, - "LANDCOVER.GRID.CLC06R_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC06R_DOM", - "title": "Raster CORINE Land Cover - DOM - 2006 - révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la Métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", + "INSEE.FILOSOFI.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.ENFANTS.0.17.ANS.SECRET", + "title": "% des 0-17 ans (secret signalé)", + "description": "Nombre d’individus âgés de 0 à 17 ans dans la population (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 16.6077, - "bottom": -21.4825 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "48", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "112", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "224", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "464", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "928", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1856", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -18507,8 +19466,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -18518,115 +19477,103 @@ } ] }, - "LANDCOVER.GRID.CLC06R_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC06R_FR", - "title": "Raster CORINE Land Cover - France métropolitaine - 2006 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la métropole . CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", + "title": "Surface moyenne des logements (secret signalé)", + "description": "Surface moyenne des logements (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.91689, - "right": 11.0883, - "top": 51.2963, - "bottom": 41.0278 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "30", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "61", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "123", - "maxTileCol": "135" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { "minTileRow": "170", - "maxTileRow": "191", - "minTileCol": "247", - "maxTileCol": "271" + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { "minTileRow": "341", - "maxTileRow": "383", - "minTileCol": "495", - "maxTileCol": "543" + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { "minTileRow": "682", - "maxTileRow": "767", - "minTileCol": "990", - "maxTileCol": "1087" + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { "minTileRow": "1365", - "maxTileRow": "1535", - "minTileCol": "1980", - "maxTileCol": "2174" + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -18634,8 +19581,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -18645,115 +19592,103 @@ } ] }, - "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC06_DOM", - "title": "Raster CORINE Land Cover - DOM - 2006", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir de CORINE Land Cover DOM 2000 révisée et de la base des changements 200062006.", + "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", + "title": "Niveau de vie winsorisé des individus (secret signalé)", + "description": "Niveau de vie des individus, retraité des valeurs extrêmes (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 16.6077, - "bottom": -21.4825 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "48", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "112", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "224", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "464", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "928", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1856", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -18761,8 +19696,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.NIVEAU.DE.VIE-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -18772,115 +19707,103 @@ } ] }, - "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC06_FR", - "title": "Raster CORINE Land Cover - France métropolitaine - 2006", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", + "title": "% familles monoparentales (secret signalé)", + "description": "Part des familles monoparentales (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.68494, - "right": 10.8556, - "top": 51.1827, - "bottom": 41.1779 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "30", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "61", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "123", - "maxTileCol": "135" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { "minTileRow": "170", - "maxTileRow": "191", - "minTileCol": "247", - "maxTileCol": "271" + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { "minTileRow": "341", - "maxTileRow": "383", - "minTileCol": "495", - "maxTileCol": "542" + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "683", - "maxTileRow": "766", - "minTileCol": "991", - "maxTileCol": "1085" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1367", - "maxTileRow": "1533", - "minTileCol": "1982", - "maxTileCol": "2171" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -18888,8 +19811,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -18899,121 +19822,103 @@ } ] }, - "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC12", - "title": "Raster CORINE Land Cover - 2012", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CORINE Land Cover 2006 révisée et de la base des changements 2006-2012.", + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", + "title": "% des 25-39 ans (secret signalé)", + "description": "Nombre d’individus âgés de 25 à 39 ans dans la population (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.9063, - "right": 55.9362, - "top": 51.2963, - "bottom": -21.4825 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, - "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19021,8 +19926,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19032,121 +19937,103 @@ } ] }, - "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.GRID.CLC90_FR", - "title": "Raster CORINE Land Cover - 1990", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 1990 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", + "title": "% des 40-54 ans (secret signalé)", + "description": "Nombre d’individus âgés de 40 à 54 ans dans la population (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.68494, - "right": 10.8556, - "top": 51.1827, - "bottom": 41.1779 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "30", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "61", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "123", - "maxTileCol": "135" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { "minTileRow": "170", - "maxTileRow": "191", - "minTileCol": "247", - "maxTileCol": "271" + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { "minTileRow": "341", - "maxTileRow": "383", - "minTileCol": "495", - "maxTileCol": "542" + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "683", - "maxTileRow": "766", - "minTileCol": "991", - "maxTileCol": "1085" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1367", - "maxTileRow": "1533", - "minTileCol": "1982", - "maxTileCol": "2171" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2735", - "maxTileRow": "3066", - "minTileCol": "3965", - "maxTileCol": "4343" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19154,8 +20041,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19165,121 +20052,103 @@ } ] }, - "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.DLT.CLC12", - "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", + "title": "% des 55-64 ans (secret signalé)", + "description": "Nombre d’individus âgés de 55 à 64 ans dans la population (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3602, - "right": 55.8441, - "top": 51.4949, - "bottom": -21.572 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - type de forêts", - "title": "CORINE Land Cover - HR - type de forêts", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19287,8 +20156,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_DLT.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19298,121 +20167,103 @@ } ] }, - "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.DLT.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", + "title": "% de logements construits après 1990 (secret signalé)", + "description": "Part des logements construits après 1990 (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3602, - "right": 55.8441, - "top": 51.4949, - "bottom": -21.572 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - type de forêts", - "title": "CORINE Land Cover - HR - type de forêts", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19420,8 +20271,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_DLT.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19431,121 +20282,103 @@ } ] }, - "LANDCOVER.HR.GRA.CLC15$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.GRA.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution des prairies - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de la donnée et des études statistiques du ministère chargé de l’écologie a la responsabilité des vérifications et des améliorations de ces produits. Les valeurs cartographiées sont : - 0 : Zone non-herbeuse - 1 : Zone herbeuse et non-arborée - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", + "title": "% de logements construits avant 1945 (secret signalé)", + "description": "Part des logements construits avant 1945 (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.8133, - "right": 55.84, - "top": 51.4949, - "bottom": -21.3925 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" - } - } - }, - "styles": [ - { - "name": "CORINE Land Cover - HR - prairies", - "title": "CORINE Land Cover - HR - prairies", + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } + } + }, + "styles": [ + { + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19553,8 +20386,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_GRA.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19564,121 +20397,103 @@ } ] }, - "LANDCOVER.HR.IMD.CLC12$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.IMD.CLC12", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux d’imperméabilisation des sols cartographie le pourcentage des sols imperméabilisés par pixels de 20 m de côté. Le revêtement des sols imperméabilisés, issu de l’artificialisation des terres, est maintenu en général sur de longues périodes. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-imperméable - 1-100 : Taux d'imperméabilisation - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", + "title": "% de logements collectifs (secret signalé)", + "description": "Part des ménages habitant en logement collectif (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3609, - "right": 56.1791, - "top": 51.4952, - "bottom": -21.5758 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", - "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19686,8 +20501,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_IMD.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19697,121 +20512,103 @@ } ] }, - "LANDCOVER.HR.IMD.CLC15$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.IMD.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux d’imperméabilisation des sols cartographie le pourcentage des sols imperméabilisés par pixels de 20 m de côté. Le revêtement des sols imperméabilisés, issu de l’artificialisation des terres, est maintenu en général sur de longues périodes. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-imperméable - 1-100 : Taux d'imperméabilisation - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", + "title": "% de logements construits entre 1945 et 1970 (secret signalé)", + "description": "Part des logements construits entre 1945 et 1970 (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3609, - "right": 56.1791, - "top": 51.4952, - "bottom": -21.5758 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", - "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19819,8 +20616,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_IMD.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19830,121 +20627,103 @@ } ] }, - "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.TCD.CLC12", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", + "title": "% de logements construits entre 1970 et 1990 (secret signalé)", + "description": "Part des logements construits entre 1970 et 1990 (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3602, - "right": 55.8441, - "top": 51.4949, - "bottom": -21.572 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - taux de couvert arboré", - "title": "CORINE Land Cover - HR - taux de couvert arboré", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -19952,8 +20731,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_TCD.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -19963,121 +20742,103 @@ } ] }, - "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.TCD.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", + "title": "% de logements sociaux (secret signalé)", + "description": "Nombre de ménages habitant en logement social – voir définition- (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3602, - "right": 55.8441, - "top": 51.4949, - "bottom": -21.572 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - taux de couvert arboré", - "title": "CORINE Land Cover - HR - taux de couvert arboré", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -20085,8 +20846,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_TCD.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -20096,121 +20857,103 @@ } ] }, - "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.HR.WAW.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution des zones humides et surfaces en eaux permanentes - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Les zones humides et surfaces en eaux permanentes cartographient la présence ou non de surfaces en eau permanentes et la présence ou non de zones humides. Ces surfaces sont identifiées à partir d’analyses d’images satellite prises à différentes saisons (de 4 à 5 images en moyenne) et différentes années. Sont ainsi cartographiées les surfaces en eau sur plusieurs dates de l’analyse. Les zones humides sont définies comme étant les zones où l'eau est le premier facteur d'influence de l'environnement et de la faune et de la flore associées. Elles surviennent là où la nappe phréatique affleure ou est proche de la surface du sol, ou quand la terre est recouverte d'une faible épaisseur d'eau. Les zones cartographiées sont recouvertes d'eau au moins une fois l'une des années observées ou présentent une humidité importante et constante. Elles sont situées dans des zones où la pente est inférieure à 10 %. Enfin, les zones cartographiées sont majoritairement couvertes d’hydrophytes ou de macrophytes. La surface minimale cartographiée est de 0,16 ha, ce qui correspond à un groupement de 4 pixels. Les valeurs cartographiées sont : - 0 : Zone non-humide - 1 : Surface en eau permanente - 2 : Surface en eau temporaire - 3 : Zone humide permanente - 4 : Zone humide temporaire - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", + "title": "% ménages de 1 personne (secret signalé)", + "description": "Part des ménages de 1 personne (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.3602, - "right": 55.8441, - "top": 51.4949, - "bottom": -21.572 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, - "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" - }, - "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" - }, - "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes", - "title": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes", + "name": "INSEE", + "title": "INSEE", "current": true, "url": null } @@ -20218,8 +20961,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_WAW.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ @@ -20229,3017 +20972,4562 @@ } ] }, - "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA00_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 1990-2000", - "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", + "title": "% ménages de 5 personnes ou + (secret signalé)", + "description": "Part des ménages de 5 personnes ou plus (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA06_DOM", - "title": "CORINE Land Cover - DOM - Changements 2000-2006", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2000-2006 a été réalisée à partir d'images satellitaires des périodes 1998-2003 et 2005-2008, et de données d'appui.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "name": "INSEE", + "title": "INSEE", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA06_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 2000-2006", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2000-2006, a été réalisée à partir d'images satellitaires des années 2000 et 2006 et de données d'appui.", + "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", + "title": "% ménages en maison (secret signalé)", + "description": "Part des ménages vivant en maison (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "name": "INSEE", + "title": "INSEE", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.MENAGES.MAISON-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA12_DOM", - "title": "CORINE Land Cover - DOM - Changements 2006-2012", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 212 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2006-2012 a été réalisée à partir d'images satellitaires des périodes 2005-2008 et 2011-2012, et de données d'appui.", + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", + "title": "% ménages pauvres (secret signalé)", + "description": "Part des ménages pauvres (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "name": "INSEE", + "title": "INSEE", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.MENAGES.PAUVRES-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA12_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 2006-2012", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 2012 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2006-2012, a été réalisée à partir d'images satellitaires des années 2006 et 2012 et de données d'appui.", + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", + "title": "% ménages propriétaires (secret signalé)", + "description": "Part des ménages propriétaires (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA18", - "title": "CORINE Land Cover - Changements 2012-2018", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.44281758, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover" + "name": "INSEE", + "title": "INSEE", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA18_DOM", - "title": "CORINE Land Cover - DOM - Changements 2012-2018", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", + "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", + "title": "% des plus de 65 ans (secret signalé)", + "description": "Nombre d’individus âgés de plus de 65 ans dans la population (les cases hachurées correspondent aux données secrétisées)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "name": "INSEE", + "title": "INSEE", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSSE.FILOSOFI.PART.PLUS.65.ANS-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CHA18_FR", - "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", - "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2011-2012 et 2017 et de données d'appui.", + "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMTS": { + "name": "INSEE.FILOSOFI.POPULATION", + "title": "Densité de population", + "description": "Nombre d'individus par km²", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "name": "INSEE", + "title": "INSEE", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INSEE.FILOSOFI.POPULATION-tot-legend-2017.png", + "minScaleDenominator": "1" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC00R_FR", - "title": "CORINE Land Cover - France métropolitaine - 2000 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "ISOHYPSE$GEOPORTAIL:OGC:WMTS": { + "name": "ISOHYPSE", + "title": "Courbes de niveau", + "description": "Courbes de niveau", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.2812, + "right": 55.8984, + "top": 51.2711, + "bottom": -21.4215 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "14": { + "minTileRow": "5465", + "maxTileRow": "9190", + "minTileCol": "5311", + "maxTileCol": "10735" + }, + "15": { + "minTileRow": "10930", + "maxTileRow": "18380", + "minTileCol": "10623", + "maxTileCol": "21471" + }, + "16": { + "minTileRow": "21861", + "maxTileRow": "36761", + "minTileCol": "21247", + "maxTileCol": "42943" + }, + "17": { + "minTileRow": "43722", + "maxTileRow": "73523", + "minTileCol": "42495", + "maxTileCol": "85887" + }, + "18": { + "minTileRow": "87445", + "maxTileRow": "147047", + "minTileCol": "84991", + "maxTileCol": "171775" + }, + "19": { + "minTileRow": "174890", + "maxTileRow": "294094", + "minTileCol": "169983", + "maxTileCol": "343551" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC00_DOM", - "title": "CORINE Land Cover - DOM - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006.", + "LANDCOVER.CHA00$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA00", + "title": "CORINE Land Cover - Changements 1990-2000", + "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC00_FR", - "title": "CORINE Land Cover - France métropolitaine - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC06R_DOM", - "title": "CORINE Land Cover - DOM - 2006 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA00_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 1990-2000", + "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC06R_FR", - "title": "CORINE Land Cover - France métropolitaine - 2006 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 et de données d'appui.", + "LANDCOVER.CHA06$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA06", + "title": "CORINE Land Cover - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 44 postes pour la métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2000-2006, a été réalisée à partir d'images satellitaires des années 2000 et 2006 pour la métropole, d'images satellitaires des périodes 1998-2003 et 2005-2008 pour les DOM et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC06_DOM", - "title": "CORINE Land Cover - DOM - 2006", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA06_DOM", + "title": "CORINE Land Cover - DOM - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2000-2006 a été réalisée à partir d'images satellitaires des périodes 1998-2003 et 2005-2008, et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.CLC06_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC06_FR", - "title": "CORINE Land Cover - France métropolitaine - 2006", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC12R$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC12R", - "title": "CORINE Land Cover - 2012 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA06_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2000-2006, a été réalisée à partir d'images satellitaires des années 2000 et 2006 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.44281758, - "bottom": -21.475586668 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover" + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC12R_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC12R_DOM", - "title": "CORINE Land Cover - DOM - 2012 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "LANDCOVER.CHA12$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA12", + "title": "CORINE Land Cover - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 2012 suivant la nomenclature CORINE Land Cover en 44 postes pour la métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2006-2012, a été réalisée à partir d'images satellitaires des années 2006 et 2012 pour la métropole, d'images satellitaires des périodes 2005-2008 et 2011-2012 pour les DOM et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC12R_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC12R_FR", - "title": "CORINE Land Cover - France métropolitaine - 2012 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires des années 2011-2012 et de données d'appui.", + "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA12_DOM", + "title": "CORINE Land Cover - DOM - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 212 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2006-2012 a été réalisée à partir d'images satellitaires des périodes 2005-2008 et 2011-2012, et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.CLC12_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC12_DOM", - "title": "CORINE Land Cover - DOM - 2012", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2012 a été réalisée à partir de CORINE Land Cover DOM 2006 révisée et de la base des changements 2006-2012.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC12_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC12_FR", - "title": "CORINE Land Cover - France métropolitaine - 2012", - "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA12_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 2012 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2006-2012, a été réalisée à partir d'images satellitaires des années 2006 et 2012 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC18", - "title": "CORINE Land Cover - 2018", - "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base des changements 2012-2018.", + "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA18", + "title": "CORINE Land Cover - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.44281758, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover", - "title": "CORINE Land Cover" + "title": "CORINE Land Cover", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC18_DOM", - "title": "CORINE Land Cover - DOM - 2018", - "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2018 a été réalisée à partir de CORINE Land Cover DOM 2012 révisée et de la base des changements 2012-2018.", + "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA18_DOM", + "title": "CORINE Land Cover - DOM - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 47.174737066, - "bottom": -21.475586668 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC18_FR", - "title": "CORINE Land Cover - France métropolitaine - 2018", - "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WFS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.CLC90_FR", - "title": "CORINE Land Cover - France métropolitaine - 1990", - "description": "Inventaire biophysique de l'occupation des sols en 1990 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CHA18_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2011-2012 et 2017 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC00", - "title": "Raster CORINE Land Cover - 2000", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006 pour les DOM, et à partir d'images satellitaires de l'année 2000 et de données d'appui pour la Métropole.", + "LANDCOVER.CLC00$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC00", + "title": "CORINE Land Cover - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui pour la Métropole, de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006 pour les DOM.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 51.182678633, - "bottom": -21.482481931 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC00R_FR", - "title": "Raster CORINE Land Cover - 2000 révisée", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "LANDCOVER.CLC00R$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC00R", + "title": "CORINE Land Cover - 2000 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.684936112, - "right": 10.855586916, - "top": 51.182678633, - "bottom": 41.177891373 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC00_DOM", - "title": "Raster CORINE Land Cover - DOM - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes sur la métropole et 50 sur les DOMs CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appuis", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 16.607666019, - "bottom": -21.482481931 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC00_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC00_FR", - "title": "Raster CORINE Land Cover - France métropolitaine - 2000", - "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC00R_FR", + "title": "CORINE Land Cover - France métropolitaine - 2000 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.684936112, - "right": 10.855586916, - "top": 51.182678633, - "bottom": 41.177891373 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC06$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC06", - "title": "Raster CORINE Land Cover - 2006", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir de CLC 2000 révisée et de la base des changements 2000-2006 pour la Métropole.", + "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC00_DOM", + "title": "CORINE Land Cover - DOM - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 51.182678633, - "bottom": -21.482481931 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC06R$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC06R", - "title": "Raster CORINE Land Cover - 2006 révisée", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir d'images satellitaires de l'année 2006 et de données d'appui pour la Métropole.", + "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC00_FR", + "title": "CORINE Land Cover - France métropolitaine - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 51.296292438, - "bottom": -21.482481931 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.GRID.CLC06R_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC06R_DOM", - "title": "Raster CORINE Land Cover - DOM - 2006 - révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la Métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 16.607666019, - "bottom": -21.482481931 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC06R_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC06R_FR", - "title": "Raster CORINE Land Cover - France métropolitaine - 2006 révisée", - "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la métropole . CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", + "LANDCOVER.CLC06$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC06", + "title": "CORINE Land Cover - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006 pour la Métropole, d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.916894232, - "right": 11.088282837, - "top": 51.296292438, - "bottom": 41.027752682 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC06_DOM", - "title": "Raster CORINE Land Cover - DOM - 2006", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir de CORINE Land Cover DOM 2000 révisée et de la base des changements 200062006.", + "LANDCOVER.CLC06R$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC06R", + "title": "CORINE Land Cover - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 16.607666019, - "bottom": -21.482481931 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover - DOM", - "title": "CORINE Land Cover - DOM" + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_DOM.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC06_FR", - "title": "Raster CORINE Land Cover - France métropolitaine - 2006", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", + "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC06R_DOM", + "title": "CORINE Land Cover - DOM - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.684936112, - "right": 10.855586916, - "top": 51.182678633, - "bottom": 41.177891373 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC12", - "title": "Raster CORINE Land Cover - 2012", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CORINE Land Cover 2006 révisée et de la base des changements 2006-2012.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -61.906262606, - "right": 55.936170507, - "top": 51.296292438, - "bottom": -21.482481931 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover", - "title": "CORINE Land Cover" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.GRID.CLC90_FR", - "title": "Raster CORINE Land Cover - 1990", - "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 1990 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC06R_FR", + "title": "CORINE Land Cover - France métropolitaine - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.684936112, - "right": 10.855586916, - "top": 51.182678633, - "bottom": 41.177891373 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { "name": "CORINE Land Cover - France métropolitaine", - "title": "CORINE Land Cover - France métropolitaine" + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_FR.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.DLT.CLC12", - "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC06_DOM", + "title": "CORINE Land Cover - DOM - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.360181019, - "right": 55.844092597, - "top": 51.494882374, - "bottom": -21.57196503 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - HR - type de forêts", - "title": "CORINE Land Cover - HR - type de forêts" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_DLT.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.DLT.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "LANDCOVER.CLC06_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC06_FR", + "title": "CORINE Land Cover - France métropolitaine - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.360181019, - "right": 55.844092597, - "top": 51.494882374, - "bottom": -21.57196503 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - HR - type de forêts", - "title": "CORINE Land Cover - HR - type de forêts" + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_DLT.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.HR.GRA.CLC15$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.GRA.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution des prairies - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de la donnée et des études statistiques du ministère chargé de l’écologie a la responsabilité des vérifications et des améliorations de ces produits. Les valeurs cartographiées sont : - 0 : Zone non-herbeuse - 1 : Zone herbeuse et non-arborée - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "LANDCOVER.CLC12$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC12", + "title": "CORINE Land Cover - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.813299594, - "right": 55.840045911, - "top": 51.494882374, - "bottom": -21.392547013 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - HR - prairies", - "title": "CORINE Land Cover - HR - prairies" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_GRA.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.HR.IMD.CLC12$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.IMD.CLC12", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux d’imperméabilisation des sols cartographie le pourcentage des sols imperméabilisés par pixels de 20 m de côté. Le revêtement des sols imperméabilisés, issu de l’artificialisation des terres, est maintenu en général sur de longues périodes. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-imperméable - 1-100 : Taux d'imperméabilisation - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "LANDCOVER.CLC12R$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC12R", + "title": "CORINE Land Cover - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.360933655, - "right": 56.179120949, - "top": 51.49521179, - "bottom": -21.575783921 + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21811", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", - "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols" + "name": "CORINE Land Cover", + "title": "CORINE Land Cover", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_IMD.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.HR.IMD.CLC15$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.IMD.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits.", + "LANDCOVER.CLC12R_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC12R_DOM", + "title": "CORINE Land Cover - DOM - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.360933655, - "right": 56.179120949, - "top": 51.49521179, - "bottom": -21.575783921 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", - "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_IMD.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.TCD.CLC12", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -62.360181019, - "right": 55.844092597, - "top": 51.494882374, - "bottom": -21.57196503 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - HR - taux de couvert arboré", - "title": "CORINE Land Cover - HR - taux de couvert arboré" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_TCD.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.TCD.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2015", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -62.360181019, - "right": 55.844092597, - "top": 51.494882374, - "bottom": -21.57196503 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "22", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], "styles": [ { - "name": "CORINE Land Cover - HR - taux de couvert arboré", - "title": "CORINE Land Cover - HR - taux de couvert arboré" + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_TCD.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.HR.WAW.CLC15", - "title": "Raster CORINE Land Cover - Couche haute résolution des zones humides et surfaces en eaux permanentes - Résolution 20m - 2012", - "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de la donnée et des études statistiques du ministère chargé de l’écologie a la responsabilité des vérifications et des améliorations de ces produits. Les zones humides et surfaces en eaux permanentes cartographient la présence ou non de surfaces en eau permanentes et la présence ou non de zones humides. Ces surfaces sont identifiées à partir d’analyses d’images satellite prises à différentes saisons (de 4 à 5 images en moyenne) et différentes années. Sont ainsi cartographiées les surfaces en eau sur plusieurs dates de l’analyse. Les zones humides sont définies comme étant les zones où l'eau est le premier facteur d'influence de l'environnement et de la faune et de la flore associées. Elles surviennent là où la nappe phréatique affleure ou est proche de la surface du sol, ou quand la terre est recouverte d'une faible épaisseur d'eau. Les zones cartographiées sont recouvertes d'eau au moins une fois l'une des années observées ou présentent une humidité importante et constante. Elles sont situées dans des zones où la pente est inférieure à 10 %. Enfin, les zones cartographiées sont majoritairement couvertes d’hydrophytes ou de macrophytes. La surface minimale cartographiée est de 0,16 ha, ce qui correspond à un groupement de 4 pixels. Les valeurs cartographiées sont : - 0 : Zone non-humide - 1 : Surface en eau permanente - 2 : Surface en eau temporaire - 3 : Zone humide permanente - 4 : Zone humide temporaire - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -62.360181019, - "right": 55.844092597, - "top": 51.494882374, - "bottom": -21.57196503 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "clc": "https://wxs.ign.fr/clc/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CLC_Service_WMS.xml" - } - ], - "styles": [ - { - "name": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes", - "title": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CLC_HR_WAW.png" - } - ], - "formats": [ - { - "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS", - "title": "Photographies aériennes", - "description": "Photographies aériennes", + "LANDCOVER.CLC12R_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC12R_FR", + "title": "CORINE Land Cover - France métropolitaine - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires des années 2011-2012 et de données d'appui.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -23248,171 +25536,141 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4639", - "minTileCol": "32", - "maxTileCol": "7935" + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9263", - "minTileCol": "80", - "maxTileCol": "15855" + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18527", - "minTileCol": "160", - "maxTileCol": "31695" + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" }, "16": { - "minTileRow": "21904", - "maxTileRow": "37039", - "minTileCol": "320", - "maxTileCol": "63391" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "74063", - "minTileCol": "656", - "maxTileCol": "126767" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "148111", - "minTileCol": "1312", - "maxTileCol": "253535" - }, - "19": { - "minTileRow": "175248", - "maxTileRow": "294063", - "minTileCol": "170144", - "maxTileCol": "343487" - }, - "20": { - "minTileRow": "357008", - "maxTileRow": "384687", - "minTileCol": "524400", - "maxTileCol": "540927" - }, - "21": { - "minTileRow": "714032", - "maxTileRow": "768783", - "minTileCol": "1048816", - "maxTileCol": "1081775" + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "AREAMANAGEMENT.ZFU$GEOPORTAIL:OGC:WMTS": { - "name": "AREAMANAGEMENT.ZFU", - "title": "Zones franches urbaines", - "description": "Zones franches créées au sein de quartiers de plus de 8 500 habitants particulièrement défavorisés, en tenant compte des éléments de nature à faciliter l’implantation d’entreprises ou le développement d’activités économiques.", + "LANDCOVER.CLC12_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC12_DOM", + "title": "CORINE Land Cover - DOM - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2012 a été réalisée à partir de CORINE Land Cover DOM 2006 révisée et de la base des changements 2006-2012.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { "left": -63.3725, "right": 55.9259, - "top": 51.3121, + "top": 47.1747, "bottom": -21.4756 } }, @@ -23420,75 +25678,111 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { - "minTileRow": "21", + "minTileRow": "22", "maxTileRow": "35", "minTileCol": "20", "maxTileCol": "41" }, "7": { - "minTileRow": "42", + "minTileRow": "44", "maxTileRow": "71", "minTileCol": "41", "maxTileCol": "83" }, "8": { - "minTileRow": "85", + "minTileRow": "89", "maxTileRow": "143", "minTileCol": "82", "maxTileCol": "167" }, "9": { - "minTileRow": "170", + "minTileRow": "179", "maxTileRow": "287", "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "359", "maxTileRow": "574", "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "682", + "minTileRow": "718", "maxTileRow": "1149", "minTileCol": "663", "maxTileCol": "1342" }, "12": { - "minTileRow": "1365", + "minTileRow": "1437", "maxTileRow": "2298", "minTileCol": "1326", "maxTileCol": "2684" }, "13": { - "minTileRow": "2731", + "minTileRow": "2875", "maxTileRow": "4596", "minTileCol": "2653", "maxTileCol": "5368" }, "14": { - "minTileRow": "5462", + "minTileRow": "5751", "maxTileRow": "9193", "minTileCol": "5307", "maxTileCol": "10737" }, "15": { - "minTileRow": "10924", + "minTileRow": "11502", "maxTileRow": "18386", "minTileCol": "10615", "maxTileCol": "21474" }, "16": { - "minTileRow": "21849", + "minTileRow": "23004", "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" @@ -23497,17 +25791,17 @@ }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -23517,112 +25811,148 @@ } ] }, - "AREAMANAGEMENT.ZUS$GEOPORTAIL:OGC:WMTS": { - "name": "AREAMANAGEMENT.ZUS", - "title": "Zones urbaines sensibles", - "description": "Zones urbaines caractérisées par la présence de grands ensembles ou de quartiers d’habitat dégradé et par un déséquilibre accentué entre l’habitat et l’emploi.", + "LANDCOVER.CLC12_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC12_FR", + "title": "CORINE Land Cover - France métropolitaine - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 - } - }, - "serviceParams": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" }, "9": { "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4313" + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -23632,17 +25962,17 @@ } ] }, - "COMMUNES.PRIORITYDISCTRICT$GEOPORTAIL:OGC:WMTS": { - "name": "COMMUNES.PRIORITYDISCTRICT", - "title": "Quartiers prioritaires", - "description": "
Les quartiers prioritaires de la politique de la ville sont issus de la loi de programmation pour la ville et cohésion urbaine n° 2014-173 du 21 février 2014.
Téléchargement des données

Sources : Commissariat Général à l'Egalité des Territoires : 1er janvier 2015
", + "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC18", + "title": "CORINE Land Cover - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base des changements 2012-2018.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { "left": -63.3725, "right": 55.9259, - "top": 51.3121, + "top": 51.4428, "bottom": -21.4756 } }, @@ -23650,13 +25980,49 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -23682,68 +26048,62 @@ "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "340", "maxTileRow": "574", "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "682", + "minTileRow": "681", "maxTileRow": "1149", "minTileCol": "663", "maxTileCol": "1342" }, "12": { - "minTileRow": "1365", + "minTileRow": "1363", "maxTileRow": "2298", "minTileCol": "1326", "maxTileCol": "2684" }, "13": { - "minTileRow": "2731", + "minTileRow": "2726", "maxTileRow": "4596", "minTileCol": "2653", "maxTileCol": "5368" }, "14": { - "minTileRow": "5462", + "minTileRow": "5452", "maxTileRow": "9193", "minTileCol": "5307", "maxTileCol": "10737" }, "15": { - "minTileRow": "10924", + "minTileRow": "10905", "maxTileRow": "18386", "minTileCol": "10615", "maxTileCol": "21474" }, "16": { - "minTileRow": "21849", + "minTileRow": "21811", "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CORINE Land Cover", + "title": "CORINE Land Cover", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -23753,124 +26113,148 @@ } ] }, - "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMTS": { - "name": "DREAL.ZONAGE_PINEL", - "title": "Zonage du dispositif Pinel en Bretagne 2020-2021", - "description": "La réduction d'impôt « Pinel » (code général des impôts) s'applique à l’investissement locatif réalisé dans les zones où la tension entre l'offre et la demande de logements est la plus forte. La loi n°2019-1479 du 28 décembre 2019 de finances pour 2020, prévoit à titre expérimental, un dispositif dérogatoire au droit commun pour la Bretagne. Ainsi, les communes ou parties de communes éligibles à la réduction d'impôt « Pinel » sont fixées par arrêté du préfet de région. Cet arrêté est pris après avis du président du conseil régional et du comité régional de l'habitat et de l'hébergement. Cet article prévoit également que le préfet de région fixe, par arrêté, les plafonds de loyer et de ressources du locataire pour chaque commune ou partie de commune éligible et par type de logement. L’une des particularités de cette expérimentation réside dans l’éligibilité du dispositif qui peut être limitée à une partie seulement du territoire communal. Lorsqu’une commune n’est éligible que pour une partie de son territoire, deux approches sont distinguées, à savoir à la maille de l’IRIS (correspondant à un quartier) ou à la maille du carreau de 200 mètres sur 200 mètres.", + "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC18_DOM", + "title": "CORINE Land Cover - DOM - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2018 a été réalisée à partir de CORINE Land Cover DOM 2012 révisée et de la base des changements 2012-2018.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15012, - "right": -1.00687, - "top": 48.9064, - "bottom": 47.2719 + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "22", - "maxTileRow": "22", - "minTileCol": "31", - "maxTileCol": "31" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "44", - "maxTileRow": "44", - "minTileCol": "62", - "maxTileCol": "63" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "88", - "maxTileRow": "89", - "minTileCol": "124", - "maxTileCol": "127" + "minTileRow": "89", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "176", - "maxTileRow": "179", - "minTileCol": "248", - "maxTileCol": "254" + "minTileRow": "179", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "352", - "maxTileRow": "359", - "minTileCol": "497", - "maxTileCol": "509" + "minTileRow": "359", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "704", - "maxTileRow": "718", - "minTileCol": "994", - "maxTileCol": "1018" + "minTileRow": "718", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1436", - "minTileCol": "1989", - "maxTileCol": "2036" + "minTileRow": "1437", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2816", - "maxTileRow": "2872", - "minTileCol": "3978", - "maxTileCol": "4073" + "minTileRow": "2875", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5633", - "maxTileRow": "5744", - "minTileCol": "7957", - "maxTileCol": "8146" + "minTileRow": "5751", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "11266", - "maxTileRow": "11488", - "minTileCol": "15915", - "maxTileCol": "16292" + "minTileRow": "11502", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "22532", - "maxTileRow": "22977", - "minTileCol": "31830", - "maxTileCol": "32584" - }, - "17": { - "minTileRow": "45064", - "maxTileRow": "45955", - "minTileCol": "63660", - "maxTileCol": "65169" - }, - "18": { - "minTileRow": "90129", - "maxTileRow": "91911", - "minTileCol": "127321", - "maxTileCol": "130338" + "minTileRow": "23004", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -23880,103 +26264,139 @@ } ] }, - "INSEE.FILOSOFI.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.ENFANTS.0.17.ANS.SECRET", - "title": "% des 0-17 ans (secret signalé)", - "description": "Nombre d’individus âgés de 0 à 17 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC18_FR", + "title": "CORINE Land Cover - France métropolitaine - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" }, "9": { "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } @@ -23984,8 +26404,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -23995,103 +26415,139 @@ } ] }, - "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", - "title": "Surface moyenne des logements (secret signalé)", - "description": "Surface moyenne des logements (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.CLC90$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC90", + "title": "CORINE Land Cover - 1990", + "description": "Inventaire biophysique de l'occupation des sols en 1990 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" }, "9": { "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } @@ -24099,8 +26555,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -24110,103 +26566,139 @@ } ] }, - "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", - "title": "Niveau de vie winsorisé des individus (secret signalé)", - "description": "Niveau de vie des individus, retraité des valeurs extrêmes (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.CLC90_FR", + "title": "CORINE Land Cover - France métropolitaine - 1990", + "description": "Inventaire biophysique de l'occupation des sols en 1990 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" }, "9": { "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21811", + "maxTileRow": "24673", + "minTileCol": "30969", + "maxTileCol": "34893" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } @@ -24214,8 +26706,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.NIVEAU.DE.VIE-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -24225,112 +26717,142 @@ } ] }, - "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", - "title": "% familles monoparentales (secret signalé)", - "description": "Part des familles monoparentales (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011", + "title": "Évolution des surfaces forestières (1980 et 2011)", + "description": "Évolution annuelle des surfaces forestières entre les années 1980 et 2011", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -24340,112 +26862,154 @@ } ] }, - "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", - "title": "% des 25-39 ans (secret signalé)", - "description": "Nombre d’individus âgés de 25 à 39 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.KLAUS$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.KLAUS", + "title": "Tempête Klaus", + "description": "Cartographie des dégâts de la tempête Klaus", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -24455,25 +27019,25 @@ } ] }, - "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", - "title": "% des 40-54 ans (secret signalé)", - "description": "Nombre d’individus âgés de 40 à 54 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.LGV_archeologie$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.LGV_archeologie", + "title": "Fouilles archéologiques le long de la LGV SEA.", + "description": "Cartographie des principaux sites de fouille archéologique le long de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -24482,85 +27046,97 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -24570,25 +27146,25 @@ } ] }, - "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", - "title": "% des 55-64 ans (secret signalé)", - "description": "Nombre d’individus âgés de 55 à 64 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.LGV_faune$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.LGV_faune", + "title": "Faune le long de la LGV SEA.", + "description": "Cartographie des principaux sites d’intérêt faunistique le long de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -0.898315, + "right": 0.898315, + "top": 47.4145, + "bottom": 44.8631 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -24596,86 +27172,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "89", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "179", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "257" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "358", + "maxTileRow": "368", + "minTileCol": "509", + "maxTileCol": "514" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "716", + "maxTileRow": "737", + "minTileCol": "1018", + "maxTileCol": "1029" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1433", + "maxTileRow": "1475", + "minTileCol": "2037", + "maxTileCol": "2058" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2867", + "maxTileRow": "2951", + "minTileCol": "4075", + "maxTileCol": "4116" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5734", + "maxTileRow": "5902", + "minTileCol": "8151", + "maxTileCol": "8232" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11469", + "maxTileRow": "11805", + "minTileCol": "16302", + "maxTileCol": "16465" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22939", + "maxTileRow": "23610", + "minTileCol": "32604", + "maxTileCol": "32931" + }, + "17": { + "minTileRow": "45879", + "maxTileRow": "47220", + "minTileCol": "65208", + "maxTileCol": "65863" + }, + "18": { + "minTileRow": "91758", + "maxTileRow": "94440", + "minTileCol": "130417", + "maxTileCol": "131726" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -24685,25 +27273,25 @@ } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", - "title": "% de logements construits après 1990 (secret signalé)", - "description": "Part des logements construits après 1990 (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.LGV_flore$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.LGV_flore", + "title": "Flore le long de la LGV SEA.", + "description": "Cartographie des principaux sites d’intérêt floristique le long de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -0.898315, + "right": 0.898315, + "top": 47.4145, + "bottom": 44.8631 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -24711,86 +27299,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "89", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "179", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "257" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "358", + "maxTileRow": "368", + "minTileCol": "509", + "maxTileCol": "514" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "716", + "maxTileRow": "737", + "minTileCol": "1018", + "maxTileCol": "1029" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1433", + "maxTileRow": "1475", + "minTileCol": "2037", + "maxTileCol": "2058" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2867", + "maxTileRow": "2951", + "minTileCol": "4075", + "maxTileCol": "4116" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5734", + "maxTileRow": "5902", + "minTileCol": "8151", + "maxTileCol": "8232" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11469", + "maxTileRow": "11805", + "minTileCol": "16302", + "maxTileCol": "16465" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22939", + "maxTileRow": "23610", + "minTileCol": "32604", + "maxTileCol": "32931" + }, + "17": { + "minTileRow": "45879", + "maxTileRow": "47220", + "minTileCol": "65208", + "maxTileCol": "65863" + }, + "18": { + "minTileRow": "91758", + "maxTileRow": "94440", + "minTileCol": "130417", + "maxTileCol": "131726" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -24800,25 +27400,25 @@ } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", - "title": "% de logements construits avant 1945 (secret signalé)", - "description": "Part des logements construits avant 1945 (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.LGV_technique$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.LGV_technique", + "title": "Caractéristiques techniques de la LGV SEA.", + "description": "Cartographie des caractéristiques techniques de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -0.898315, + "right": 0.898315, + "top": 47.4145, + "bottom": 44.8631 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -24826,86 +27426,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "89", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "179", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "257" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "358", + "maxTileRow": "368", + "minTileCol": "509", + "maxTileCol": "514" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "716", + "maxTileRow": "737", + "minTileCol": "1018", + "maxTileCol": "1029" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1433", + "maxTileRow": "1475", + "minTileCol": "2037", + "maxTileCol": "2058" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2867", + "maxTileRow": "2951", + "minTileCol": "4075", + "maxTileCol": "4116" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5734", + "maxTileRow": "5902", + "minTileCol": "8151", + "maxTileCol": "8232" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11469", + "maxTileRow": "11805", + "minTileCol": "16302", + "maxTileCol": "16465" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22939", + "maxTileRow": "23610", + "minTileCol": "32604", + "maxTileCol": "32931" + }, + "17": { + "minTileRow": "45879", + "maxTileRow": "47220", + "minTileCol": "65208", + "maxTileCol": "65863" + }, + "18": { + "minTileRow": "91758", + "maxTileRow": "94440", + "minTileCol": "130417", + "maxTileCol": "131726" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -24915,112 +27527,142 @@ } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", - "title": "% de logements collectifs (secret signalé)", - "description": "Part des ménages habitant en logement collectif (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.EDUGEO.TAUX_BOISEMENT_2009-2013$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.EDUGEO.TAUX_BOISEMENT_2009-2013", + "title": "Taux de boisement (année moyenne 2011)", + "description": "Taux de boisement par département sur les années 2009-2013 (année moyenne 2011)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -25030,25 +27672,25 @@ } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", - "title": "% de logements construits entre 1945 et 1970 (secret signalé)", - "description": "Part des logements construits entre 1945 et 1970 (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.FORESTAREAS$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.FORESTAREAS", + "title": "Régions forestières nationales", + "description": "Cette cartographie représente des zones homogènes du point de vue des types de forêt ou de paysage sur la base de conditions physiques dominantes (climat, sol, relief).", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -25057,85 +27699,85 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -25145,25 +27787,25 @@ } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", - "title": "% de logements construits entre 1970 et 1990 (secret signalé)", - "description": "Part des logements construits entre 1970 et 1990 (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.FORESTINVENTORY.V1", + "title": "Carte forestière v1 (1987-2004)", + "description": "La cartographie forestière est une base de données cartographique des formations végétales forestières et naturelles. Elle couvre l'ensemble du territoire de France métropolitaine. Elle est réalisée par interprétation de photographies aériennes infrarouges et affinée par des contrôles sur le terrain (le seuil minimal de surface cartographiée est de 2,25 ha).", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -25172,85 +27814,85 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -25260,25 +27902,25 @@ } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", - "title": "% de logements sociaux (secret signalé)", - "description": "Nombre de ménages habitant en logement social – voir définition- (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.FORESTINVENTORY.V2", + "title": "Carte forestière (v2 : 2006-)", + "description": "Localisation de 32 types de formations végétales sur le territoire. Carte en cours de réalisation depuis 2006.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -25287,85 +27929,85 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX-tot-legend-2017.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -25375,31 +28017,67 @@ } ] }, - "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", - "title": "% ménages de 1 personne (secret signalé)", - "description": "Part des ménages de 1 personne (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC00", + "title": "Raster CORINE Land Cover - 2000", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006 pour les DOM, et à partir d'images satellitaires de l'année 2000 et de données d'appui pour la Métropole.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -61.9063, + "right": 55.9362, + "top": 51.1827, + "bottom": -21.4825 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -25415,63 +28093,45 @@ "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "167", "maxTileCol": "335" }, "10": { "minTileRow": "341", "maxTileRow": "574", - "minTileCol": "331", + "minTileCol": "335", "maxTileCol": "671" }, "11": { - "minTileRow": "682", + "minTileRow": "683", "maxTileRow": "1149", - "minTileCol": "663", + "minTileCol": "671", "maxTileCol": "1342" }, "12": { - "minTileRow": "1365", + "minTileRow": "1367", "maxTileRow": "2298", - "minTileCol": "1326", + "minTileCol": "1343", "maxTileCol": "2684" }, "13": { - "minTileRow": "2731", + "minTileRow": "2735", "maxTileRow": "4596", - "minTileCol": "2653", + "minTileCol": "2687", "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover", + "title": "CORINE Land Cover", "current": true, "url": null } @@ -25479,8 +28139,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -25490,103 +28150,121 @@ } ] }, - "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", - "title": "% ménages de 5 personnes ou + (secret signalé)", - "description": "Part des ménages de 5 personnes ou plus (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC00R_FR", + "title": "Raster CORINE Land Cover - 2000 révisée", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" }, "9": { "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" }, "10": { "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "542" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "683", + "maxTileRow": "766", + "minTileCol": "991", + "maxTileCol": "1085" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1367", + "maxTileRow": "1533", + "minTileCol": "1983", + "maxTileCol": "2171" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "2735", + "maxTileRow": "3066", + "minTileCol": "3966", + "maxTileCol": "4343" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } @@ -25594,8 +28272,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -25605,103 +28283,115 @@ } ] }, - "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", - "title": "% ménages en maison (secret signalé)", - "description": "Part des ménages vivant en maison (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC00_DOM", + "title": "Raster CORINE Land Cover - DOM - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes sur la métropole et 50 sur les DOMs CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appuis", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -61.9063, + "right": 55.9362, + "top": 16.6077, + "bottom": -21.4825 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "3", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "7", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "14", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { - "minTileRow": "21", + "minTileRow": "29", "maxTileRow": "35", "minTileCol": "20", "maxTileCol": "41" }, "7": { - "minTileRow": "42", + "minTileRow": "58", "maxTileRow": "71", "minTileCol": "41", "maxTileCol": "83" }, "8": { - "minTileRow": "85", + "minTileRow": "116", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { - "minTileRow": "170", + "minTileRow": "232", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "167", "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "464", "maxTileRow": "574", - "minTileCol": "331", + "minTileCol": "335", "maxTileCol": "671" }, "11": { - "minTileRow": "682", + "minTileRow": "928", "maxTileRow": "1149", - "minTileCol": "663", + "minTileCol": "671", "maxTileCol": "1342" }, "12": { - "minTileRow": "1365", + "minTileRow": "1856", "maxTileRow": "2298", - "minTileCol": "1326", + "minTileCol": "1343", "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", "current": true, "url": null } @@ -25709,8 +28399,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.MENAGES.MAISON-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -25720,103 +28410,115 @@ } ] }, - "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", - "title": "% ménages pauvres (secret signalé)", - "description": "Part des ménages pauvres (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.GRID.CLC00_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC00_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" }, "9": { "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" }, "10": { "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "542" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "683", + "maxTileRow": "766", + "minTileCol": "991", + "maxTileCol": "1085" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "1367", + "maxTileRow": "1533", + "minTileCol": "1983", + "maxTileCol": "2171" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", "current": true, "url": null } @@ -25824,8 +28526,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.MENAGES.PAUVRES-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -25835,103 +28537,121 @@ } ] }, - "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", - "title": "% ménages propriétaires (secret signalé)", - "description": "Part des ménages propriétaires (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.GRID.CLC06$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC06", + "title": "Raster CORINE Land Cover - 2006", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir de CLC 2000 révisée et de la base des changements 2000-2006 pour la Métropole.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover", + "title": "CORINE Land Cover", "current": true, "url": null } @@ -25939,8 +28659,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -25950,31 +28670,67 @@ } ] }, - "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", - "title": "% des plus de 65 ans (secret signalé)", - "description": "Nombre d’individus âgés de plus de 65 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "LANDCOVER.GRID.CLC06R$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC06R", + "title": "Raster CORINE Land Cover - 2006 révisée", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir d'images satellitaires de l'année 2006 et de données d'appui pour la Métropole.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -61.9063, + "right": 55.9362, + "top": 51.2963, + "bottom": -21.4825 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -25990,63 +28746,45 @@ "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "167", "maxTileCol": "335" }, "10": { "minTileRow": "341", "maxTileRow": "574", - "minTileCol": "331", + "minTileCol": "335", "maxTileCol": "671" }, "11": { "minTileRow": "682", "maxTileRow": "1149", - "minTileCol": "663", + "minTileCol": "671", "maxTileCol": "1342" }, "12": { "minTileRow": "1365", "maxTileRow": "2298", - "minTileCol": "1326", + "minTileCol": "1343", "maxTileCol": "2684" }, "13": { "minTileRow": "2731", "maxTileRow": "4596", - "minTileCol": "2653", + "minTileCol": "2687", "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover", + "title": "CORINE Land Cover", "current": true, "url": null } @@ -26054,8 +28792,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSSE.FILOSOFI.PART.PLUS.65.ANS-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -26065,103 +28803,115 @@ } ] }, - "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMTS": { - "name": "INSEE.FILOSOFI.POPULATION", - "title": "Densité de population", - "description": "Nombre d'individus par km²", + "LANDCOVER.GRID.CLC06R_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC06R_DOM", + "title": "Raster CORINE Land Cover - DOM - 2006 - révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la Métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -61.9063, + "right": 55.9362, + "top": 16.6077, + "bottom": -21.4825 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "3", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "7", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "14", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "29", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "58", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "85", + "minTileRow": "116", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { - "minTileRow": "170", + "minTileRow": "232", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "167", "maxTileCol": "335" }, "10": { - "minTileRow": "341", + "minTileRow": "464", "maxTileRow": "574", - "minTileCol": "331", + "minTileCol": "335", "maxTileCol": "671" }, "11": { - "minTileRow": "682", + "minTileRow": "928", "maxTileRow": "1149", - "minTileCol": "663", + "minTileCol": "671", "maxTileCol": "1342" }, "12": { - "minTileRow": "1365", + "minTileRow": "1856", "maxTileRow": "2298", - "minTileCol": "1326", + "minTileCol": "1343", "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" } } }, "styles": [ { - "name": "INSEE", - "title": "INSEE", + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", "current": true, "url": null } @@ -26169,8 +28919,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INSEE.FILOSOFI.POPULATION-tot-legend-2017.png", - "minScaleDenominator": "1" + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], "formats": [ @@ -26180,2503 +28930,2105 @@ } ] }, - "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMS": { - "name": "DREAL.ZONAGE_PINEL", - "title": "DREAL.ZONAGE_PINEL", - "description": "Layer-Group type layer: DREAL.ZONAGE_PINEL", + "LANDCOVER.GRID.CLC06R_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC06R_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la métropole . CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -180.00000000000003, - "right": 180.00000000000003, - "top": 85.0, - "bottom": -85.0 + "left": -5.91689, + "right": 11.0883, + "top": 51.2963, + "bottom": 41.0278 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "543" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "767", + "minTileCol": "990", + "maxTileCol": "1087" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "1535", + "minTileCol": "1980", + "maxTileCol": "2174" + } + } + }, + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DREAL_zonage-PINEL.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", - "title": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", + "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC06_DOM", + "title": "Raster CORINE Land Cover - DOM - 2006", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir de CORINE Land Cover DOM 2000 révisée et de la base des changements 200062006.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + } + } + }, + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", - "title": "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", + "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC06_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2006", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET", - "title": "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, - "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "542" + }, + "11": { + "minTileRow": "683", + "maxTileRow": "766", + "minTileCol": "991", + "maxTileCol": "1085" + }, + "12": { + "minTileRow": "1367", + "maxTileRow": "1533", + "minTileCol": "1983", + "maxTileCol": "2171" + } } }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", - "title": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", + "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC12", + "title": "Raster CORINE Land Cover - 2012", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CORINE Land Cover 2006 révisée et de la base des changements 2006-2012.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover", + "title": "CORINE Land Cover", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", - "title": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", + "LANDCOVER.GRID.CLC12_DOM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC12_DOM", + "title": "Raster CORINE Land Cover - DOM - 2012", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2012 a été réalisée à partir de CORINE Land Cover DOM 2006 révisée et de la base des changements 2006-2012.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", - "title": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, - "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + } } }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM", + "current": true, + "url": null } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", - "title": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", + "LANDCOVER.GRID.CLC12_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC12_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2012", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -5.91689, + "right": 11.0883, + "top": 51.2963, + "bottom": 41.0278 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "543" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "767", + "minTileCol": "990", + "maxTileCol": "1087" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "1535", + "minTileCol": "1980", + "maxTileCol": "2174" + } + } + }, + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", - "title": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", + "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.GRID.CLC90_FR", + "title": "Raster CORINE Land Cover - 1990", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 1990 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", - "title": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, - "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "542" + }, + "11": { + "minTileRow": "683", + "maxTileRow": "766", + "minTileCol": "991", + "maxTileCol": "1085" + }, + "12": { + "minTileRow": "1367", + "maxTileRow": "1533", + "minTileCol": "1983", + "maxTileCol": "2171" + }, + "13": { + "minTileRow": "2735", + "maxTileRow": "3066", + "minTileCol": "3966", + "maxTileCol": "4343" + } } }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine", + "current": true, + "url": null } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", - "title": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", + "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.DLT.CLC12", + "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover - HR - type de forêts", + "title": "CORINE Land Cover - HR - type de forêts", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_DLT.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", - "title": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", + "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.DLT.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "name": "text/html; subtype=openlayers2", - "current": false - }, + "name": "CORINE Land Cover - HR - type de forêts", + "title": "CORINE Land Cover - HR - type de forêts", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "text/html; subtype=openlayers3", - "current": false + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_DLT.png", + "minScaleDenominator": "8000" + } + ], + "formats": [ + { + "name": "image/png", + "current": true } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", - "title": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", + "LANDCOVER.HR.GRA.CLC15$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.GRA.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution des prairies - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de la donnée et des études statistiques du ministère chargé de l’écologie a la responsabilité des vérifications et des améliorations de ces produits. Les valeurs cartographiées sont : - 0 : Zone non-herbeuse - 1 : Zone herbeuse et non-arborée - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover - HR - prairies", + "title": "CORINE Land Cover - HR - prairies", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_GRA.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", - "title": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", + "LANDCOVER.HR.IMD.CLC12$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.IMD.CLC12", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux d’imperméabilisation des sols cartographie le pourcentage des sols imperméabilisés par pixels de 20 m de côté. Le revêtement des sols imperméabilisés, issu de l’artificialisation des terres, est maintenu en général sur de longues périodes. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-imperméable - 1-100 : Taux d'imperméabilisation - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_IMD.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", - "title": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", + "LANDCOVER.HR.IMD.CLC15$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.IMD.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux d’imperméabilisation des sols cartographie le pourcentage des sols imperméabilisés par pixels de 20 m de côté. Le revêtement des sols imperméabilisés, issu de l’artificialisation des terres, est maintenu en général sur de longues périodes. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-imperméable - 1-100 : Taux d'imperméabilisation - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_IMD.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", - "title": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", + "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.TCD.CLC12", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ + { + "name": "CORINE Land Cover - HR - taux de couvert arboré", + "title": "CORINE Land Cover - HR - taux de couvert arboré", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_TCD.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", - "title": "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", + "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.TCD.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover - HR - taux de couvert arboré", + "title": "CORINE Land Cover - HR - taux de couvert arboré", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_TCD.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", - "title": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", + "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.HR.WAW.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution des zones humides et surfaces en eaux permanentes - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Les zones humides et surfaces en eaux permanentes cartographient la présence ou non de surfaces en eau permanentes et la présence ou non de zones humides. Ces surfaces sont identifiées à partir d’analyses d’images satellite prises à différentes saisons (de 4 à 5 images en moyenne) et différentes années. Sont ainsi cartographiées les surfaces en eau sur plusieurs dates de l’analyse. Les zones humides sont définies comme étant les zones où l'eau est le premier facteur d'influence de l'environnement et de la faune et de la flore associées. Elles surviennent là où la nappe phréatique affleure ou est proche de la surface du sol, ou quand la terre est recouverte d'une faible épaisseur d'eau. Les zones cartographiées sont recouvertes d'eau au moins une fois l'une des années observées ou présentent une humidité importante et constante. Elles sont situées dans des zones où la pente est inférieure à 10 %. Enfin, les zones cartographiées sont majoritairement couvertes d’hydrophytes ou de macrophytes. La surface minimale cartographiée est de 0,16 ha, ce qui correspond à un groupement de 4 pixels. Les valeurs cartographiées sont : - 0 : Zone non-humide - 1 : Surface en eau permanente - 2 : Surface en eau temporaire - 3 : Zone humide permanente - 4 : Zone humide temporaire - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "name": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes", + "title": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_WAW.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", - "title": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", + "LANDCOVER.SYLVOECOREGIONS$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.SYLVOECOREGIONS", + "title": "Sylvoécorégions", + "description": "Découpage de la France métropolitaine prenant en compte les facteurs biogéographiques déterminant la production forestière et la répartition des grands types d’habitat forestier.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", - "title": "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", - "description": "Layer-Group type layer: INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", + "LANDCOVER.SYLVOECOREGIONS.ALLUVIUM$GEOPORTAIL:OGC:WMTS": { + "name": "LANDCOVER.SYLVOECOREGIONS.ALLUVIUM", + "title": "Sylvoécorégions d'alluvions récentes", + "description": "Affichage des cinq sylvoécorégions d’alluvions récentes correspondant aux cinq vallées des bassins des grands fleuves français et de leurs affluents, à enjeux importants.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMS": { - "name": "INSEE.FILOSOFI.POPULATION", - "title": "INSEE.FILOSOFI.POPULATION", - "description": "Layer-Group type layer: INSEE.FILOSOFI.POPULATION", - "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 20000000.0, - "bbox": { - "left": -61.234552548936, - "right": 55.8346466624651, - "top": 51.0879076788291, - "bottom": -21.3908646229094 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "economie": "https://wxs.ign.fr/economie/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=CARROYAGE_INSEE.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMTS": { - "name": "DEBROUSSAILLEMENT", - "title": "Zonage informatif des obligations légales de débroussaillement", - "description": "Zonage informatif des obligations légales de débroussaillement", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -28748,25 +31100,13 @@ "maxTileRow": "24492", "minTileCol": "31830", "maxTileCol": "34510" - }, - "17": { - "minTileRow": "43822", - "maxTileRow": "48985", - "minTileCol": "63660", - "maxTileCol": "69020" - }, - "18": { - "minTileRow": "87645", - "maxTileRow": "97970", - "minTileCol": "127321", - "maxTileCol": "138041" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -28774,7 +31114,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -28785,10 +31125,10 @@ } ] }, - "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMTS": { - "name": "FORETS.PUBLIQUES", - "title": "Forêts publiques", - "description": "Localisation des forêts publiques domaniales et non domaniales (communales, sectionales, départementales et d'établissements publics) gérées par l'Office national des forêts (ONF).", + "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE.LATEST", + "title": "Registre parcellaire graphique (RPG)", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -28803,31 +31143,13 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -28898,19 +31220,13 @@ }, "styles": [ { - "name": "FORETS PUBLIQUES ONF", - "title": "FORETS PUBLIQUES ONF", + "name": "normal", + "title": "Données Brutes", "current": true, "url": null } ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/onf_forets_publiques.png", - "minScaleDenominator": "8000" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -28918,25 +31234,25 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEM.DFCI", - "title": "Carroyage DFCI", - "description": "Le « carroyage DFCI » est un système de maillage géographique utilisé en France par les acteurs de la Défense des Forêts Contre les Incendies (DFCI). Le territoire métropolitain est couvert par des carrés de 100 km de côté, identifiables par deux lettres. Chaque carré de 100 km est divisé en 25 carrés de 20 km de côté, numérotés par des chiffres pairs de 0 à 8. Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. L'unité élémentaire est un carreau de 2 kilomètres de côté, défini par 6 caractères (exemple : KD42F7). Pour désigner un point à l'intérieur de l'unité élémentaire, la précision est obtenue en découpant ce carré en cinq zones numérotées de 1 à 5. Il a été créé sur une grille qui s'appuie sur la projection Lambert II étendue. Depuis 2009, il est re-projeté en Lambert 93 avec une légère déformation des angles et des surfaces. Carroyage DFCI (2 km) : Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. Les carrés de 2 km sont dénommés de A à L (sauf I et J) pour les abscisses, et numérotés de 0 à 9 pour les ordonnées. Date des données : 7 juin 2016 Source : couches 100, 50, 20 et 2 km : Entente Valablre - PôNT, couche 1 km : avec l'aimable autorisation de Geonov (www.geonov.fr)", + "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2007", + "title": "Registre parcellaire graphique (RPG) 2007", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2007.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.2635, + "right": 56.0237, + "top": 51.2203, + "bottom": -21.419 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -28945,69 +31261,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "683", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1367", + "maxTileRow": "2297", + "minTileCol": "1328", + "maxTileCol": "2685" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4313" + "minTileRow": "2734", + "maxTileRow": "4595", + "minTileCol": "2656", + "maxTileCol": "5370" }, "14": { - "minTileRow": "5477", - "maxTileRow": "6123", - "minTileCol": "7957", - "maxTileCol": "8627" + "minTileRow": "5469", + "maxTileRow": "9190", + "minTileCol": "5312", + "maxTileCol": "10741" }, "15": { - "minTileRow": "10955", - "maxTileRow": "12246", - "minTileCol": "15915", - "maxTileCol": "17255" + "minTileRow": "10938", + "maxTileRow": "18380", + "minTileCol": "10625", + "maxTileCol": "21483" }, "16": { - "minTileRow": "21911", - "maxTileRow": "24492", - "minTileCol": "31830", - "maxTileCol": "34510" + "minTileRow": "21876", + "maxTileRow": "36761", + "minTileCol": "21251", + "maxTileCol": "42966" } } }, @@ -29022,7 +31338,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29033,25 +31349,25 @@ } ] }, - "LANDCOVER.FORESTAREAS$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.FORESTAREAS", - "title": "Régions forestières nationales", - "description": "Cette cartographie représente des zones homogènes du point de vue des types de forêt ou de paysage sur la base de conditions physiques dominantes (climat, sol, relief).", + "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2008", + "title": "Registre parcellaire graphique (RPG) 2008", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2008.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.2635, + "right": 56.0237, + "top": 51.2203, + "bottom": -21.419 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -29059,70 +31375,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "15", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "39" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "39", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "70" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "79", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "140" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" }, "9": { - "minTileRow": "167", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "272" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" }, "10": { - "minTileRow": "334", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "545" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "671" }, "11": { - "minTileRow": "677", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1082" + "minTileRow": "683", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1362", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2157" + "minTileRow": "1367", + "maxTileRow": "2297", + "minTileCol": "1328", + "maxTileCol": "2685" }, "13": { - "minTileRow": "2733", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4314" + "minTileRow": "2734", + "maxTileRow": "4595", + "minTileCol": "2656", + "maxTileCol": "5370" }, "14": { - "minTileRow": "5475", - "maxTileRow": "6123", - "minTileCol": "7957", - "maxTileCol": "8629" + "minTileRow": "5469", + "maxTileRow": "9190", + "minTileCol": "5312", + "maxTileCol": "10741" }, "15": { - "minTileRow": "10950", - "maxTileRow": "12246", - "minTileCol": "15915", - "maxTileCol": "17259" + "minTileRow": "10938", + "maxTileRow": "18380", + "minTileCol": "10625", + "maxTileCol": "21483" }, "16": { - "minTileRow": "21908", - "maxTileRow": "24484", - "minTileCol": "31830", - "maxTileCol": "34510" + "minTileRow": "21876", + "maxTileRow": "36761", + "minTileCol": "21251", + "maxTileCol": "42966" } } }, @@ -29137,7 +31453,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29148,25 +31464,25 @@ } ] }, - "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.FORESTINVENTORY.V1", - "title": "Carte forestière v1 (1987-2004)", - "description": "La cartographie forestière est une base de données cartographique des formations végétales forestières et naturelles. Elle couvre l'ensemble du territoire de France métropolitaine. Elle est réalisée par interprétation de photographies aériennes infrarouges et affinée par des contrôles sur le terrain (le seuil minimal de surface cartographiée est de 2,25 ha).", + "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2009", + "title": "Registre parcellaire graphique (RPG) 2009", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2009.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.2635, + "right": 56.0237, + "top": 51.2203, + "bottom": -21.419 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -29175,69 +31491,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "683", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1367", + "maxTileRow": "2297", + "minTileCol": "1328", + "maxTileCol": "2685" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4313" + "minTileRow": "2734", + "maxTileRow": "4595", + "minTileCol": "2656", + "maxTileCol": "5370" }, "14": { - "minTileRow": "5477", - "maxTileRow": "6123", - "minTileCol": "7957", - "maxTileCol": "8627" + "minTileRow": "5469", + "maxTileRow": "9190", + "minTileCol": "5312", + "maxTileCol": "10741" }, "15": { - "minTileRow": "10955", - "maxTileRow": "12246", - "minTileCol": "15915", - "maxTileCol": "17255" + "minTileRow": "10938", + "maxTileRow": "18380", + "minTileCol": "10625", + "maxTileCol": "21483" }, "16": { - "minTileRow": "21911", - "maxTileRow": "24492", - "minTileCol": "31830", - "maxTileCol": "34510" + "minTileRow": "21876", + "maxTileRow": "36761", + "minTileCol": "21251", + "maxTileCol": "42966" } } }, @@ -29252,7 +31568,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29263,25 +31579,25 @@ } ] }, - "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.FORESTINVENTORY.V2", - "title": "Carte forestière (v2 : 2006-)", - "description": "Localisation de 32 types de formations végétales sur le territoire. Carte en cours de réalisation depuis 2006.", + "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2010", + "title": "Registre parcellaire graphique (RPG) 2010", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2010.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -29290,85 +31606,85 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4313" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5477", - "maxTileRow": "6123", - "minTileCol": "7957", - "maxTileCol": "8627" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10955", - "maxTileRow": "12246", - "minTileCol": "15915", - "maxTileCol": "17255" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21911", - "maxTileRow": "24492", - "minTileCol": "31830", - "maxTileCol": "34510" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "LANDCOVER.FORESTINVENTORY.V2", - "title": "Données LANDCOVER.FORESTINVENTORY.V2", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LANDCOVER.FORESTINVENTORY.V2-legend.png", - "minScaleDenominator": "1000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -29378,25 +31694,25 @@ } ] }, - "LANDCOVER.SYLVOECOREGIONS$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.SYLVOECOREGIONS", - "title": "Sylvoécorégions", - "description": "Découpage de la France métropolitaine prenant en compte les facteurs biogéographiques déterminant la production forestière et la répartition des grands types d’habitat forestier.", + "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2011", + "title": "Registre parcellaire graphique (RPG) 2011", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2011.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -29405,69 +31721,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4313" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5477", - "maxTileRow": "6123", - "minTileCol": "7957", - "maxTileCol": "8627" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10955", - "maxTileRow": "12246", - "minTileCol": "15915", - "maxTileCol": "17255" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21911", - "maxTileRow": "24492", - "minTileCol": "31830", - "maxTileCol": "34510" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -29482,7 +31798,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29493,146 +31809,67 @@ } ] }, - "LANDCOVER.SYLVOECOREGIONS.ALLUVIUM$GEOPORTAIL:OGC:WMTS": { - "name": "LANDCOVER.SYLVOECOREGIONS.ALLUVIUM", - "title": "Sylvoécorégions d'alluvions récentes", - "description": "Affichage des cinq sylvoécorégions d’alluvions récentes correspondant aux cinq vallées des bassins des grands fleuves français et de leurs affluents, à enjeux importants.", + "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2012", + "title": "Registre parcellaire graphique (RPG) 2012", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2012", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "15", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "39" - }, - "7": { - "minTileRow": "39", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "70" - }, - "8": { - "minTileRow": "79", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "140" - }, - "9": { - "minTileRow": "167", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "272" - }, - "10": { - "minTileRow": "334", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "545" + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" }, - "11": { - "minTileRow": "677", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1082" + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" }, - "12": { - "minTileRow": "1362", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2157" + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" }, - "13": { - "minTileRow": "2733", - "maxTileRow": "3061", - "minTileCol": "3986", - "maxTileCol": "4314" + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" }, - "14": { - "minTileRow": "5475", - "maxTileRow": "6123", - "minTileCol": "7973", - "maxTileCol": "8629" + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" }, - "15": { - "minTileRow": "10958", - "maxTileRow": "12238", - "minTileCol": "15955", - "maxTileCol": "17259" + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" }, - "16": { - "minTileRow": "21916", - "maxTileRow": "24468", - "minTileCol": "31918", - "maxTileCol": "34510" - } - } - }, - "styles": [ - { - "name": "normal", - "title": "Légende générique", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], - "formats": [ - { - "name": "image/png", - "current": true - } - ] - }, - "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.APB", - "title": "Biotopes d'espèces protégées", - "description": "Conservation de l'habitat d'espèces protégées. Outil réglementaires de niveau départemental.Mise à jour 09-2022", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { "6": { "minTileRow": "21", "maxTileRow": "35", @@ -29712,7 +31949,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29723,10 +31960,10 @@ } ] }, - "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.APG", - "title": "Arrêtés de protection de géotope", - "description": "Sites d'intérêt géologique faisant l'objet d’une interdiction de destruction, d'altération ou de dégradation du site, ainsi que de prélèvement, de destruction ou de dégradation de fossiles, minéraux et concrétions présents sur ces sites appelés « aires de protection de géotope».", + "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2013", + "title": "Registre parcellaire graphique (RPG) 2013", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2013", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -29741,13 +31978,49 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -29827,7 +32100,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29838,96 +32111,132 @@ } ] }, - "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.APHN", - "title": "Arrêtés de protection d’habitats naturels", - "description": "Dispositif visant à protéger un habitat naturel (récif corallien, tourbière, prairie, etc.) en tant que tel, sans qu'il soit besoin d'établir qu'il constitue par ailleurs un habitat d'espèces protégées. Mise à jour 05-2022", + "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2014", + "title": "Registre parcellaire graphique (RPG) 2014", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2014", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { "left": -63.3725, - "right": 82.645, + "right": 55.9259, "top": 51.3121, - "bottom": -53.6279 + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", - "maxTileRow": "43", + "maxTileRow": "35", "minTileCol": "20", - "maxTileCol": "46" + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "86", + "maxTileRow": "71", "minTileCol": "41", - "maxTileCol": "93" + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "173", + "maxTileRow": "143", "minTileCol": "82", - "maxTileCol": "186" + "maxTileCol": "167" }, "9": { "minTileRow": "170", - "maxTileRow": "346", + "maxTileRow": "287", "minTileCol": "165", - "maxTileCol": "373" + "maxTileCol": "335" }, "10": { "minTileRow": "341", - "maxTileRow": "693", + "maxTileRow": "574", "minTileCol": "331", - "maxTileCol": "747" + "maxTileCol": "671" }, "11": { "minTileRow": "682", - "maxTileRow": "1386", + "maxTileRow": "1149", "minTileCol": "663", - "maxTileCol": "1494" + "maxTileCol": "1342" }, "12": { "minTileRow": "1365", - "maxTileRow": "2773", + "maxTileRow": "2298", "minTileCol": "1326", - "maxTileCol": "2988" + "maxTileCol": "2684" }, "13": { "minTileRow": "2731", - "maxTileRow": "5547", + "maxTileRow": "4596", "minTileCol": "2653", - "maxTileCol": "5976" + "maxTileCol": "5368" }, "14": { "minTileRow": "5462", - "maxTileRow": "11094", + "maxTileRow": "9193", "minTileCol": "5307", - "maxTileCol": "11953" + "maxTileCol": "10737" }, "15": { "minTileRow": "10924", - "maxTileRow": "22189", + "maxTileRow": "18386", "minTileCol": "10615", - "maxTileCol": "23906" + "maxTileCol": "21474" }, "16": { "minTileRow": "21849", - "maxTileRow": "44378", + "maxTileRow": "36772", "minTileCol": "21231", - "maxTileCol": "47813" + "maxTileCol": "42948" } } }, @@ -29942,7 +32251,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -29953,10 +32262,10 @@ } ] }, - "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.BIOS", - "title": "Réserves de biosphère", - "description": "Réserves naturelles reconnues par le Programme sur l'Homme et la Biosphère créé par l'Unesco. 09-2022", + "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2015", + "title": "Registre parcellaire graphique 2015", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2015.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -29971,7 +32280,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30057,7 +32366,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30068,10 +32377,10 @@ } ] }, - "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.GP", - "title": "Géoparcs", - "description": "Les géoparcs mondiaux UNESCO sont des espaces géographiques unifiés, où les sites et paysages de portée géologique internationale sont gérés selon un concept global de protection, d’éducation et de développement durable", + "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2016", + "title": "Registre parcellaire graphique 2016", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2016.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -30086,7 +32395,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30172,7 +32481,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30183,25 +32492,25 @@ } ] }, - "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.INPG", - "title": "Inventaire National du Patrimoine Géologique (INPG)", - "description": "L'Inventaire National du Patrimoine Géologique (INPG) est un programme initié en 2007 de connaissance géologique du territoire métropolitain et outre-mer, dans lequel chaque site géologique naturel est renseigné sur une application web dédiée (InvenTerre) de façon textuelle avec une évaluation patrimoniale et une cartographie associées.", + "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2017", + "title": "Registre parcellaire graphique 2017", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2017.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 82.645, - "top": 51.3121, - "bottom": -53.6279 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30209,70 +32518,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "43", - "minTileCol": "20", - "maxTileCol": "46" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "42", - "maxTileRow": "86", - "minTileCol": "41", - "maxTileCol": "93" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "85", - "maxTileRow": "173", - "minTileCol": "82", - "maxTileCol": "186" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "346", - "minTileCol": "165", - "maxTileCol": "373" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "341", - "maxTileRow": "693", - "minTileCol": "331", - "maxTileCol": "747" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "682", - "maxTileRow": "1386", - "minTileCol": "663", - "maxTileCol": "1494" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2773", - "minTileCol": "1326", - "maxTileCol": "2988" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2731", - "maxTileRow": "5547", - "minTileCol": "2653", - "maxTileCol": "5976" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5462", - "maxTileRow": "11094", - "minTileCol": "5307", - "maxTileCol": "11953" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "10924", - "maxTileRow": "22189", - "minTileCol": "10615", - "maxTileCol": "23906" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "21849", - "maxTileRow": "44378", - "minTileCol": "21231", - "maxTileCol": "47813" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" } } }, @@ -30287,7 +32596,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30298,10 +32607,10 @@ } ] }, - "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.MNHN.CDL.PARCELS", - "title": "Conservatoire du littoral - sites sous responsabilité du conservatoire", - "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site", + "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2018", + "title": "Registre parcellaire graphique 2018", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2018", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -30316,7 +32625,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30402,7 +32711,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30413,10 +32722,10 @@ } ] }, - "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.MNHN.CDL.PERIMETER", - "title": "Conservatoire du littoral : Les périmètres autorisés", - "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site.", + "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2019", + "title": "Registre parcellaire graphique 2019", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2019", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -30431,7 +32740,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30517,7 +32826,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30528,10 +32837,10 @@ } ] }, - "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.MNHN.CONSERVATOIRES", - "title": "Terrains des conservatoires d'espaces naturels", - "description": "Les conservatoires d'espaces naturels organisent la maîtrise foncière de terrains en vue d'assurer la protection des espèces qui y résident. 05-2022", + "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2020", + "title": "Registre parcellaire graphique 2020", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2020", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -30546,7 +32855,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30632,7 +32941,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30643,132 +32952,96 @@ } ] }, - "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.MNHN.RN.PERIMETER", - "title": "périmètres de protection de réserves naturelles", - "description": "Un périmètre de protection peut être institué en périphérie d’une réserve naturelle. Il concerne des espaces qui n’ont pas été classés en réserve et qui constituent une zone « tampon » autour de l’espace classé. Ils améliorent les échanges écologiques entre la réserve et sa périphérie. 09-2022", + "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2021", + "title": "Registre parcellaire graphique 2021", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2021", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { "left": -63.3725, - "right": 82.645, + "right": 55.9259, "top": 51.3121, - "bottom": -53.6279 + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "5", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "10", - "minTileCol": "5", - "maxTileCol": "11" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "21", - "minTileCol": "10", - "maxTileCol": "23" - }, "6": { "minTileRow": "21", - "maxTileRow": "43", + "maxTileRow": "35", "minTileCol": "20", - "maxTileCol": "46" + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "86", + "maxTileRow": "71", "minTileCol": "41", - "maxTileCol": "93" + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "173", + "maxTileRow": "143", "minTileCol": "82", - "maxTileCol": "186" + "maxTileCol": "167" }, "9": { "minTileRow": "170", - "maxTileRow": "346", + "maxTileRow": "287", "minTileCol": "165", - "maxTileCol": "373" + "maxTileCol": "335" }, "10": { "minTileRow": "341", - "maxTileRow": "693", + "maxTileRow": "574", "minTileCol": "331", - "maxTileCol": "747" + "maxTileCol": "671" }, "11": { "minTileRow": "682", - "maxTileRow": "1386", + "maxTileRow": "1149", "minTileCol": "663", - "maxTileCol": "1494" + "maxTileCol": "1342" }, "12": { "minTileRow": "1365", - "maxTileRow": "2773", + "maxTileRow": "2298", "minTileCol": "1326", - "maxTileCol": "2988" + "maxTileCol": "2684" }, "13": { "minTileRow": "2731", - "maxTileRow": "5547", + "maxTileRow": "4596", "minTileCol": "2653", - "maxTileCol": "5976" + "maxTileCol": "5368" }, "14": { "minTileRow": "5462", - "maxTileRow": "11094", + "maxTileRow": "9193", "minTileCol": "5307", - "maxTileCol": "11953" + "maxTileCol": "10737" }, "15": { "minTileRow": "10924", - "maxTileRow": "22189", + "maxTileRow": "18386", "minTileCol": "10615", - "maxTileCol": "23906" + "maxTileCol": "21474" }, "16": { "minTileRow": "21849", - "maxTileRow": "44378", + "maxTileRow": "36772", "minTileCol": "21231", - "maxTileCol": "47813" + "maxTileCol": "42948" } } }, @@ -30783,7 +33056,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -30794,10 +33067,10 @@ } ] }, - "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.PN", - "title": "Parcs nationaux", - "description": "Les parcs nationaux sont de vastes espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, et dont le but est à la fois de protéger des processus écologiques à large échelle et de fournir des possibilités de découverte de la nature. Mise à jour 09-2022", + "LANDUSE.AGRICULTURE2022$GEOPORTAIL:OGC:WMTS": { + "name": "LANDUSE.AGRICULTURE2022", + "title": "Registre parcellaire graphique 2022", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2022", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -30812,7 +33085,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30890,18 +33163,12 @@ "styles": [ { "name": "normal", - "title": "Légende générique", + "title": "Données Brutes", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { "name": "image/png", @@ -30909,25 +33176,25 @@ } ] }, - "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.PNM", - "title": "Parcs naturels marins", - "description": "Zones maritimes identifiées pour leur biodiversité ou par les activités humaines faisant l'objet de protection.
Date des données", + "LGV_EDUGEO_ARCHEOLOGIE_PYR-PNG_FXX_WM_20170210$GEOPORTAIL:OGC:WMTS": { + "name": "LGV_EDUGEO_ARCHEOLOGIE_PYR-PNG_FXX_WM_20170210", + "title": "Fouilles archéologiques le long de la LGV SEA.", + "description": "Cartographie des principaux sites de fouille archéologique le long de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -30936,69 +33203,81 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, @@ -31013,7 +33292,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -31024,25 +33303,25 @@ } ] }, - "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.PNR", - "title": "Parcs naturels régionaux", - "description": "Les parcs naturels régionaux ont pour but de valoriser de vastes espaces de fort intérêt culturel et naturel, et de veiller au développement durable de ces territoires dont le caractère rural est souvent très affirmé. 05-2022", + "LGV_EDUGEO_FAUNE_PYR-PNG_FXX_WM_20170215$GEOPORTAIL:OGC:WMTS": { + "name": "LGV_EDUGEO_FAUNE_PYR-PNG_FXX_WM_20170215", + "title": "Faune le long de la LGV SEA.", + "description": "Cartographie des principaux sites d’intérêt faunistique le long de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -0.898315, + "right": 0.898315, + "top": 47.4145, + "bottom": 44.8631 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -31050,70 +33329,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "89", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "179", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "257" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "358", + "maxTileRow": "368", + "minTileCol": "509", + "maxTileCol": "514" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "716", + "maxTileRow": "737", + "minTileCol": "1018", + "maxTileCol": "1029" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1433", + "maxTileRow": "1475", + "minTileCol": "2037", + "maxTileCol": "2058" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2867", + "maxTileRow": "2951", + "minTileCol": "4075", + "maxTileCol": "4116" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5734", + "maxTileRow": "5902", + "minTileCol": "8151", + "maxTileCol": "8232" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11469", + "maxTileRow": "11805", + "minTileCol": "16302", + "maxTileCol": "16465" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22939", + "maxTileRow": "23610", + "minTileCol": "32604", + "maxTileCol": "32931" + }, + "17": { + "minTileRow": "45879", + "maxTileRow": "47220", + "minTileCol": "65208", + "maxTileCol": "65863" + }, + "18": { + "minTileRow": "91758", + "maxTileRow": "94440", + "minTileCol": "130417", + "maxTileCol": "131726" } } }, @@ -31128,7 +33419,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -31139,25 +33430,25 @@ } ] }, - "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.PRSF", - "title": "Points de Rencontre de Secours en Forêt (PRSF)", - "description": "Les Points de Rencontre de Secours en Forêt (PRSF) sont supposées connus des services de secours. Ils permettent de faciliter la localisation d'un blessé par les services de secours.", + "LGV_EDUGEO_FLORE_PYR-PNG_FXX_WM_20170213$GEOPORTAIL:OGC:WMTS": { + "name": "LGV_EDUGEO_FLORE_PYR-PNG_FXX_WM_20170213", + "title": "Flore le long de la LGV SEA.", + "description": "Cartographie des principaux sites d’intérêt floristique le long de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -0.898315, + "right": 0.898315, + "top": 47.4145, + "bottom": 44.8631 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -31165,191 +33456,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "89", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "179", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "257" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "358", + "maxTileRow": "368", + "minTileCol": "509", + "maxTileCol": "514" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "716", + "maxTileRow": "737", + "minTileCol": "1018", + "maxTileCol": "1029" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1433", + "maxTileRow": "1475", + "minTileCol": "2037", + "maxTileCol": "2058" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2867", + "maxTileRow": "2951", + "minTileCol": "4075", + "maxTileCol": "4116" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5734", + "maxTileRow": "5902", + "minTileCol": "8151", + "maxTileCol": "8232" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11469", + "maxTileRow": "11805", + "minTileCol": "16302", + "maxTileCol": "16465" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22939", + "maxTileRow": "23610", + "minTileCol": "32604", + "maxTileCol": "32931" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - } - } - }, - "styles": [ - { - "name": "POINT RENCONTRE SECOURS FORET", - "title": "POINT RENCONTRE SECOURS FORET", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/PROTECTEDAREAS.PRSF-legend.png", - "minScaleDenominator": "4000" - } - ], - "formats": [ - { - "name": "image/png", - "current": true - } - ] - }, - "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.RAMSAR", - "title": "Zones humides d'importance internationale", - "description": "Un site Ramsar est un espace désigné en application de la Convention relative aux zones humides d'importance internationale, particulièrement comme habitats des oiseaux d'eau, dont le traité a été signé en 1971 sur les bords de la mer Caspienne (Iran). 16-11-2021", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "45879", + "maxTileRow": "47220", + "minTileCol": "65208", + "maxTileCol": "65863" }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "18": { + "minTileRow": "91758", + "maxTileRow": "94440", + "minTileCol": "130417", + "maxTileCol": "131726" } } }, @@ -31364,7 +33546,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -31375,25 +33557,25 @@ } ] }, - "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.RB", - "title": "Réserves biologiques", - "description": "Une réserve biologique est un espace protégé en milieu forestier ou en milieu associé à la forêt (landes, mares, tourbières, dunes). Ce statut s'applique aux forêts gérées par l'Office National des Forêts et a pour but la protection d'habitats remarquables ou représentatifs.
Date des données", + "LGV_EDUGEO_TECHNIQUE_PYR-PNG_FXX_WM_20170215$GEOPORTAIL:OGC:WMTS": { + "name": "LGV_EDUGEO_TECHNIQUE_PYR-PNG_FXX_WM_20170215", + "title": "Caractéristiques techniques de la LGV SEA.", + "description": "Cartographie des caractéristiques techniques de la LGV SEA.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -0.898315, + "right": 0.898315, + "top": 47.4145, + "bottom": 44.8631 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -31401,70 +33583,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "89", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "179", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "257" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "358", + "maxTileRow": "368", + "minTileCol": "509", + "maxTileCol": "514" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "716", + "maxTileRow": "737", + "minTileCol": "1018", + "maxTileCol": "1029" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1433", + "maxTileRow": "1475", + "minTileCol": "2037", + "maxTileCol": "2058" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2867", + "maxTileRow": "2951", + "minTileCol": "4075", + "maxTileCol": "4116" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5734", + "maxTileRow": "5902", + "minTileCol": "8151", + "maxTileCol": "8232" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11469", + "maxTileRow": "11805", + "minTileCol": "16302", + "maxTileCol": "16465" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22939", + "maxTileRow": "23610", + "minTileCol": "32604", + "maxTileCol": "32931" + }, + "17": { + "minTileRow": "45879", + "maxTileRow": "47220", + "minTileCol": "65208", + "maxTileCol": "65863" + }, + "18": { + "minTileRow": "91758", + "maxTileRow": "94440", + "minTileCol": "130417", + "maxTileCol": "131726" } } }, @@ -31479,7 +33673,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -31490,10 +33684,10 @@ } ] }, - "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.RIPN", - "title": "Réserves Intégrales de Parcs Nationaux", - "description": "Au sein d'un cœur de parc national, il peut être institué une « réserve intégrale » afin d'assurer, dans un but scientifique, une protection plus grande de certains éléments de la faune et de la flore. 05-2022", + "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMTS": { + "name": "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST", + "title": "Limites administratives mises à jour en continu.", + "description": "Limites administratives mises à jour en continu, édition Juillet 2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -31508,7 +33702,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -31594,7 +33788,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -31605,148 +33799,124 @@ } ] }, - "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.RN", - "title": "Réserves naturelles nationales", - "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité. 09-2022", + "LOCALISATION.MATS.EOLIEN$GEOPORTAIL:OGC:WMTS": { + "name": "LOCALISATION.MATS.EOLIEN", + "title": "Localisation des mâts éolien", + "description": "Localisation des mâts éolien", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 82.645, - "top": 51.3121, - "bottom": -53.6279 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "5", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "10", - "minTileCol": "5", - "maxTileCol": "11" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "21", - "minTileCol": "10", - "maxTileCol": "23" - }, "6": { "minTileRow": "21", - "maxTileRow": "43", - "minTileCol": "20", - "maxTileCol": "46" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "86", - "minTileCol": "41", - "maxTileCol": "93" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "173", - "minTileCol": "82", - "maxTileCol": "186" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "346", - "minTileCol": "165", - "maxTileCol": "373" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "693", - "minTileCol": "331", - "maxTileCol": "747" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1386", - "minTileCol": "663", - "maxTileCol": "1494" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2773", - "minTileCol": "1326", - "maxTileCol": "2988" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "5547", - "minTileCol": "2653", - "maxTileCol": "5976" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "11094", - "minTileCol": "5307", - "maxTileCol": "11953" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "22189", - "minTileCol": "10615", - "maxTileCol": "23906" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "44378", - "minTileCol": "21231", - "maxTileCol": "47813" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "LOCALISATION.MATS.EOLIEN", + "title": "LOCALISATION.MATS.EOLIEN", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/LOCALISATION.MATS.EOLIEN_legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -31756,10 +33926,10 @@ } ] }, - "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.RNC", - "title": "Réserves Naturelles de Corse", - "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité.
Date des données", + "LOT.CHASSE$GEOPORTAIL:OGC:WMTS": { + "name": "LOT.CHASSE", + "title": "Lot de chasse", + "description": "Lot de chasse", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -31774,7 +33944,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -31860,7 +34030,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -31871,140 +34041,97 @@ } ] }, - "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.RNCF", - "title": "Réserves nationales de chasse et de faune sauvage", - "description": "Les réserves nationales de chasse et de faune sauvage sont des espaces protégés terrestres ou marins dont la gestion est principalement assurée par l'Office National de la Chasse et de la Faune Sauvage.09-2022", + "LOT_CHASSE$GEOPORTAIL:OGC:WMTS": { + "name": "LOT_CHASSE", + "title": "Lots de chasse", + "description": "Lots de chasse", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15053, + "right": 9.57115, + "top": 51.0992, + "bottom": 41.3247 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" - }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "18": { + "minTileRow": "87644", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "19": { + "minTileRow": "175289", + "maxTileRow": "195941", + "minTileCol": "254642", + "maxTileCol": "276082" } } }, - "styles": [ - { - "name": "normal", - "title": "Légende générique", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "styles": [], + "legends": [], "formats": [ { - "name": "image/png", + "name": "application/x-protobuf", "current": true } ] }, - "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.SIC", - "title": "Sites Natura 2000 au titre de la Directive Habitats", - "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.09-2022", + "LSEP-CRUE_PYR-PNG_WLD_WM_EDUGEO_20130128$GEOPORTAIL:OGC:WMTS": { + "name": "LSEP-CRUE_PYR-PNG_WLD_WM_EDUGEO_20130128", + "title": "Crues du bassin de la Seine - PHEC", + "description": "Carte des plus hautes eaux connues (PHEC) sur le bassin de la Seine : crue de la seine et de ses affluents en 1910, ainsi que d'autres crues à des dates postérieures sur d'autres cours d'eau.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": 0.419457, + "right": 5.43248, + "top": 50.064, + "bottom": 47.4163 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32013,69 +34140,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "86", + "maxTileRow": "89", + "minTileCol": "128", + "maxTileCol": "131" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "173", + "maxTileRow": "179", + "minTileCol": "256", + "maxTileCol": "263" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "347", + "maxTileRow": "358", + "minTileCol": "513", + "maxTileCol": "527" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "694", + "maxTileRow": "716", + "minTileCol": "1026", + "maxTileCol": "1054" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1388", + "maxTileRow": "1433", + "minTileCol": "2052", + "maxTileCol": "2109" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2776", + "maxTileRow": "2867", + "minTileCol": "4105", + "maxTileCol": "4219" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5552", + "maxTileRow": "5734", + "minTileCol": "8211", + "maxTileCol": "8439" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11104", + "maxTileRow": "11469", + "minTileCol": "16422", + "maxTileCol": "16878" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22208", + "maxTileRow": "22939", + "minTileCol": "32844", + "maxTileCol": "33756" } } }, @@ -32090,7 +34217,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32101,25 +34228,25 @@ } ] }, - "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.ZNIEFF1", - "title": "Zones écologiques de nature remarquable (ZNIEFF1)", - "description": "Inventaire des espaces naturels abritant la nature remarquable.09-2022", + "NATURALRISKZONES.1910FLOODEDWATERSHEDS$GEOPORTAIL:OGC:WMTS": { + "name": "NATURALRISKZONES.1910FLOODEDWATERSHEDS", + "title": "Crues du bassin de la Seine - PHEC", + "description": "Carte des plus hautes eaux connues (PHEC) sur le bassin de la Seine : crue de la seine et de ses affluents en 1910, ainsi que d'autres crues à des dates postérieures sur d'autres cours d'eau.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": 0.419457, + "right": 5.43248, + "top": 50.064, + "bottom": 47.4163 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32128,69 +34255,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "86", + "maxTileRow": "89", + "minTileCol": "128", + "maxTileCol": "131" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "173", + "maxTileRow": "179", + "minTileCol": "256", + "maxTileCol": "263" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "347", + "maxTileRow": "358", + "minTileCol": "513", + "maxTileCol": "527" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "694", + "maxTileRow": "716", + "minTileCol": "1026", + "maxTileCol": "1054" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1388", + "maxTileRow": "1433", + "minTileCol": "2052", + "maxTileCol": "2109" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2776", + "maxTileRow": "2867", + "minTileCol": "4105", + "maxTileCol": "4219" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5552", + "maxTileRow": "5734", + "minTileCol": "8211", + "maxTileCol": "8439" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11104", + "maxTileRow": "11469", + "minTileCol": "16422", + "maxTileCol": "16878" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22208", + "maxTileRow": "22939", + "minTileCol": "32844", + "maxTileCol": "33756" } } }, @@ -32205,7 +34332,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32216,25 +34343,25 @@ } ] }, - "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.ZNIEFF1.SEA", - "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type I", - "description": "Espaces marin homogènes d’un point de vue écologique abritant au moins une espèce ou un habitat rare ou menacé, d’intérêt local ou régional, national ou communautaire. Espaces marin d’intérêt fonctionnel pour le fonctionnement écologique local.", + "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS", + "title": "Occupation du sol grande échelle - zones construites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32243,69 +34370,69 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "471", + "minTileCol": "336", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "942", + "minTileCol": "673", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1884", + "minTileCol": "1346", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3768", + "minTileCol": "2692", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "7537", + "minTileCol": "5385", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "15074", + "minTileCol": "10771", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "30148", + "minTileCol": "21542", + "maxTileCol": "34510" } } }, @@ -32320,7 +34447,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32331,25 +34458,25 @@ } ] }, - "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.ZNIEFF2", - "title": "Zones fonctionnelles de nature remarquable (ZNIEFF2)", - "description": "Inventaire des espaces fonctionnels indispensables à la nature remarquable.
Date des données", + "OCSGE.CONSTRUCTIONS.2002$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS.2002", + "title": "Occupation du sol grande échelle 2002 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2002", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.13902, + "right": 9.55982, + "top": 51.089, + "bottom": 41.366 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32358,76 +34485,76 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2739", + "maxTileRow": "3060", + "minTileCol": "3979", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5478", + "maxTileRow": "6120", + "minTileCol": "7958", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10957", + "maxTileRow": "12241", + "minTileCol": "15916", + "maxTileCol": "17254" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21914", + "maxTileRow": "24482", + "minTileCol": "31832", + "maxTileCol": "34508" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } @@ -32435,7 +34562,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32446,25 +34573,25 @@ } ] }, - "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.ZNIEFF2.SEA", - "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type II", - "description": "Grands ensembles naturels ou peu modifiés marin offrant des potentialités biologiques importantes.", + "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS.2011", + "title": "Occupation du sol grande échelle 2011 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2011", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32473,76 +34600,76 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } @@ -32550,7 +34677,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32561,25 +34688,25 @@ } ] }, - "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDAREAS.ZPS", - "title": "Sites NATURA 2000 au titre de la Directive Oiseaux", - "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.09-2022", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "OCSGE.CONSTRUCTIONS.2014$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS.2014", + "title": "Occupation du sol grande échelle 2014 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2014", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.13902, + "right": 9.55982, + "top": 51.089, + "bottom": 41.366 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32588,76 +34715,76 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2739", + "maxTileRow": "3060", + "minTileCol": "3979", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5478", + "maxTileRow": "6120", + "minTileCol": "7958", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10957", + "maxTileRow": "12241", + "minTileCol": "15916", + "maxTileCol": "17254" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21914", + "maxTileRow": "24482", + "minTileCol": "31832", + "maxTileCol": "34508" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } @@ -32665,7 +34792,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32676,25 +34803,25 @@ } ] }, - "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMTS": { - "name": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES", - "title": "Réserves naturelles régionales", - "description": "Les réserves naturelles régionales sont gérées prioritairement à des fins de conservation de la nature. Elles sont placées sous la responsabilité exclusive des conseils régionaux.09-2022", + "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS.2016", + "title": "Occupation du sol grande échelle 2016 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2016", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -32703,76 +34830,76 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "nolegend", + "title": "Données sans légende", "current": true, "url": null } @@ -32780,7 +34907,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -32791,2436 +34918,3317 @@ } ] }, - "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMS": { - "name": "FORETS.PUBLIQUES", - "title": "Forêts publiques", - "description": "Localisation des forêts publiques domaniales et non domaniales (communales, sectionales, départementales et d'établissements publics) gérées par l'Office national des forêts (ONF).", + "OCSGE.CONSTRUCTIONS.2017$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS.2017", + "title": "Occupation du sol grande échelle 2017 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ONF_PARCELLES_PUBLIQUES.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ONF_FORETS_PUBLIQUES.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "471", + "minTileCol": "336", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "942", + "minTileCol": "673", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1884", + "minTileCol": "1346", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3768", + "minTileCol": "2692", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "7537", + "minTileCol": "5385", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "15074", + "minTileCol": "10771", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "30148", + "minTileCol": "21542", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "FORETS PUBLIQUES ONF", - "title": "FORETS PUBLIQUES ONF" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/onf_forets_publiques.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMS": { - "name": "GEOGRAPHICALGRIDSYSTEM.DFCI", - "title": "Carroyage DFCI", - "description": "Le « carroyage DFCI » est un système de maillage géographique utilisé en France par les acteurs de la Défense des Forêts Contre les Incendies (DFCI). Le territoire métropolitain est couvert par des carrés de 100 km de côté, identifiables par deux lettres. Chaque carré de 100 km est divisé en 25 carrés de 20 km de côté, numérotés par des chiffres pairs de 0 à 8. Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. L'unité élémentaire est un carreau de 2 kilomètres de côté, défini par 6 caractères (exemple : KD42F7). Pour désigner un point à l'intérieur de l'unité élémentaire, la précision est obtenue en découpant ce carré en cinq zones numérotées de 1 à 5. Il a été créé sur une grille qui s'appuie sur la projection Lambert II étendue. Depuis 2009, il est re-projeté en Lambert 93 avec une légère déformation des angles et des surfaces. Carroyage DFCI (2 km) : Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. Les carrés de 2 km sont dénommés de A à L (sauf I et J) pour les abscisses, et numérotés de 0 à 9 pour les ordonnées. Date des données : 7 juin 2016 Source : couches 100, 50, 20 et 2 km : Entente Valablre - PôNT, couche 1 km : avec l'aimable autorisation de Geonov (www.geonov.fr)", + "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.CONSTRUCTIONS.2019", + "title": "Occupation du sol grande échelle 2019 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -0.291052, + "right": 1.2122, + "top": 44.0864, + "bottom": 43.3043 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DFCI.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "372", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "744", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1488", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2976", + "maxTileRow": "3000", + "minTileCol": "4089", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5952", + "maxTileRow": "6001", + "minTileCol": "8178", + "maxTileCol": "8247" + }, + "15": { + "minTileRow": "11904", + "maxTileRow": "12002", + "minTileCol": "16357", + "maxTileCol": "16494" + }, + "16": { + "minTileRow": "23808", + "maxTileRow": "24005", + "minTileCol": "32715", + "maxTileCol": "32988" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.FORESTINVENTORY.V1", - "title": "Carte forestière v1 (1987-2004)", - "description": "La cartographie forestière est une base de données cartographique des formations végétales forestières et naturelles. Elle couvre l'ensemble du territoire de France métropolitaine. Elle est réalisée par interprétation de photographies aériennes infrarouges et affinée par des contrôles sur le terrain (le seuil minimal de surface cartographiée est de 2,25 ha).", + "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE", + "title": "Occupation du sol grande échelle - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IFN_BDForet.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "471", + "minTileCol": "336", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "942", + "minTileCol": "673", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1884", + "minTileCol": "1346", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3768", + "minTileCol": "2692", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "7537", + "minTileCol": "5385", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "15074", + "minTileCol": "10771", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "30148", + "minTileCol": "21542", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMS": { - "name": "LANDCOVER.FORESTINVENTORY.V2", - "title": "Carte forestière (v2 : 2006-)", - "description": "Localisation de 32 types de formations végétales sur le territoire. Carte en cours de réalisation depuis 2006.", + "OCSGE.COUVERTURE.2002$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE.2002", + "title": "Occupation du sol grande échelle 2002 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2002", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -5.13902, + "right": 9.55982, + "top": 51.089, + "bottom": 41.366 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IFN_BDForet.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "3060", + "minTileCol": "3979", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "6120", + "minTileCol": "7958", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10957", + "maxTileRow": "12241", + "minTileCol": "15916", + "maxTileCol": "17254" + }, + "16": { + "minTileRow": "21914", + "maxTileRow": "24482", + "minTileCol": "31832", + "maxTileCol": "34508" + } } - ], + }, "styles": [ { - "name": "LANDCOVER.FORESTINVENTORY.V2", - "title": "Données LANDCOVER.FORESTINVENTORY.V2" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LANDCOVER.FORESTINVENTORY.V2-legend.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.APB", - "title": "Biotopes d'espèces protégées", - "description": "Conservation de l'habitat d'espèces protégées. Outil réglementaires de niveau départemental. mise à jour 09-2022", + "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE.2011", + "title": "Occupation du sol grande échelle 2011 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2011", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.APG", - "title": "Arrêtés de protection de géotope", - "description": "Sites d'intérêt géologique faisant l'objet d’une interdiction de destruction, d'altération ou de dégradation du site, ainsi que de prélèvement, de destruction ou de dégradation de fossiles, minéraux et concrétions présents sur ces sites appelés « aires de protection de géotope».", + "OCSGE.COUVERTURE.2014$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE.2014", + "title": "Occupation du sol grande échelle 2014 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2014", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.13902, + "right": 9.55982, + "top": 51.089, + "bottom": 41.366 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "3060", + "minTileCol": "3979", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "6120", + "minTileCol": "7958", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10957", + "maxTileRow": "12241", + "minTileCol": "15916", + "maxTileCol": "17254" + }, + "16": { + "minTileRow": "21914", + "maxTileRow": "24482", + "minTileCol": "31832", + "maxTileCol": "34508" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.APHN", - "title": "Arrêtés de protection d’habitats naturels", - "description": "Dispositif visant à protéger un habitat naturel (récif corallien, tourbière, prairie, etc.) en tant que tel, sans qu'il soit besoin d'établir qu'il constitue par ailleurs un habitat d'espèces protégées. Mise à jour 05-2022", + "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE.2016", + "title": "Occupation du sol grande échelle 2016 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2016", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 82.645006139, - "top": 51.312119281, - "bottom": -53.627912701 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.BIOS", - "title": "Réserves de biosphère", - "description": "Réserves naturelles reconnues par le Programme sur l'Homme et la Biosphère créé par l'Unesco. 09-2022", + "OCSGE.COUVERTURE.2017$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE.2017", + "title": "Occupation du sol grande échelle 2017 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2017", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.GP", - "title": "Géoparcs", - "description": "Les géoparcs mondiaux UNESCO sont des espaces géographiques unifiés, où les sites et paysages de portée géologique internationale sont gérés selon un concept global de protection, d’éducation et de développement durable", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "471", + "minTileCol": "336", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "942", + "minTileCol": "673", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1884", + "minTileCol": "1346", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3768", + "minTileCol": "2692", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "7537", + "minTileCol": "5385", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "15074", + "minTileCol": "10771", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "30148", + "minTileCol": "21542", + "maxTileCol": "34510" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.INPG", - "title": "Inventaire National du Patrimoine Géologique (INPG)", - "description": "L'Inventaire National du Patrimoine Géologique (INPG) est un programme initié en 2007 de connaissance géologique du territoire métropolitain et outre-mer, dans lequel chaque site géologique naturel est renseigné sur une application web dédiée (InvenTerre) de façon textuelle avec une évaluation patrimoniale et une cartographie associées.", + "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.COUVERTURE.2019", + "title": "Occupation du sol grande échelle 2019 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 82.645006139, - "top": 51.312119281, - "bottom": -53.627912701 + "left": -0.291052, + "right": 1.2122, + "top": 44.0864, + "bottom": 43.3043 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "372", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "744", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1488", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2976", + "maxTileRow": "3000", + "minTileCol": "4089", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5952", + "maxTileRow": "6001", + "minTileCol": "8178", + "maxTileCol": "8247" + }, + "15": { + "minTileRow": "11904", + "maxTileRow": "12002", + "minTileCol": "16357", + "maxTileCol": "16494" + }, + "16": { + "minTileRow": "23808", + "maxTileRow": "24005", + "minTileCol": "32715", + "maxTileCol": "32988" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.MNHN.CDL.PARCELS", - "title": "Conservatoire du littoral - sites sous responsabilité du conservatoire", - "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site", + "OCSGE.USAGE$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE", + "title": "Occupation du sol grande échelle - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "471", + "minTileCol": "336", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "942", + "minTileCol": "673", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1884", + "minTileCol": "1346", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3768", + "minTileCol": "2692", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "7537", + "minTileCol": "5385", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "15074", + "minTileCol": "10771", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "30148", + "minTileCol": "21542", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.MNHN.CDL.PERIMETER", - "title": "Conservatoire du littoral : Les périmètres autorisés", - "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site.", + "OCSGE.USAGE.2002$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE.2002", + "title": "Occupation du sol grande échelle 2002 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2002", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.13902, + "right": 9.55982, + "top": 51.089, + "bottom": 41.366 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "3060", + "minTileCol": "3979", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "6120", + "minTileCol": "7958", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10957", + "maxTileRow": "12241", + "minTileCol": "15916", + "maxTileCol": "17254" + }, + "16": { + "minTileRow": "21914", + "maxTileRow": "24482", + "minTileCol": "31832", + "maxTileCol": "34508" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.MNHN.RN.PERIMETER", - "title": "périmètres de protection de réserves naturelles", - "description": "Un périmètre de protection peut être institué en périphérie d’une réserve naturelle. Il concerne des espaces qui n’ont pas été classés en réserve et qui constituent une zone « tampon » autour de l’espace classé. Ils améliorent les échanges écologiques entre la réserve et sa périphérie. 09-2022", + "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE.2011", + "title": "Occupation du sol grande échelle 2011 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2011", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 82.645006139, - "top": 51.312119281, - "bottom": -53.627912701 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.PN", - "title": "Parcs nationaux", - "description": "Les parcs nationaux sont de vastes espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, et dont le but est à la fois de protéger des processus écologiques à large échelle et de fournir des possibilités de découverte de la nature. Mise à jour 09-2022", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.PNM", - "title": "Parcs naturels marins", - "description": "Zones maritimes identifiées pour leur biodiversité ou par les activités humaines faisant l'objet de protection.
Date des données", + "OCSGE.USAGE.2014$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE.2014", + "title": "Occupation du sol grande échelle 2014 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2014", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.13902, + "right": 9.55982, + "top": 51.089, + "bottom": 41.366 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "3060", + "minTileCol": "3979", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "6120", + "minTileCol": "7958", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10957", + "maxTileRow": "12241", + "minTileCol": "15916", + "maxTileCol": "17254" + }, + "16": { + "minTileRow": "21914", + "maxTileRow": "24482", + "minTileCol": "31832", + "maxTileCol": "34508" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.PNR", - "title": "Parcs naturels régionaux", - "description": "Les parcs naturels régionaux ont pour but de valoriser de vastes espaces de fort intérêt culturel et naturel, et de veiller au développement durable de ces territoires dont le caractère rural est souvent très affirmé. 05-2022", + "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE.2016", + "title": "Occupation du sol grande échelle 2016 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2016", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.PRSF", - "title": "Points de Rencontre de Secours en Forêt (PRSF)", - "description": "Les Points de Rencontre de Secours en Forêt (PRSF) sont supposées connus des services de secours. Ils permettent de faciliter la localisation d'un blessé par les services de secours.", + "OCSGE.USAGE.2017$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE.2017", + "title": "Occupation du sol grande échelle 2017 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "471", + "minTileCol": "336", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "942", + "minTileCol": "673", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1884", + "minTileCol": "1346", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3768", + "minTileCol": "2692", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "7537", + "minTileCol": "5385", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "15074", + "minTileCol": "10771", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "30148", + "minTileCol": "21542", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "POINT RENCONTRE SECOURS FORET", - "title": "POINT RENCONTRE SECOURS FORET" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/PROTECTEDAREAS.PRSF-legend.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.RB", - "title": "Réserves biologiques", - "description": "Une réserve biologique est un espace protégé en milieu forestier ou en milieu associé à la forêt (landes, mares, tourbières, dunes). Ce statut s'applique aux forêts gérées par l'Office National des Forêts et a pour but la protection d'habitats remarquables ou représentatifs.
Date des données", + "OCSGE.USAGE.2019$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.USAGE.2019", + "title": "Occupation du sol grande échelle 2019 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG) Source : IGN - 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -0.291052, + "right": 1.2122, + "top": 44.0864, + "bottom": 43.3043 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "372", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "744", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1488", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2976", + "maxTileRow": "3000", + "minTileCol": "4089", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5952", + "maxTileRow": "6001", + "minTileCol": "8178", + "maxTileCol": "8247" + }, + "15": { + "minTileRow": "11904", + "maxTileRow": "12002", + "minTileCol": "16357", + "maxTileCol": "16494" + }, + "16": { + "minTileRow": "23808", + "maxTileRow": "24005", + "minTileCol": "32715", + "maxTileCol": "32988" + } + } + }, + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.RIPN", - "title": "Réserves Intégrales de Parcs Nationaux", - "description": "Au sein d'un cœur de parc national, il peut être institué une « réserve intégrale » afin d'assurer, dans un but scientifique, une protection plus grande de certains éléments de la faune et de la flore. 05-2022", + "OCSGE.VISU.2016$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.VISU.2016", + "title": "Visualisation OCSGE 2016", + "description": "Résultat IA aggloméré à l'ortho 2016", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -0.318517, + "right": 1.22575, + "top": 44.0543, + "bottom": 43.2815 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "372", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "744", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1488", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2977", + "maxTileRow": "3001", + "minTileCol": "4088", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5954", + "maxTileRow": "6002", + "minTileCol": "8177", + "maxTileCol": "8247" + }, + "15": { + "minTileRow": "11908", + "maxTileRow": "12005", + "minTileCol": "16355", + "maxTileCol": "16495" + }, + "16": { + "minTileRow": "23816", + "maxTileRow": "24010", + "minTileCol": "32710", + "maxTileCol": "32991" + }, + "17": { + "minTileRow": "47632", + "maxTileRow": "48021", + "minTileCol": "65420", + "maxTileCol": "65982" + }, + "18": { + "minTileRow": "95265", + "maxTileRow": "96043", + "minTileCol": "130840", + "maxTileCol": "131964" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.RN", - "title": "Réserves naturelles nationales", - "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité. 09-2022", + "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE.VISU.2019", + "title": "Visualisation OCSGE 2019", + "description": "Résultat IA aggloméré à l'ortho 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 82.645006139, - "top": 51.312119281, - "bottom": -53.627912701 + "left": -0.321664, + "right": 1.22575, + "top": 44.1082, + "bottom": 43.2815 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "92", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "185", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "371", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "743", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1487", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2975", + "maxTileRow": "3001", + "minTileCol": "4088", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5950", + "maxTileRow": "6002", + "minTileCol": "8177", + "maxTileCol": "8247" + }, + "15": { + "minTileRow": "11901", + "maxTileRow": "12005", + "minTileCol": "16354", + "maxTileCol": "16495" + }, + "16": { + "minTileRow": "23802", + "maxTileRow": "24010", + "minTileCol": "32709", + "maxTileCol": "32991" + }, + "17": { + "minTileRow": "47605", + "maxTileRow": "48021", + "minTileCol": "65418", + "maxTileCol": "65982" + }, + "18": { + "minTileRow": "95211", + "maxTileRow": "96043", + "minTileCol": "130837", + "maxTileCol": "131964" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.RNCF", - "title": "Réserves nationales de chasse et de faune sauvage", - "description": "Les réserves nationales de chasse et de faune sauvage sont des espaces protégés terrestres ou marins dont la gestion est principalement assurée par l'Office National de la Chasse et de la Faune Sauvage.09-2022", + "OCSGE_2016$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE_2016", + "title": "OCS GE 2016", + "description": "OCS GE 2016", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -0.282898, + "right": 1.20369, + "top": 44.0802, + "bottom": 43.3107 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "372", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "744", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1488", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2976", + "maxTileRow": "3000", + "minTileCol": "4089", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5952", + "maxTileRow": "6000", + "minTileCol": "8179", + "maxTileCol": "8246" + }, + "15": { + "minTileRow": "11904", + "maxTileRow": "12001", + "minTileCol": "16358", + "maxTileCol": "16493" + }, + "16": { + "minTileRow": "23809", + "maxTileRow": "24003", + "minTileCol": "32716", + "maxTileCol": "32987" + }, + "17": { + "minTileRow": "47619", + "maxTileRow": "48007", + "minTileCol": "65433", + "maxTileCol": "65974" + }, + "18": { + "minTileRow": "95239", + "maxTileRow": "96014", + "minTileCol": "130866", + "maxTileCol": "131948" + }, + "19": { + "minTileRow": "190479", + "maxTileRow": "192029", + "minTileCol": "261732", + "maxTileCol": "263897" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.SIC", - "title": "Sites Natura 2000 au titre de la Directive Habitats", - "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.09-2022", + "OCSGE_2019$GEOPORTAIL:OGC:WMTS": { + "name": "OCSGE_2019", + "title": "OCS GE 2019", + "description": "OCS GE 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -0.282898, + "right": 1.20369, + "top": 44.0802, + "bottom": 43.3107 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.ZNIEFF1", - "title": "Zones écologiques de nature remarquable (ZNIEFF1)", - "description": "Inventaire des espaces naturels abritant la nature remarquable 09-2022", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "255", + "maxTileCol": "257" + }, + "10": { + "minTileRow": "372", + "maxTileRow": "375", + "minTileCol": "511", + "maxTileCol": "515" + }, + "11": { + "minTileRow": "744", + "maxTileRow": "750", + "minTileCol": "1022", + "maxTileCol": "1030" + }, + "12": { + "minTileRow": "1488", + "maxTileRow": "1500", + "minTileCol": "2044", + "maxTileCol": "2061" + }, + "13": { + "minTileRow": "2976", + "maxTileRow": "3000", + "minTileCol": "4089", + "maxTileCol": "4123" + }, + "14": { + "minTileRow": "5952", + "maxTileRow": "6000", + "minTileCol": "8179", + "maxTileCol": "8246" + }, + "15": { + "minTileRow": "11904", + "maxTileRow": "12001", + "minTileCol": "16358", + "maxTileCol": "16493" + }, + "16": { + "minTileRow": "23809", + "maxTileRow": "24003", + "minTileCol": "32716", + "maxTileCol": "32987" + }, + "17": { + "minTileRow": "47619", + "maxTileRow": "48007", + "minTileCol": "65433", + "maxTileCol": "65974" + }, + "18": { + "minTileRow": "95239", + "maxTileRow": "96014", + "minTileCol": "130866", + "maxTileCol": "131948" + }, + "19": { + "minTileRow": "190479", + "maxTileRow": "192029", + "minTileCol": "261732", + "maxTileCol": "263897" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.ZNIEFF1.SEA", - "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type I", - "description": "Espaces marin homogènes d’un point de vue écologique abritant au moins une espèce ou un habitat rare ou menacé, d’intérêt local ou régional, national ou communautaire. Espaces marin d’intérêt fonctionnel pour le fonctionnement écologique local.", + "OFB.ZONES.EXCLUES$GEOPORTAIL:OGC:WMTS": { + "name": "OFB.ZONES.EXCLUES", + "title": "OFB zonages exclus des aires d'accélération", + "description": "OFB zonages exclus des aires d'accélération", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "OFB.ZONES.EXCLUES", + "title": "OFB.ZONES.EXCLUES", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/OFB.ZONES.EXCLUES-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.ZNIEFF2", - "title": "Zones fonctionnelles de nature remarquable (ZNIEFF2)", - "description": "Inventaire des espaces fonctionnels indispensables à la nature remarquable.
Date des données", + "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE$GEOPORTAIL:OGC:WMTS": { + "name": "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE", + "title": "OFB zones nécessitant l'avis du gestionnaire", + "description": "OFB zones nécessitant l'avis du gestionnaire", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE", + "title": "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.ZNIEFF2.SEA", - "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type II", - "description": "Grands ensembles naturels ou peu modifiés marin offrant des potentialités biologiques importantes.", + "ORTHO-EDUGEO_PYR-PNG_WLD_WM$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHO-EDUGEO_PYR-PNG_WLD_WM", + "title": "Photographie - VANNES GOLFE DU MORBIHAN 1970", + "description": "Photographie - VANNES GOLFE DU MORBIHAN 1970", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -3.20264, + "right": -2.62716, + "top": 47.7138, + "bottom": 47.4607 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "125", + "maxTileCol": "126" + }, + "9": { + "minTileRow": "178", + "maxTileRow": "179", + "minTileCol": "251", + "maxTileCol": "252" + }, + "10": { + "minTileRow": "357", + "maxTileRow": "358", + "minTileCol": "502", + "maxTileCol": "504" + }, + "11": { + "minTileRow": "714", + "maxTileRow": "716", + "minTileCol": "1005", + "maxTileCol": "1009" + }, + "12": { + "minTileRow": "1428", + "maxTileRow": "1432", + "minTileCol": "2011", + "maxTileCol": "2018" + }, + "13": { + "minTileRow": "2857", + "maxTileRow": "2865", + "minTileCol": "4023", + "maxTileCol": "4036" + }, + "14": { + "minTileRow": "5714", + "maxTileRow": "5731", + "minTileCol": "8046", + "maxTileCol": "8072" + }, + "15": { + "minTileRow": "11429", + "maxTileRow": "11463", + "minTileCol": "16092", + "maxTileCol": "16144" + }, + "16": { + "minTileRow": "22858", + "maxTileRow": "22927", + "minTileCol": "32184", + "maxTileCol": "32289" + }, + "17": { + "minTileRow": "45717", + "maxTileRow": "45854", + "minTileCol": "64369", + "maxTileCol": "64579" + }, + "18": { + "minTileRow": "91435", + "maxTileRow": "91708", + "minTileCol": "128739", + "maxTileCol": "129158" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.ZPS", - "title": "Sites NATURA 2000 au titre de la Directive Oiseaux", - "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.09-2022", + "ORTHO-EXPRESS-2020_PYR-JPG_WLD_WM_WMTS2$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHO-EXPRESS-2020_PYR-JPG_WLD_WM_WMTS2", + "title": "ortho-express 2020", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES", - "title": "Réserves naturelles régionales", - "description": "Les réserves naturelles régionales sont gérées prioritairement à des fins de conservation de la nature. Elles sont placées sous la responsabilité exclusive des conseils régionaux.09-2022", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" + }, + "11": { + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" + }, + "12": { + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" + }, + "13": { + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" + }, + "14": { + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" + }, + "15": { + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" + }, + "16": { + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" + }, + "17": { + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" + }, + "18": { + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMS": { - "name": "DEBROUSSAILLEMENT", - "title": "DEBROUSSAILLEMENT", - "description": "Layer-Group type layer: DEBROUSSAILLEMENT", + "ORTHOIMAGERY.EDUGEO.AJACCIO1975$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.AJACCIO1975", + "title": "Photographie - AJACCIO 1975", + "description": "Photographie - Ajaccio 1975", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.8677861510245006, - "right": 10.437868365326668, - "top": 49.32460847107859, - "bottom": 41.32091748198299 + "left": 8.65713, + "right": 8.98239, + "top": 42.0846, + "bottom": 41.8334 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "47", + "maxTileRow": "47", + "minTileCol": "67", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "94", + "maxTileRow": "95", + "minTileCol": "134", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "189", + "maxTileRow": "190", + "minTileCol": "268", + "maxTileCol": "268" + }, + "10": { + "minTileRow": "379", + "maxTileRow": "380", + "minTileCol": "536", + "maxTileCol": "537" + }, + "11": { + "minTileRow": "759", + "maxTileRow": "761", + "minTileCol": "1073", + "maxTileCol": "1075" + }, + "12": { + "minTileRow": "1519", + "maxTileRow": "1523", + "minTileCol": "2146", + "maxTileCol": "2150" + }, + "13": { + "minTileRow": "3038", + "maxTileRow": "3046", + "minTileCol": "4292", + "maxTileCol": "4300" + }, + "14": { + "minTileRow": "6076", + "maxTileRow": "6092", + "minTileCol": "8585", + "maxTileCol": "8600" + }, + "15": { + "minTileRow": "12153", + "maxTileRow": "12184", + "minTileCol": "17171", + "maxTileCol": "17201" + }, + "16": { + "minTileRow": "24307", + "maxTileRow": "24368", + "minTileCol": "34343", + "maxTileCol": "34403" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "MESURES_COMPENSATOIRES$GEOPORTAIL:OGC:WMS": { - "name": "MESURES_COMPENSATOIRES", - "title": "MESURES_COMPENSATOIRES", - "description": "Layer-Group type layer: MESURES_COMPENSATOIRES", + "ORTHOIMAGERY.EDUGEO.AJACCIO1990$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.AJACCIO1990", + "title": "Photographie - AJACCIO 1990", + "description": "Photographie - Ajaccio 1990", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -180.0, - "right": 180.0, - "top": 85.0, - "bottom": -85.0 + "left": 8.64462, + "right": 8.98239, + "top": 42.0939, + "bottom": 41.7868 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "47", + "maxTileRow": "47", + "minTileCol": "67", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "94", + "maxTileRow": "95", + "minTileCol": "134", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "189", + "maxTileRow": "190", + "minTileCol": "268", + "maxTileCol": "268" + }, + "10": { + "minTileRow": "379", + "maxTileRow": "380", + "minTileCol": "536", + "maxTileCol": "537" + }, + "11": { + "minTileRow": "759", + "maxTileRow": "761", + "minTileCol": "1073", + "maxTileCol": "1075" + }, + "12": { + "minTileRow": "1519", + "maxTileRow": "1523", + "minTileCol": "2146", + "maxTileCol": "2150" + }, + "13": { + "minTileRow": "3038", + "maxTileRow": "3047", + "minTileCol": "4292", + "maxTileCol": "4300" + }, + "14": { + "minTileRow": "6076", + "maxTileRow": "6095", + "minTileCol": "8585", + "maxTileCol": "8600" + }, + "15": { + "minTileRow": "12152", + "maxTileRow": "12190", + "minTileCol": "17170", + "maxTileCol": "17201" + }, + "16": { + "minTileRow": "24305", + "maxTileRow": "24380", + "minTileCol": "34341", + "maxTileCol": "34403" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=mesures_compensatoires_MTES.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMS": { - "name": "PROTECTEDAREAS.MNHN.CONSERVATOIRES", - "title": "PROTECTEDAREAS.MNHN.CONSERVATOIRES", - "description": "Layer-Group type layer: PROTECTEDAREAS.MNHN.CONSERVATOIRES", + "ORTHOIMAGERY.EDUGEO.ARCACHON2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.ARCACHON2010", + "title": "SPOT ARCACHON 2010", + "description": "Zone d'ARCACHON - 2010", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -2.370115510475722, - "right": 9.536785266765419, - "top": 50.900417274749735, - "bottom": 41.593764925821944 + "left": -1.87654, + "right": -0.750618, + "top": 45.0301, + "bottom": 44.2289 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "environnement": "https://wxs.ign.fr/environnement/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "92", + "maxTileRow": "92", + "minTileCol": "126", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "184", + "maxTileRow": "185", + "minTileCol": "253", + "maxTileCol": "254" + }, + "10": { + "minTileRow": "368", + "maxTileRow": "371", + "minTileCol": "506", + "maxTileCol": "509" + }, + "11": { + "minTileRow": "736", + "maxTileRow": "742", + "minTileCol": "1013", + "maxTileCol": "1019" + }, + "12": { + "minTileRow": "1472", + "maxTileRow": "1485", + "minTileCol": "2026", + "maxTileCol": "2039" + }, + "13": { + "minTileRow": "2945", + "maxTileRow": "2971", + "minTileCol": "4053", + "maxTileCol": "4078" + }, + "14": { + "minTileRow": "5891", + "maxTileRow": "5943", + "minTileCol": "8106", + "maxTileCol": "8157" + }, + "15": { + "minTileRow": "11783", + "maxTileRow": "11886", + "minTileCol": "16213", + "maxTileCol": "16315" + }, + "16": { + "minTileRow": "23567", + "maxTileRow": "23772", + "minTileCol": "32426", + "maxTileCol": "32631" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MNHN.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMTS": { - "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS", - "title": "PCI vecteur", - "description": "Plan cadastral informatisé vecteur de la DGFIP.", + "ORTHOIMAGERY.EDUGEO.ARRAS-LENS-BETHUNE2008$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.ARRAS-LENS-BETHUNE2008", + "title": "SPOT ARRAS LENS BETHUNE 2008", + "description": "Zone de ARRAS LENS BETHUNE - 2008", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": 1.75144, + "right": 3.25268, + "top": 50.8068, + "bottom": 49.929 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "65" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "maxTileRow": "86", + "minTileCol": "129", + "maxTileCol": "130" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "173", + "minTileCol": "258", + "maxTileCol": "260" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "343", + "maxTileRow": "347", + "minTileCol": "516", + "maxTileCol": "521" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "687", + "maxTileRow": "695", + "minTileCol": "1033", + "maxTileCol": "1042" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1374", + "maxTileRow": "1390", + "minTileCol": "2067", + "maxTileCol": "2085" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2749", + "maxTileRow": "2780", + "minTileCol": "4135", + "maxTileCol": "4170" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5498", + "maxTileRow": "5561", + "minTileCol": "8271", + "maxTileCol": "8340" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10997", + "maxTileRow": "11123", + "minTileCol": "16543", + "maxTileCol": "16680" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - }, - "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" - }, - "19": { - "minTileRow": "174795", - "maxTileRow": "294179", - "minTileCol": "169851", - "maxTileCol": "343591" + "minTileRow": "21995", + "maxTileRow": "22246", + "minTileCol": "33086", + "maxTileCol": "33360" } } }, "styles": [ { - "name": "PCI vecteur", - "title": "PCI vecteur", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CADASTRALPARCELS.PARCELLAIRE_EXPRESS.png", - "minScaleDenominator": "1" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -35230,2782 +38238,2626 @@ } ] }, - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS", - "title": "PCI vecteur", - "description": "Plan cadastral informatisé vecteur de la DGFIP.", + "ORTHOIMAGERY.EDUGEO.BELFORT-MONTBELLIARD1951$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BELFORT-MONTBELLIARD1951", + "title": "Photographie - BELFORT MONTBELLIARD 1951", + "description": "Photographie - BELFORT MONTBELLIARD 1951", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": 6.69301, + "right": 6.96824, + "top": 47.6801, + "bottom": 47.4607 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=PCI_VECTEUR.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ADMIN-EXPRESS_1-1.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "132", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "178", + "maxTileRow": "179", + "minTileCol": "265", + "maxTileCol": "265" + }, + "10": { + "minTileRow": "357", + "maxTileRow": "358", + "minTileCol": "531", + "maxTileCol": "531" + }, + "11": { + "minTileRow": "714", + "maxTileRow": "716", + "minTileCol": "1062", + "maxTileCol": "1063" + }, + "12": { + "minTileRow": "1429", + "maxTileRow": "1432", + "minTileCol": "2124", + "maxTileCol": "2127" + }, + "13": { + "minTileRow": "2858", + "maxTileRow": "2865", + "minTileCol": "4248", + "maxTileCol": "4254" + }, + "14": { + "minTileRow": "5717", + "maxTileRow": "5731", + "minTileCol": "8496", + "maxTileCol": "8509" + }, + "15": { + "minTileRow": "11434", + "maxTileRow": "11463", + "minTileCol": "16993", + "maxTileCol": "17018" + }, + "16": { + "minTileRow": "22868", + "maxTileRow": "22927", + "minTileCol": "33986", + "maxTileCol": "34036" + } } - ], + }, "styles": [ - { - "name": "PCI vecteur", - "title": "PCI vecteur" - }, { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CADASTRALPARCELS.PARCELLAIRE_EXPRESS.png" - }, { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS", - "title": "Photographies aériennes", - "description": "Photographies aériennes", + "ORTHOIMAGERY.EDUGEO.BERRY-SUD1950$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BERRY-SUD1950", + "title": "Photographie - BERRY SUD 1950", + "description": "Photographie - BERRY SUD 1950", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": 1.23852, + "right": 1.48873, + "top": 46.4531, + "bottom": 46.3669 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHOHR_1-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=NCL-DITTT-ORTHO.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=SPOT5.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "90", + "maxTileRow": "90", + "minTileCol": "128", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "181", + "maxTileRow": "181", + "minTileCol": "257", + "maxTileCol": "258" + }, + "10": { + "minTileRow": "362", + "maxTileRow": "362", + "minTileCol": "515", + "maxTileCol": "516" + }, + "11": { + "minTileRow": "724", + "maxTileRow": "725", + "minTileCol": "1031", + "maxTileCol": "1032" + }, + "12": { + "minTileRow": "1449", + "maxTileRow": "1451", + "minTileCol": "2062", + "maxTileCol": "2064" + }, + "13": { + "minTileRow": "2899", + "maxTileRow": "2902", + "minTileCol": "4124", + "maxTileCol": "4129" + }, + "14": { + "minTileRow": "5798", + "maxTileRow": "5804", + "minTileCol": "8248", + "maxTileCol": "8259" + }, + "15": { + "minTileRow": "11597", + "maxTileRow": "11609", + "minTileCol": "16496", + "maxTileCol": "16519" + }, + "16": { + "minTileRow": "23195", + "maxTileRow": "23218", + "minTileCol": "32993", + "maxTileCol": "33039" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", + "ORTHOIMAGERY.EDUGEO.BERRY-SUD1970$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BERRY-SUD1970", + "title": "Photographie - BERRY SUD 1970", + "description": "Photographie - BERRY SUD 1970", "globalConstraint": { - "minScaleDenominator": 800.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.18541495878412, - "right": 55.85384064994032, - "top": 51.111835779138985, - "bottom": -21.427303081539563 + "left": 1.01333, + "right": 1.42617, + "top": 46.7283, + "bottom": 46.6081 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "64", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "90", + "maxTileRow": "90", + "minTileCol": "128", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "180", + "maxTileRow": "180", + "minTileCol": "257", + "maxTileCol": "258" + }, + "10": { + "minTileRow": "361", + "maxTileRow": "361", + "minTileCol": "514", + "maxTileCol": "516" + }, + "11": { + "minTileRow": "722", + "maxTileRow": "723", + "minTileCol": "1029", + "maxTileCol": "1032" + }, + "12": { + "minTileRow": "1445", + "maxTileRow": "1447", + "minTileCol": "2059", + "maxTileCol": "2064" + }, + "13": { + "minTileRow": "2890", + "maxTileRow": "2894", + "minTileCol": "4119", + "maxTileCol": "4128" + }, + "14": { + "minTileRow": "5780", + "maxTileRow": "5788", + "minTileCol": "8238", + "maxTileCol": "8256" + }, + "15": { + "minTileRow": "11561", + "maxTileRow": "11577", + "minTileCol": "16476", + "maxTileCol": "16513" + }, + "16": { + "minTileRow": "23123", + "maxTileRow": "23154", + "minTileCol": "32952", + "maxTileCol": "33027" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDGEODESIQUE-RGP_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { - "name": "BDGEODESIQUE-RGP_BDD-POI_WLD", - "title": "BDGEODESIQUE-RGP_BDD-POI_WLD", - "description": "Layer-Group type layer: BDGEODESIQUE-RGP_BDD-POI_WLD", + "ORTHOIMAGERY.EDUGEO.BETHUNE1963$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BETHUNE1963", + "title": "Photographie - BETHUNE 1963", + "description": "Photographie - BETHUNE 1963", "globalConstraint": { - "minScaleDenominator": 2000.0, - "maxScaleDenominator": 560000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.180792, - "right": 140.009732, - "top": 51.810188378719, - "bottom": -66.68794411 + "left": 2.62716, + "right": 2.95243, + "top": 50.5054, + "bottom": 50.3939 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "geodesie": "https://wxs.ign.fr/geodesie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDGEODESIQUEr_1.0.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "86", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "172", + "maxTileRow": "172", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "345", + "maxTileRow": "345", + "minTileCol": "519", + "maxTileCol": "520" + }, + "11": { + "minTileRow": "690", + "maxTileRow": "691", + "minTileCol": "1038", + "maxTileCol": "1040" + }, + "12": { + "minTileRow": "1380", + "maxTileRow": "1382", + "minTileCol": "2077", + "maxTileCol": "2081" + }, + "13": { + "minTileRow": "2760", + "maxTileRow": "2764", + "minTileCol": "4155", + "maxTileCol": "4163" + }, + "14": { + "minTileRow": "5520", + "maxTileRow": "5528", + "minTileCol": "8311", + "maxTileCol": "8326" + }, + "15": { + "minTileRow": "11041", + "maxTileRow": "11057", + "minTileCol": "16623", + "maxTileCol": "16652" + }, + "16": { + "minTileRow": "22082", + "maxTileRow": "22114", + "minTileCol": "33246", + "maxTileCol": "33305" + } + } + }, + "styles": [ { - "name": "text/html; subtype=openlayers", - "current": false - }, + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "text/html; subtype=openlayers2", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/html; subtype=openlayers3", - "current": false + "name": "image/png", + "current": true } ] }, - "BDGEODESIQUE-RN_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { - "name": "BDGEODESIQUE-RN_BDD-POI_WLD", - "title": "BDGEODESIQUE-RN_BDD-POI_WLD", - "description": "Layer-Group type layer: BDGEODESIQUE-RN_BDD-POI_WLD", + "ORTHOIMAGERY.EDUGEO.BETHUNE1964$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BETHUNE1964", + "title": "Photographie - BETHUNE 1964", + "description": "Photographie - BETHUNE 1964", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 64001.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.180792, - "right": 140.009732, - "top": 51.810188378719, - "bottom": -66.68794411 + "left": 2.83984, + "right": 3.29021, + "top": 50.4098, + "bottom": 50.33 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "geodesie": "https://wxs.ign.fr/geodesie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "86", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "172", + "maxTileRow": "172", + "minTileCol": "260", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "345", + "maxTileRow": "345", + "minTileCol": "520", + "maxTileCol": "521" + }, + "11": { + "minTileRow": "690", + "maxTileRow": "691", + "minTileCol": "1040", + "maxTileCol": "1042" + }, + "12": { + "minTileRow": "1381", + "maxTileRow": "1383", + "minTileCol": "2080", + "maxTileCol": "2085" + }, + "13": { + "minTileRow": "2763", + "maxTileRow": "2766", + "minTileCol": "4160", + "maxTileCol": "4170" + }, + "14": { + "minTileRow": "5527", + "maxTileRow": "5533", + "minTileCol": "8321", + "maxTileCol": "8341" + }, + "15": { + "minTileRow": "11054", + "maxTileRow": "11066", + "minTileCol": "16642", + "maxTileCol": "16683" + }, + "16": { + "minTileRow": "22109", + "maxTileRow": "22132", + "minTileCol": "33284", + "maxTileCol": "33366" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDGEODESIQUEr_1.0.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { - "name": "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD", - "title": "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD", - "description": "Layer-Group type layer: BDGEODESIQUE-SITE-RBF_BDD-POI_WLD", + "ORTHOIMAGERY.EDUGEO.BETHUNE1988$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BETHUNE1988", + "title": "Photographie - BETHUNE 1988", + "description": "Photographie - BETHUNE 1988", "globalConstraint": { - "minScaleDenominator": 2000.0, - "maxScaleDenominator": 4370000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.180792, - "right": 140.009732, - "top": 51.810188378719, - "bottom": -66.68794411 + "left": 2.5521, + "right": 3.24017, + "top": 50.4895, + "bottom": 50.322 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "geodesie": "https://wxs.ign.fr/geodesie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "86", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "172", + "maxTileRow": "172", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "345", + "maxTileRow": "345", + "minTileCol": "519", + "maxTileCol": "521" + }, + "11": { + "minTileRow": "690", + "maxTileRow": "691", + "minTileCol": "1038", + "maxTileCol": "1042" + }, + "12": { + "minTileRow": "1380", + "maxTileRow": "1383", + "minTileCol": "2077", + "maxTileCol": "2084" + }, + "13": { + "minTileRow": "2760", + "maxTileRow": "2766", + "minTileCol": "4154", + "maxTileCol": "4169" + }, + "14": { + "minTileRow": "5521", + "maxTileRow": "5533", + "minTileCol": "8308", + "maxTileCol": "8339" + }, + "15": { + "minTileRow": "11043", + "maxTileRow": "11067", + "minTileCol": "16616", + "maxTileCol": "16678" + }, + "16": { + "minTileRow": "22086", + "maxTileRow": "22134", + "minTileCol": "33232", + "maxTileCol": "33357" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDGEODESIQUEr_1.0.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { - "name": "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD", - "title": "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD", - "description": "Layer-Group type layer: BDGEODESIQUE-SITE-RDF_BDD-POI_WLD", + "ORTHOIMAGERY.EDUGEO.BIARRITZ1977$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BIARRITZ1977", + "title": "Photographie - Biarritz 1977", + "description": "Photographie de Biarritz 1977", "globalConstraint": { - "minScaleDenominator": 2000.0, - "maxScaleDenominator": 540000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.180792, - "right": 140.009732, - "top": 51.810188378719, - "bottom": -66.68794411 + "left": -1.8265, + "right": -1.18848, + "top": 43.7157, + "bottom": 43.3165 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "geodesie": "https://wxs.ign.fr/geodesie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "126", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "253", + "maxTileCol": "254" + }, + "10": { + "minTileRow": "373", + "maxTileRow": "375", + "minTileCol": "506", + "maxTileCol": "508" + }, + "11": { + "minTileRow": "746", + "maxTileRow": "750", + "minTileCol": "1013", + "maxTileCol": "1017" + }, + "12": { + "minTileRow": "1493", + "maxTileRow": "1500", + "minTileCol": "2027", + "maxTileCol": "2034" + }, + "13": { + "minTileRow": "2987", + "maxTileRow": "3000", + "minTileCol": "4054", + "maxTileCol": "4068" + }, + "14": { + "minTileRow": "5975", + "maxTileRow": "6000", + "minTileCol": "8108", + "maxTileCol": "8137" + }, + "15": { + "minTileRow": "11950", + "maxTileRow": "12001", + "minTileCol": "16217", + "maxTileCol": "16275" + }, + "16": { + "minTileRow": "23901", + "maxTileRow": "24002", + "minTileCol": "32435", + "maxTileCol": "32551" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDGEODESIQUEr_1.0.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDGEODESIQUE-TRIPLET_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { - "name": "BDGEODESIQUE-TRIPLET_BDD-POI_WLD", - "title": "BDGEODESIQUE-TRIPLET_BDD-POI_WLD", - "description": "Layer-Group type layer: BDGEODESIQUE-TRIPLET_BDD-POI_WLD", + "ORTHOIMAGERY.EDUGEO.BIARRTITZ1979$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BIARRTITZ1979", + "title": "Photographie - BIARRTITZ 1979", + "description": "Photographie - Biarritz 1979", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 4370000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.180792, - "right": 140.009732, - "top": 51.810188378719, - "bottom": -66.68794411 + "left": -1.13844, + "right": -0.975803, + "top": 43.7609, + "bottom": 43.6795 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "geodesie": "https://wxs.ign.fr/geodesie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "127", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "186", + "maxTileRow": "186", + "minTileCol": "254", + "maxTileCol": "254" + }, + "10": { + "minTileRow": "373", + "maxTileRow": "373", + "minTileCol": "508", + "maxTileCol": "509" + }, + "11": { + "minTileRow": "746", + "maxTileRow": "747", + "minTileCol": "1017", + "maxTileCol": "1018" + }, + "12": { + "minTileRow": "1493", + "maxTileRow": "1494", + "minTileCol": "2035", + "maxTileCol": "2036" + }, + "13": { + "minTileRow": "2986", + "maxTileRow": "2988", + "minTileCol": "4070", + "maxTileCol": "4073" + }, + "14": { + "minTileRow": "5972", + "maxTileRow": "5977", + "minTileCol": "8140", + "maxTileCol": "8147" + }, + "15": { + "minTileRow": "11945", + "maxTileRow": "11955", + "minTileCol": "16280", + "maxTileCol": "16295" + }, + "16": { + "minTileRow": "23890", + "maxTileRow": "23911", + "minTileCol": "32560", + "maxTileCol": "32590" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDGEODESIQUEr_1.0.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "CP.CadastralParcel$INSPIRE:OGC:WMS": { - "name": "CP.CadastralParcel", - "title": "BDParcellaire", - "description": "Parcelles cadastrales.", + "ORTHOIMAGERY.EDUGEO.BORDEAUX2003$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BORDEAUX2003", + "title": "SPOT BORDEAUX 2003", + "description": "Zone de Bordeaux 2003", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16070698, - "right": 55.846431162, - "top": 51.090964667, - "bottom": -21.392229744 + "left": -1.12593, + "right": 0.125103, + "top": 45.5582, + "bottom": 44.6754 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:RGR92GEO", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2_image.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "256" + }, + "10": { + "minTileRow": "366", + "maxTileRow": "369", + "minTileCol": "508", + "maxTileCol": "512" + }, + "11": { + "minTileRow": "732", + "maxTileRow": "739", + "minTileCol": "1017", + "maxTileCol": "1024" + }, + "12": { + "minTileRow": "1464", + "maxTileRow": "1478", + "minTileCol": "2035", + "maxTileCol": "2049" + }, + "13": { + "minTileRow": "2928", + "maxTileRow": "2957", + "minTileCol": "4070", + "maxTileCol": "4098" + }, + "14": { + "minTileRow": "5857", + "maxTileRow": "5914", + "minTileCol": "8140", + "maxTileCol": "8197" + }, + "15": { + "minTileRow": "11715", + "maxTileRow": "11829", + "minTileCol": "16281", + "maxTileCol": "16395" + }, + "16": { + "minTileRow": "23430", + "maxTileRow": "23658", + "minTileCol": "32563", + "maxTileCol": "32790" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style INSPIRE" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "EL.GridCoverage$INSPIRE:OGC:WMS": { - "name": "EL.GridCoverage", - "title": "Carte du relief", - "description": "La couche altitude se compose d'un MNT (Modèle Numérique de Terrain) affiché en teintes hypsométriques et issu de la BD ALTI®.", + "ORTHOIMAGERY.EDUGEO.BOURG-ST-MAURICE1956$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.BOURG-ST-MAURICE1956", + "title": "Photographie - BOURG SAINT MAURICE 1956", + "description": "Photographie - BOURG SAINT MAURICE 1956", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": 6.61795, + "right": 6.85564, + "top": 45.6282, + "bottom": 45.4793 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:RGM04GEO", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDALTIr_1-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "66", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "132", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "265", + "maxTileCol": "265" + }, + "10": { + "minTileRow": "365", + "maxTileRow": "366", + "minTileCol": "530", + "maxTileCol": "531" + }, + "11": { + "minTileRow": "731", + "maxTileRow": "732", + "minTileCol": "1061", + "maxTileCol": "1063" + }, + "12": { + "minTileRow": "1463", + "maxTileRow": "1465", + "minTileCol": "2123", + "maxTileCol": "2126" + }, + "13": { + "minTileRow": "2926", + "maxTileRow": "2931", + "minTileCol": "4246", + "maxTileCol": "4252" + }, + "14": { + "minTileRow": "5853", + "maxTileRow": "5862", + "minTileCol": "8493", + "maxTileCol": "8504" + }, + "15": { + "minTileRow": "11706", + "maxTileRow": "11725", + "minTileCol": "16986", + "maxTileCol": "17008" + }, + "16": { + "minTileRow": "23412", + "maxTileRow": "23451", + "minTileCol": "33972", + "maxTileCol": "34016" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style INSPIRE" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OI.OrthoimageCoverage$INSPIRE:OGC:WMS": { - "name": "OI.OrthoimageCoverage", - "title": "Ortho 50 cm", - "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "ORTHOIMAGERY.EDUGEO.CAEN1991$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CAEN1991", + "title": "Photographie - CAEN 1991", + "description": "Photographie - CAEN 1991", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 168.190410515, - "top": 51.112418912, - "bottom": -22.764331793 + "left": -0.975803, + "right": 0.0250206, + "top": 49.4109, + "bottom": 49.035 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:RGR92GEO", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "254", + "maxTileCol": "256" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "509", + "maxTileCol": "512" + }, + "11": { + "minTileRow": "699", + "maxTileRow": "703", + "minTileCol": "1018", + "maxTileCol": "1024" + }, + "12": { + "minTileRow": "1399", + "maxTileRow": "1406", + "minTileCol": "2036", + "maxTileCol": "2048" + }, + "13": { + "minTileRow": "2799", + "maxTileRow": "2812", + "minTileCol": "4073", + "maxTileCol": "4096" + }, + "14": { + "minTileRow": "5598", + "maxTileRow": "5624", + "minTileCol": "8147", + "maxTileCol": "8193" + }, + "15": { + "minTileRow": "11196", + "maxTileRow": "11248", + "minTileCol": "16295", + "maxTileCol": "16386" + }, + "16": { + "minTileRow": "22392", + "maxTileRow": "22496", + "minTileCol": "32590", + "maxTileCol": "32772" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style INSPIRE" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OI.OrthoimageCoverage.HR$INSPIRE:OGC:WMS": { - "name": "OI.OrthoimageCoverage.HR", - "title": "Ortho 20 cm", - "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "ORTHOIMAGERY.EDUGEO.CAP-D-AGDE1968$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CAP-D-AGDE1968", + "title": "Photographie - Le Cap d'Agde 1968", + "description": "Photographie du Cap d'Agde 1968", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16070698, - "right": 55.846431162, - "top": 51.112418912, - "bottom": -21.401263115 + "left": 3.02749, + "right": 3.60297, + "top": 43.3984, + "bottom": 43.1889 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:RGR92GEO", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "inspire_common:DEFAULT", - "title": "Style INSPIRE" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "AD.Address$INSPIRE:OGC:WMS": { - "name": "AD.Address", - "title": "AD.Address", - "description": "Layer-Group type layer: AD.Address", - "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000.0, - "bbox": { - "left": -63.15333366, - "right": 55.8366872, - "top": 51.18890976, - "bottom": -21.3896308595695 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "260", + "maxTileCol": "261" + }, + "10": { + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "520", + "maxTileCol": "522" + }, + "11": { + "minTileRow": "749", + "maxTileRow": "751", + "minTileCol": "1041", + "maxTileCol": "1044" + }, + "12": { + "minTileRow": "1498", + "maxTileRow": "1502", + "minTileCol": "2082", + "maxTileCol": "2088" + }, + "13": { + "minTileRow": "2997", + "maxTileRow": "3004", + "minTileCol": "4164", + "maxTileCol": "4177" + }, + "14": { + "minTileRow": "5995", + "maxTileRow": "6008", + "minTileCol": "8329", + "maxTileCol": "8355" + }, + "15": { + "minTileRow": "11990", + "maxTileRow": "12017", + "minTileCol": "16659", + "maxTileCol": "16711" + }, + "16": { + "minTileRow": "23981", + "maxTileRow": "24034", + "minTileCol": "33319", + "maxTileCol": "33423" + } } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDADRESSEr_2-1.xml" - } - ], "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for AD.Address" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AD.Address" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "AU.AdministrativeUnit$INSPIRE:OGC:WMS": { - "name": "AU.AdministrativeUnit", - "title": "AU.AdministrativeUnit", - "description": "Layer-Group type layer: AU.AdministrativeUnit", + "ORTHOIMAGERY.EDUGEO.CAP-D-AGDE2008$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CAP-D-AGDE2008", + "title": "SPOT Cap d'Agde 2008", + "description": "Zone du Cap d'Agde - 2008", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -74.0000000000001, - "right": 55.8366872, - "top": 84.9999999999998, - "bottom": -52.4486905 + "left": 3.12757, + "right": 3.75309, + "top": 43.5073, + "bottom": 43.1433 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_EGMr_2-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "260", + "maxTileCol": "261" + }, + "10": { + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "520", + "maxTileCol": "522" + }, + "11": { + "minTileRow": "748", + "maxTileRow": "751", + "minTileCol": "1041", + "maxTileCol": "1045" + }, + "12": { + "minTileRow": "1497", + "maxTileRow": "1502", + "minTileCol": "2083", + "maxTileCol": "2090" + }, + "13": { + "minTileRow": "2994", + "maxTileRow": "3005", + "minTileCol": "4167", + "maxTileCol": "4181" + }, + "14": { + "minTileRow": "5988", + "maxTileRow": "6011", + "minTileCol": "8334", + "maxTileCol": "8362" + }, + "15": { + "minTileRow": "11977", + "maxTileRow": "12022", + "minTileCol": "16668", + "maxTileCol": "16725" + }, + "16": { + "minTileRow": "23954", + "maxTileRow": "24045", + "minTileCol": "33337", + "maxTileCol": "33451" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for AU.AdministrativeUnit" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AU.AdministrativeUnit" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BU.Building$INSPIRE:OGC:WMS": { - "name": "BU.Building", - "title": "BU.Building", - "description": "Layer-Group type layer: BU.Building", + "ORTHOIMAGERY.EDUGEO.CAP-DAGE1981$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CAP-DAGE1981", + "title": "Photographie - Le Cap d'Agde 1981", + "description": "Photographie du Cap d'Agde 1981", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -74.0000000000001, - "right": 55.8366872, - "top": 84.9999999999998, - "bottom": -52.4486905 + "left": 3.01498, + "right": 3.66552, + "top": 43.3984, + "bottom": 43.1889 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_EGMr_2-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "260", + "maxTileCol": "261" + }, + "10": { + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "520", + "maxTileCol": "522" + }, + "11": { + "minTileRow": "749", + "maxTileRow": "751", + "minTileCol": "1041", + "maxTileCol": "1044" + }, + "12": { + "minTileRow": "1498", + "maxTileRow": "1502", + "minTileCol": "2082", + "maxTileCol": "2089" + }, + "13": { + "minTileRow": "2997", + "maxTileRow": "3004", + "minTileCol": "4164", + "maxTileCol": "4179" + }, + "14": { + "minTileRow": "5995", + "maxTileRow": "6008", + "minTileCol": "8329", + "maxTileCol": "8358" + }, + "15": { + "minTileRow": "11990", + "maxTileRow": "12017", + "minTileCol": "16658", + "maxTileCol": "16717" + }, + "16": { + "minTileRow": "23981", + "maxTileRow": "24034", + "minTileCol": "33316", + "maxTileCol": "33435" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for BU.Building" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BU.Building" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "GN.GeographicalNames$INSPIRE:OGC:WMS": { - "name": "GN.GeographicalNames", - "title": "GN.GeographicalNames", - "description": "Layer-Group type layer: GN.GeographicalNames", + "ORTHOIMAGERY.EDUGEO.CLERMONT-FERRAND1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CLERMONT-FERRAND1965", + "title": "Photographie - CLERMONT FERRAND 1965", + "description": "Photographie - CLERMONT FERRAND 1965", "globalConstraint": { - "minScaleDenominator": 100.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.15333366, - "right": 55.8366872, - "top": 51.315048, - "bottom": -21.38963076 + "left": 2.82733, + "right": 3.29021, + "top": 45.9596, + "bottom": 45.7156 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "182", + "minTileCol": "260", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "364", + "maxTileRow": "365", + "minTileCol": "520", + "maxTileCol": "521" + }, + "11": { + "minTileRow": "728", + "maxTileRow": "730", + "minTileCol": "1040", + "maxTileCol": "1042" + }, + "12": { + "minTileRow": "1457", + "maxTileRow": "1461", + "minTileCol": "2080", + "maxTileCol": "2085" + }, + "13": { + "minTileRow": "2915", + "maxTileRow": "2923", + "minTileCol": "4160", + "maxTileCol": "4170" + }, + "14": { + "minTileRow": "5831", + "maxTileRow": "5847", + "minTileCol": "8320", + "maxTileCol": "8341" + }, + "15": { + "minTileRow": "11662", + "maxTileRow": "11694", + "minTileCol": "16641", + "maxTileCol": "16683" + }, + "16": { + "minTileRow": "23325", + "maxTileRow": "23389", + "minTileCol": "33282", + "maxTileCol": "33366" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for GN.GeographicalNames" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GN.GeographicalNames" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "HY.PhysicalWaters$INSPIRE:OGC:WMS": { - "name": "HY.PhysicalWaters", - "title": "HY.PhysicalWaters", - "description": "Layer-Group type layer: HY.PhysicalWaters", + "ORTHOIMAGERY.EDUGEO.CLERMONT-FERRAND1985$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CLERMONT-FERRAND1985", + "title": "Photographie - CLERMONT FERRAND 1985", + "description": "Photographie - CLERMONT FERRAND 1985", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -74.0000000000001, - "right": 55.8366872, - "top": 84.9999999999998, - "bottom": -52.4486905 + "left": 2.88988, + "right": 3.2777, + "top": 45.9423, + "bottom": 45.7069 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_EGMr_2-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "130", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "182", + "maxTileRow": "182", + "minTileCol": "260", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "364", + "maxTileRow": "365", + "minTileCol": "520", + "maxTileCol": "521" + }, + "11": { + "minTileRow": "729", + "maxTileRow": "730", + "minTileCol": "1040", + "maxTileCol": "1042" + }, + "12": { + "minTileRow": "1458", + "maxTileRow": "1461", + "minTileCol": "2080", + "maxTileCol": "2085" + }, + "13": { + "minTileRow": "2916", + "maxTileRow": "2923", + "minTileCol": "4161", + "maxTileCol": "4170" + }, + "14": { + "minTileRow": "5832", + "maxTileRow": "5847", + "minTileCol": "8323", + "maxTileCol": "8341" + }, + "15": { + "minTileRow": "11665", + "maxTileRow": "11695", + "minTileCol": "16647", + "maxTileCol": "16682" + }, + "16": { + "minTileRow": "23330", + "maxTileRow": "23391", + "minTileCol": "33294", + "maxTileCol": "33364" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for HY.PhysicalWaters" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=HY.PhysicalWaters" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "RPG.2012$INSPIRE:OGC:WMS": { - "name": "RPG.2012", - "title": "RPG.2012", - "description": "Layer-Group type layer: RPG.2012", + "ORTHOIMAGERY.EDUGEO.CREIL-SUD-PICARDIE1975$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.CREIL-SUD-PICARDIE1975", + "title": "Photographie - CREIL SUD PICARDIE 1975", + "description": "Photographie - CREIL SUD PICARDIE 1975", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 1000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.0906179139052, - "right": 55.8326663475979, - "top": 51.0751466948314, - "bottom": -21.3854170892403 + "left": 2.25185, + "right": 2.96494, + "top": 49.5085, + "bottom": 49.076 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_RPG_2-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "351", + "minTileCol": "518", + "maxTileCol": "520" + }, + "11": { + "minTileRow": "698", + "maxTileRow": "702", + "minTileCol": "1036", + "maxTileCol": "1040" + }, + "12": { + "minTileRow": "1397", + "maxTileRow": "1405", + "minTileCol": "2073", + "maxTileCol": "2081" + }, + "13": { + "minTileRow": "2795", + "maxTileRow": "2810", + "minTileCol": "4147", + "maxTileCol": "4163" + }, + "14": { + "minTileRow": "5591", + "maxTileRow": "5621", + "minTileCol": "8294", + "maxTileCol": "8326" + }, + "15": { + "minTileRow": "11182", + "maxTileRow": "11242", + "minTileCol": "16588", + "maxTileCol": "16653" + }, + "16": { + "minTileRow": "22364", + "maxTileRow": "22485", + "minTileCol": "33177", + "maxTileCol": "33307" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for RPG.2012" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2012" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "TN.AirTransportNetwork$INSPIRE:OGC:WMS": { - "name": "TN.AirTransportNetwork", - "title": "TN.AirTransportNetwork", - "description": "Layer-Group type layer: TN.AirTransportNetwork", + "ORTHOIMAGERY.EDUGEO.DIJON1971$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.DIJON1971", + "title": "Photographie - Dijon 1971", + "description": "Photographie de Dijon 1971", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 200000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -69.7371947830966, - "right": 63.06991599440371, - "top": 63.87974319370021, - "bottom": -34.8567836717564 + "left": 4.87902, + "right": 5.24181, + "top": 47.3676, + "bottom": 47.1893 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "65", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "131", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "179", + "maxTileRow": "179", + "minTileCol": "262", + "maxTileCol": "263" + }, + "10": { + "minTileRow": "358", + "maxTileRow": "359", + "minTileCol": "525", + "maxTileCol": "526" + }, + "11": { + "minTileRow": "717", + "maxTileRow": "718", + "minTileCol": "1051", + "maxTileCol": "1053" + }, + "12": { + "minTileRow": "1434", + "maxTileRow": "1437", + "minTileCol": "2103", + "maxTileCol": "2107" + }, + "13": { + "minTileRow": "2869", + "maxTileRow": "2875", + "minTileCol": "4207", + "maxTileCol": "4215" + }, + "14": { + "minTileRow": "5738", + "maxTileRow": "5750", + "minTileCol": "8414", + "maxTileCol": "8430" + }, + "15": { + "minTileRow": "11476", + "maxTileRow": "11500", + "minTileCol": "16828", + "maxTileCol": "16861" + }, + "16": { + "minTileRow": "22952", + "maxTileRow": "23000", + "minTileCol": "33656", + "maxTileCol": "33722" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for TN.AirTransportNetwork" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TN.AirTransportNetwork" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "TN.RailTransportNetwork$INSPIRE:OGC:WMS": { - "name": "TN.RailTransportNetwork", - "title": "TN.RailTransportNetwork", - "description": "Layer-Group type layer: TN.RailTransportNetwork", + "ORTHOIMAGERY.EDUGEO.GRENOBLE1966$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.GRENOBLE1966", + "title": "Photographie - Grenoble 1966", + "description": "Photographie de Grenoble 1966", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -74.0000000000001, - "right": 55.8366872, - "top": 84.9999999999998, - "bottom": -52.4486905 + "left": 5.61712, + "right": 5.94239, + "top": 45.286, + "bottom": 45.0655 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_EGMr_2-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "263", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "367", + "maxTileRow": "368", + "minTileCol": "527", + "maxTileCol": "528" + }, + "11": { + "minTileRow": "734", + "maxTileRow": "736", + "minTileCol": "1055", + "maxTileCol": "1057" + }, + "12": { + "minTileRow": "1468", + "maxTileRow": "1472", + "minTileCol": "2111", + "maxTileCol": "2115" + }, + "13": { + "minTileRow": "2937", + "maxTileRow": "2944", + "minTileCol": "4223", + "maxTileCol": "4231" + }, + "14": { + "minTileRow": "5875", + "maxTileRow": "5889", + "minTileCol": "8447", + "maxTileCol": "8462" + }, + "15": { + "minTileRow": "11750", + "maxTileRow": "11779", + "minTileCol": "16895", + "maxTileCol": "16924" + }, + "16": { + "minTileRow": "23501", + "maxTileRow": "23558", + "minTileCol": "33790", + "maxTileCol": "33849" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for TN.RailTransportNetwork" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TN.RailTransportNetwork" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "TN.RoadTransportNetwork$INSPIRE:OGC:WMS": { - "name": "TN.RoadTransportNetwork", - "title": "TN.RoadTransportNetwork", - "description": "Layer-Group type layer: TN.RoadTransportNetwork", + "ORTHOIMAGERY.EDUGEO.GRENOBLE1989$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.GRENOBLE1989", + "title": "Photographie - Grenoble 1989", + "description": "Photographie de Grenoble 1989", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -74.0000000000001, - "right": 55.8366872, - "top": 84.9999999999998, - "bottom": -52.4486905 + "left": 5.54206, + "right": 5.96741, + "top": 45.3387, + "bottom": 45.0566 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_EGMr_2-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "263", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "366", + "maxTileRow": "368", + "minTileCol": "527", + "maxTileCol": "528" + }, + "11": { + "minTileRow": "733", + "maxTileRow": "736", + "minTileCol": "1055", + "maxTileCol": "1057" + }, + "12": { + "minTileRow": "1467", + "maxTileRow": "1472", + "minTileCol": "2111", + "maxTileCol": "2115" + }, + "13": { + "minTileRow": "2935", + "maxTileRow": "2945", + "minTileCol": "4222", + "maxTileCol": "4231" + }, + "14": { + "minTileRow": "5871", + "maxTileRow": "5890", + "minTileCol": "8444", + "maxTileCol": "8463" + }, + "15": { + "minTileRow": "11743", + "maxTileRow": "11780", + "minTileCol": "16888", + "maxTileCol": "16927" + }, + "16": { + "minTileRow": "23487", + "maxTileRow": "23560", + "minTileCol": "33776", + "maxTileCol": "33854" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for TN.RoadTransportNetwork" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TN.RoadTransportNetwork" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "TN.RoadTransportNetwork-2$INSPIRE:OGC:WMS": { - "name": "TN.RoadTransportNetwork-2", - "title": "TN.RoadTransportNetwork-2", - "description": "Layer-Group type layer: TN.RoadTransportNetwork-2", + "ORTHOIMAGERY.EDUGEO.GUADELOUPE1984$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.GUADELOUPE1984", + "title": "Photographie - GUADELOUPE 1984", + "description": "Photographie - GUADELOUPE 1984", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.15333366, - "right": 55.8366872, - "top": 51.18890976, - "bottom": -21.38963076 + "left": -61.7633, + "right": -61.4756, + "top": 16.3376, + "bottom": 15.9411 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "29", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "21" + }, + "7": { + "minTileRow": "58", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "42" + }, + "8": { + "minTileRow": "116", + "maxTileRow": "116", + "minTileCol": "84", + "maxTileCol": "84" + }, + "9": { + "minTileRow": "232", + "maxTileRow": "233", + "minTileCol": "168", + "maxTileCol": "168" + }, + "10": { + "minTileRow": "464", + "maxTileRow": "466", + "minTileCol": "336", + "maxTileCol": "337" + }, + "11": { + "minTileRow": "929", + "maxTileRow": "932", + "minTileCol": "672", + "maxTileCol": "674" + }, + "12": { + "minTileRow": "1859", + "maxTileRow": "1864", + "minTileCol": "1345", + "maxTileCol": "1348" + }, + "13": { + "minTileRow": "3719", + "maxTileRow": "3728", + "minTileCol": "2690", + "maxTileCol": "2697" + }, + "14": { + "minTileRow": "7438", + "maxTileRow": "7456", + "minTileCol": "5381", + "maxTileCol": "5394" + }, + "15": { + "minTileRow": "14876", + "maxTileRow": "14913", + "minTileCol": "10762", + "maxTileCol": "10788" + }, + "16": { + "minTileRow": "29752", + "maxTileRow": "29827", + "minTileCol": "21524", + "maxTileCol": "21576" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for TN.RoadTransportNetwork-2" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TN.RoadTransportNetwork-2" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "US.UtilityAndGovernmentalServices$INSPIRE:OGC:WMS": { - "name": "US.UtilityAndGovernmentalServices", - "title": "US.UtilityAndGovernmentalServices", - "description": "Layer-Group type layer: US.UtilityAndGovernmentalServices", + "ORTHOIMAGERY.EDUGEO.GUYANE1955$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.GUYANE1955", + "title": "Photographie - GUYANE 1955", + "description": "Photographie - Guyane 1955", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 1000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -69.7371947830966, - "right": 63.06991599440371, - "top": 84.1457764999998, - "bottom": -34.8567836717564 + "left": -54.1321, + "right": -53.5065, + "top": 5.79487, + "bottom": 5.384 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "inspire": "https://wxs.ign.fr/inspire/inspire/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/inspire/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "30", + "maxTileRow": "31", + "minTileCol": "22", + "maxTileCol": "22" + }, + "7": { + "minTileRow": "61", + "maxTileRow": "62", + "minTileCol": "44", + "maxTileCol": "44" + }, + "8": { + "minTileRow": "123", + "maxTileRow": "124", + "minTileCol": "89", + "maxTileCol": "89" + }, + "9": { + "minTileRow": "247", + "maxTileRow": "248", + "minTileCol": "179", + "maxTileCol": "179" + }, + "10": { + "minTileRow": "495", + "maxTileRow": "496", + "minTileCol": "358", + "maxTileCol": "359" + }, + "11": { + "minTileRow": "990", + "maxTileRow": "993", + "minTileCol": "716", + "maxTileCol": "719" + }, + "12": { + "minTileRow": "1981", + "maxTileRow": "1986", + "minTileCol": "1432", + "maxTileCol": "1439" + }, + "13": { + "minTileRow": "3963", + "maxTileRow": "3973", + "minTileCol": "2864", + "maxTileCol": "2878" + }, + "14": { + "minTileRow": "7927", + "maxTileRow": "7946", + "minTileCol": "5728", + "maxTileCol": "5756" + }, + "15": { + "minTileRow": "15855", + "maxTileRow": "15893", + "minTileCol": "11456", + "maxTileCol": "11513" + }, + "16": { + "minTileRow": "31711", + "maxTileRow": "31786", + "minTileCol": "22913", + "maxTileCol": "23027" + } } - ], + }, "styles": [ { - "name": "inspire_common:DEFAULT", - "title": "Style for US.UtilityAndGovernmentalServices" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/inspire/inspire/v/wms?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=US.UtilityAndGovernmentalServices" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "CADASTRALPARCELS.PARCELLAIRE_EXPRESS.L93$GEOPORTAIL:OGC:WMTS": { - "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS.L93", - "title": "PCI vecteur", - "description": "Plan cadastral informatisé vecteur de la DGFIP.", + "ORTHOIMAGERY.EDUGEO.LA-REUNION1961$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LA-REUNION1961", + "title": "Photographie - LA REUNION 1961", + "description": "Photographie - LA REUNION 1961", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 55.258, + "right": 55.5833, + "top": -20.8538, + "bottom": -21.3906 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "3": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "0" - }, - "4": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "0" - }, - "5": { - "minTileRow": "5", - "maxTileRow": "7", - "minTileCol": "0", - "maxTileCol": "1" - }, "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "35", + "maxTileRow": "35", + "minTileCol": "41", + "maxTileCol": "41" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "71", + "maxTileRow": "71", + "minTileCol": "83", + "maxTileCol": "83" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "143", + "maxTileRow": "143", + "minTileCol": "167", + "maxTileCol": "167" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "286", + "maxTileRow": "287", + "minTileCol": "334", + "maxTileCol": "335" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "572", + "maxTileRow": "574", + "minTileCol": "669", + "maxTileCol": "670" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "1145", + "maxTileRow": "1148", + "minTileCol": "1338", + "maxTileCol": "1340" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "2290", + "maxTileRow": "2297", + "minTileCol": "2676", + "maxTileCol": "2680" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "4581", + "maxTileRow": "4594", + "minTileCol": "5353", + "maxTileCol": "5360" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "9162", + "maxTileRow": "9188", + "minTileCol": "10706", + "maxTileCol": "10721" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "18325", + "maxTileRow": "18377", + "minTileCol": "21413", + "maxTileCol": "21443" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "36651", + "maxTileRow": "36755", + "minTileCol": "42827", + "maxTileCol": "42886" } } }, @@ -38020,7 +40872,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -38031,150 +40883,96 @@ } ] }, - "CADASTRALPARCELS.PARCELS.L93$GEOPORTAIL:OGC:WMTS": { - "name": "CADASTRALPARCELS.PARCELS.L93", - "title": "BDParcellaire en L93", - "description": "Parcelles cadastrales", + "ORTHOIMAGERY.EDUGEO.LA-REUNION1980$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LA-REUNION1980", + "title": "Photographie - LA REUNION 1980", + "description": "Photographie - LA REUNION 1980", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 55.1579, + "right": 55.6583, + "top": -20.7836, + "bottom": -21.4372 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "3": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "0" - }, - "4": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "0" - }, - "5": { - "minTileRow": "5", - "maxTileRow": "7", - "minTileCol": "0", - "maxTileCol": "1" - }, "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "35", + "maxTileRow": "35", + "minTileCol": "41", + "maxTileCol": "41" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "71", + "maxTileRow": "71", + "minTileCol": "83", + "maxTileCol": "83" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "143", + "maxTileRow": "143", + "minTileCol": "167", + "maxTileCol": "167" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "286", + "maxTileRow": "287", + "minTileCol": "334", + "maxTileCol": "335" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "572", + "maxTileRow": "574", + "minTileCol": "668", + "maxTileCol": "670" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "1144", + "maxTileRow": "1148", + "minTileCol": "1337", + "maxTileCol": "1340" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "2289", + "maxTileRow": "2297", + "minTileCol": "2675", + "maxTileCol": "2681" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "4579", + "maxTileRow": "4595", + "minTileCol": "5351", + "maxTileCol": "5362" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "9159", + "maxTileRow": "9191", + "minTileCol": "10702", + "maxTileCol": "10725" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "18318", + "maxTileRow": "18382", + "minTileCol": "21404", + "maxTileCol": "21450" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "36637", + "maxTileRow": "36764", + "minTileCol": "42809", + "maxTileCol": "42900" } } }, @@ -38189,7 +40987,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -38200,150 +40998,96 @@ } ] }, - "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2.L93$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2.L93", - "title": "Plan IGN v2", - "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", + "ORTHOIMAGERY.EDUGEO.LA-REUNION1989$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LA-REUNION1989", + "title": "Photographie - LA REUNION 1989", + "description": "Photographie - LA REUNION 1989", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 55.2079, + "right": 55.7334, + "top": -20.8538, + "bottom": -21.4022 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "3": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "0" - }, - "4": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "0" - }, - "5": { - "minTileRow": "5", - "maxTileRow": "7", - "minTileCol": "0", - "maxTileCol": "1" - }, "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "35", + "maxTileRow": "35", + "minTileCol": "41", + "maxTileCol": "41" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "71", + "maxTileRow": "71", + "minTileCol": "83", + "maxTileCol": "83" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "143", + "maxTileRow": "143", + "minTileCol": "167", + "maxTileCol": "167" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "286", + "maxTileRow": "287", + "minTileCol": "334", + "maxTileCol": "335" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "572", + "maxTileRow": "574", + "minTileCol": "669", + "maxTileCol": "670" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "1145", + "maxTileRow": "1148", + "minTileCol": "1338", + "maxTileCol": "1341" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "2290", + "maxTileRow": "2297", + "minTileCol": "2676", + "maxTileCol": "2682" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "4581", + "maxTileRow": "4594", + "minTileCol": "5352", + "maxTileCol": "5364" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "9162", + "maxTileRow": "9189", + "minTileCol": "10704", + "maxTileCol": "10728" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "18325", + "maxTileRow": "18379", + "minTileCol": "21409", + "maxTileCol": "21456" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "36651", + "maxTileRow": "36758", + "minTileCol": "42818", + "maxTileCol": "42913" } } }, @@ -38358,7 +41102,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -38369,108 +41113,96 @@ } ] }, - "HR.ORTHOIMAGERY.ORTHOPHOTOS.L93$GEOPORTAIL:OGC:WMTS": { - "name": "HR.ORTHOIMAGERY.ORTHOPHOTOS.L93", - "title": "Ortho 20 cm L93", - "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "ORTHOIMAGERY.EDUGEO.LA-REUNION2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LA-REUNION2010", + "title": "SPOT Ls Réunion 2010", + "description": "Zone de la Réunion - 2010", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 55.0453, + "right": 55.921, + "top": -20.6783, + "bottom": -21.4954 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "35", + "maxTileRow": "35", + "minTileCol": "41", + "maxTileCol": "41" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "71", + "maxTileRow": "71", + "minTileCol": "83", + "maxTileCol": "83" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "143", + "maxTileRow": "143", + "minTileCol": "167", + "maxTileCol": "167" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "286", + "maxTileRow": "287", + "minTileCol": "334", + "maxTileCol": "335" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "572", + "maxTileRow": "574", + "minTileCol": "668", + "maxTileCol": "671" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "1144", + "maxTileRow": "1149", + "minTileCol": "1337", + "maxTileCol": "1342" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "2288", + "maxTileRow": "2298", + "minTileCol": "2674", + "maxTileCol": "2684" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "4577", + "maxTileRow": "4597", + "minTileCol": "5348", + "maxTileCol": "5368" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "9154", + "maxTileRow": "9194", + "minTileCol": "10697", + "maxTileCol": "10737" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "18308", + "maxTileRow": "18388", + "minTileCol": "21394", + "maxTileCol": "21474" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" + "minTileRow": "36616", + "maxTileRow": "36776", + "minTileCol": "42788", + "maxTileCol": "42948" } } }, @@ -38485,7 +41217,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -38496,96 +41228,96 @@ } ] }, - "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST.L93$GEOPORTAIL:OGC:WMTS": { - "name": "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST.L93", - "title": "Limites administratives mises à jour en continu.", - "description": "Limites administratives mises à jour en continu, édition novembre 2021.", + "ORTHOIMAGERY.EDUGEO.LA-ROCHELLE-ROCHEFORT1973$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LA-ROCHELLE-ROCHEFORT1973", + "title": "Photographie - LA-ROCHELLE-ROCHEFORT 1973", + "description": "Photographie de La Rochelle Rochefort 1973", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": -1.37613, + "right": -1.03835, + "top": 46.2286, + "bottom": 46.0726 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "63", + "maxTileCol": "63" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "90", + "maxTileRow": "91", + "minTileCol": "127", + "maxTileCol": "127" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "181", + "maxTileRow": "182", + "minTileCol": "254", + "maxTileCol": "254" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "363", + "maxTileRow": "364", + "minTileCol": "508", + "maxTileCol": "509" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "726", + "maxTileRow": "728", + "minTileCol": "1016", + "maxTileCol": "1018" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1453", + "maxTileRow": "1456", + "minTileCol": "2032", + "maxTileCol": "2036" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2906", + "maxTileRow": "2912", + "minTileCol": "4064", + "maxTileCol": "4072" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5813", + "maxTileRow": "5824", + "minTileCol": "8129", + "maxTileCol": "8144" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11627", + "maxTileRow": "11648", + "minTileCol": "16258", + "maxTileCol": "16289" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" + "minTileRow": "23255", + "maxTileRow": "23296", + "minTileCol": "32517", + "maxTileCol": "32578" } } }, @@ -38600,7 +41332,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -38611,108 +41343,96 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO.L93", - "title": "Pyramide BDOrtho en L93", - "description": "Le produit BD ORTHO® est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LE-HAVRE1955$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LE-HAVRE1955", + "title": "Photographie - Le Havre 1955", + "description": "Photographie du Havre 1955", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 0.0500412, + "right": 0.387819, + "top": 49.5409, + "bottom": 49.4597 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "128", + "maxTileCol": "128" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" - }, - "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "174", + "maxTileRow": "174", + "minTileCol": "256", + "maxTileCol": "256" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "349", + "minTileCol": "512", + "maxTileCol": "513" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "698", + "maxTileRow": "699", + "minTileCol": "1024", + "maxTileCol": "1026" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1397", + "maxTileRow": "1398", + "minTileCol": "2048", + "maxTileCol": "2052" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2794", + "maxTileRow": "2797", + "minTileCol": "4097", + "maxTileCol": "4104" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5588", + "maxTileRow": "5594", + "minTileCol": "8194", + "maxTileCol": "8209" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11177", + "maxTileRow": "11189", + "minTileCol": "16388", + "maxTileCol": "16419" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" + "minTileRow": "22355", + "maxTileRow": "22378", + "minTileCol": "32777", + "maxTileCol": "32838" } } }, @@ -38727,125 +41447,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019.L93", - "title": "Ortho IRC express en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LE-HAVRE1964$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LE-HAVRE1964", + "title": "Photographie - Le Havre 1964", + "description": "Photographie du Havre 1964", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 0.0500412, + "right": 0.375309, + "top": 49.622, + "bottom": 49.4434 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "128", + "maxTileCol": "128" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "174", + "maxTileRow": "174", + "minTileCol": "256", + "maxTileCol": "256" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "348", + "maxTileRow": "349", + "minTileCol": "512", + "maxTileCol": "513" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "697", + "maxTileRow": "699", + "minTileCol": "1024", + "maxTileCol": "1026" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1395", + "maxTileRow": "1398", + "minTileCol": "2048", + "maxTileCol": "2052" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2791", + "maxTileRow": "2797", + "minTileCol": "4097", + "maxTileCol": "4104" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5583", + "maxTileRow": "5595", + "minTileCol": "8194", + "maxTileCol": "8209" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11166", + "maxTileRow": "11191", + "minTileCol": "16388", + "maxTileCol": "16418" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "22332", + "maxTileRow": "22382", + "minTileCol": "32777", + "maxTileCol": "32836" } } }, @@ -38860,125 +41562,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020.L93", - "title": "Ortho IRC express 2020 en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LE-HAVRE2008$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LE-HAVRE2008", + "title": "SPOT LE HAVRE 2008", + "description": "Zone du HAVRE - 2008", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": -0.375309, + "right": 1.00082, + "top": 49.8484, + "bottom": 49.035 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "86", + "maxTileRow": "87", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "173", + "maxTileRow": "175", + "minTileCol": "255", + "maxTileCol": "257" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "347", + "maxTileRow": "351", + "minTileCol": "510", + "maxTileCol": "514" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "695", + "maxTileRow": "703", + "minTileCol": "1021", + "maxTileCol": "1029" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1391", + "maxTileRow": "1406", + "minTileCol": "2043", + "maxTileCol": "2059" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2783", + "maxTileRow": "2812", + "minTileCol": "4087", + "maxTileCol": "4118" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5567", + "maxTileRow": "5624", + "minTileCol": "8174", + "maxTileCol": "8237" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11134", + "maxTileRow": "11248", + "minTileCol": "16349", + "maxTileCol": "16475" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "22269", + "maxTileRow": "22496", + "minTileCol": "32699", + "maxTileCol": "32950" } } }, @@ -38993,125 +41677,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021.L93", - "title": "Ortho IRC express 2021 en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LIMOGES1974$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LIMOGES1974", + "title": "Photographie - Limoges 1974", + "description": "Photographie de Limoges 1974", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 1.00082, + "right": 1.42617, + "top": 45.9596, + "bottom": 45.7069 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "128", + "maxTileCol": "129" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "182", + "maxTileRow": "182", + "minTileCol": "257", + "maxTileCol": "258" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "364", + "maxTileRow": "365", + "minTileCol": "514", + "maxTileCol": "516" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "728", + "maxTileRow": "730", + "minTileCol": "1029", + "maxTileCol": "1032" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1457", + "maxTileRow": "1461", + "minTileCol": "2059", + "maxTileCol": "2064" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2915", + "maxTileRow": "2923", + "minTileCol": "4118", + "maxTileCol": "4128" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5831", + "maxTileRow": "5847", + "minTileCol": "8237", + "maxTileCol": "8256" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11662", + "maxTileRow": "11695", + "minTileCol": "16475", + "maxTileCol": "16513" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "23325", + "maxTileRow": "23391", + "minTileCol": "32950", + "maxTileCol": "33027" } } }, @@ -39126,137 +41792,119 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022.L93", - "title": "Ortho IRC express 2022 en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LYON1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LYON1965", + "title": "Photographie - LYON 1965", + "description": "Photographie - LYON 1965", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 4.71638, + "right": 5.07918, + "top": 45.8987, + "bottom": 45.5494 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "4": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "0" - }, - "5": { - "minTileRow": "5", - "maxTileRow": "7", - "minTileCol": "0", - "maxTileCol": "1" - }, "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "262", + "maxTileCol": "263" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "364", + "maxTileRow": "366", + "minTileCol": "525", + "maxTileCol": "526" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "729", + "maxTileRow": "732", + "minTileCol": "1050", + "maxTileCol": "1052" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1458", + "maxTileRow": "1464", + "minTileCol": "2101", + "maxTileCol": "2105" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2917", + "maxTileRow": "2929", + "minTileCol": "4203", + "maxTileCol": "4211" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5835", + "maxTileRow": "5858", + "minTileCol": "8406", + "maxTileCol": "8423" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11670", + "maxTileRow": "11716", + "minTileCol": "16813", + "maxTileCol": "16846" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" + "minTileRow": "23341", + "maxTileRow": "23432", + "minTileCol": "33626", + "maxTileCol": "33692" }, "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" + "minTileRow": "46683", + "maxTileRow": "46865", + "minTileCol": "67253", + "maxTileCol": "67385" }, "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "93366", + "maxTileRow": "93731", + "minTileCol": "134506", + "maxTileCol": "134770" } } }, @@ -39271,125 +41919,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019.L93", - "title": "Ortho RVB express en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LYON1984$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LYON1984", + "title": "Photographie - LYON 1984", + "description": "Photographie - LYON 1984", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 4.70387, + "right": 5.17926, + "top": 45.8726, + "bottom": 45.7069 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "182", + "maxTileRow": "182", + "minTileCol": "262", + "maxTileCol": "263" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "364", + "maxTileRow": "365", + "minTileCol": "525", + "maxTileCol": "526" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "729", + "maxTileRow": "730", + "minTileCol": "1050", + "maxTileCol": "1053" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1459", + "maxTileRow": "1461", + "minTileCol": "2101", + "maxTileCol": "2106" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2918", + "maxTileRow": "2923", + "minTileCol": "4203", + "maxTileCol": "4213" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5837", + "maxTileRow": "5847", + "minTileCol": "8406", + "maxTileCol": "8427" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11674", + "maxTileRow": "11695", + "minTileCol": "16812", + "maxTileCol": "16855" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "23348", + "maxTileRow": "23391", + "minTileCol": "33624", + "maxTileCol": "33710" } } }, @@ -39404,125 +42034,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2020.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2020.L93", - "title": "Ortho RVB express 2020 en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LYON1988$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LYON1988", + "title": "Photographie - LYON 1988", + "description": "Photographie - LYON 1988", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 4.62881, + "right": 5.12922, + "top": 45.9161, + "bottom": 45.5319 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "262", + "maxTileCol": "263" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "364", + "maxTileRow": "366", + "minTileCol": "525", + "maxTileCol": "526" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "729", + "maxTileRow": "732", + "minTileCol": "1050", + "maxTileCol": "1053" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1458", + "maxTileRow": "1464", + "minTileCol": "2100", + "maxTileCol": "2106" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2917", + "maxTileRow": "2929", + "minTileCol": "4201", + "maxTileCol": "4212" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5834", + "maxTileRow": "5859", + "minTileCol": "8402", + "maxTileCol": "8425" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11668", + "maxTileRow": "11718", + "minTileCol": "16805", + "maxTileCol": "16850" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "23337", + "maxTileRow": "23437", + "minTileCol": "33610", + "maxTileCol": "33701" } } }, @@ -39537,125 +42149,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021.L93", - "title": "Ortho RVB express 2021 en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.LYON2008$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.LYON2008", + "title": "SPOT LYON 2008", + "description": "Zone de LYON - 2008", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 4.50371, + "right": 5.75474, + "top": 45.9944, + "bottom": 45.2067 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "33" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "91", + "maxTileRow": "91", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "182", + "maxTileRow": "183", + "minTileCol": "262", + "maxTileCol": "264" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "364", + "maxTileRow": "367", + "minTileCol": "524", + "maxTileCol": "528" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "728", + "maxTileRow": "735", + "minTileCol": "1049", + "maxTileCol": "1056" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1457", + "maxTileRow": "1470", + "minTileCol": "2099", + "maxTileCol": "2113" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2914", + "maxTileRow": "2940", + "minTileCol": "4198", + "maxTileCol": "4226" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5829", + "maxTileRow": "5880", + "minTileCol": "8396", + "maxTileCol": "8453" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11658", + "maxTileRow": "11760", + "minTileCol": "16793", + "maxTileCol": "16907" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "23316", + "maxTileRow": "23521", + "minTileCol": "33587", + "maxTileCol": "33815" } } }, @@ -39670,137 +42264,107 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022.L93$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022.L93", - "title": "Ortho RVB express 2022 en L93", - "description": "Le produit ORTHO-EXPRESS est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1965", + "title": "Photographie - Marne La Vallée 1965", + "description": "Photographie de Marne la Vallée 1965", "globalConstraint": { - "maxScaleDenominator": 373497230.5353358, - "minScaleDenominator": 178.01036357142857, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -7.1567, - "right": 11.578, - "top": 51.9948, - "bottom": 40.6712 + "left": 2.40198, + "right": 2.93992, + "top": 48.9858, + "bottom": 48.846 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "4": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "0", - "maxTileCol": "0" - }, - "5": { - "minTileRow": "5", - "maxTileRow": "7", - "minTileCol": "0", - "maxTileCol": "1" - }, "6": { - "minTileRow": "11", - "maxTileRow": "14", - "minTileCol": "0", - "maxTileCol": "3" + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "22", - "maxTileRow": "28", - "minTileCol": "0", - "maxTileCol": "6" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" }, "8": { - "minTileRow": "45", - "maxTileRow": "57", - "minTileCol": "0", - "maxTileCol": "12" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "130" }, "9": { - "minTileRow": "91", - "maxTileRow": "115", - "minTileCol": "0", - "maxTileCol": "24" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "260" }, "10": { - "minTileRow": "182", - "maxTileRow": "230", - "minTileCol": "0", - "maxTileCol": "49" + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "520" }, "11": { - "minTileRow": "364", - "maxTileRow": "460", - "minTileCol": "0", - "maxTileCol": "98" + "minTileRow": "703", + "maxTileRow": "704", + "minTileCol": "1037", + "maxTileCol": "1040" }, "12": { - "minTileRow": "728", - "maxTileRow": "920", - "minTileCol": "0", - "maxTileCol": "197" + "minTileRow": "1406", + "maxTileRow": "1409", + "minTileCol": "2075", + "maxTileCol": "2081" }, "13": { - "minTileRow": "1456", - "maxTileRow": "1840", - "minTileCol": "0", - "maxTileCol": "394" + "minTileRow": "2813", + "maxTileRow": "2818", + "minTileCol": "4150", + "maxTileCol": "4162" }, "14": { - "minTileRow": "2912", - "maxTileRow": "3680", - "minTileCol": "0", - "maxTileCol": "789" + "minTileRow": "5627", + "maxTileRow": "5637", + "minTileCol": "8301", + "maxTileCol": "8325" }, "15": { - "minTileRow": "5824", - "maxTileRow": "7361", - "minTileCol": "0", - "maxTileCol": "1579" + "minTileRow": "11255", + "maxTileRow": "11274", + "minTileCol": "16602", + "maxTileCol": "16651" }, "16": { - "minTileRow": "11649", - "maxTileRow": "14722", - "minTileCol": "0", - "maxTileCol": "3159" - }, - "17": { - "minTileRow": "23298", - "maxTileRow": "29445", - "minTileCol": "0", - "maxTileCol": "6319" - }, - "18": { - "minTileRow": "46596", - "maxTileRow": "58890", - "minTileCol": "0", - "maxTileCol": "12639" - }, - "19": { - "minTileRow": "93192", - "maxTileRow": "117780", - "minTileCol": "0", - "maxTileCol": "25279" + "minTileRow": "22510", + "maxTileRow": "22549", + "minTileCol": "33205", + "maxTileCol": "33303" } } }, @@ -39815,104 +42379,151 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "SCANEM40_PYR_PNG_FXX_LAMB93$GEOPORTAIL:OGC:WMS": { - "name": "SCANEM40_PYR_PNG_FXX_LAMB93", - "title": "SCANEM40 LAMB93 FXX 2012", - "description": "Le produit SCAN Etat-major® 40K est une collection d'images cartographiques numériques en couleurs, obtenues par scannage et assemblage géoréférencé des cartes d'Etat-major au 1 : 40 000. Le produit SCAN Etat-major® 40K se compose d'images numériques sans habillage ni surcharge et d'indications de géoréférencement.", + "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1977$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1977", + "title": "Photographie - Marne La Vallée 1977", + "description": "Photographie de Marne la Vallée 1977", "globalConstraint": { - "minScaleDenominator": 8928.571428571, - "maxScaleDenominator": 585142857.1428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.08889546, - "right": 10.961008726, - "top": 50.921800001, - "bottom": 41.184410289 + "left": 2.48955, + "right": 2.92741, + "top": 48.9694, + "bottom": 48.8131 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "lambert93": "https://wxs.ign.fr/lambert93/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:LAMB93", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_SCANEMr_40K.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "130" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "260" + }, + "10": { + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "519", + "maxTileCol": "520" + }, + "11": { + "minTileRow": "703", + "maxTileRow": "704", + "minTileCol": "1038", + "maxTileCol": "1040" + }, + "12": { + "minTileRow": "1407", + "maxTileRow": "1409", + "minTileCol": "2076", + "maxTileCol": "2081" + }, + "13": { + "minTileRow": "2814", + "maxTileRow": "2819", + "minTileCol": "4152", + "maxTileCol": "4162" + }, + "14": { + "minTileRow": "5628", + "maxTileRow": "5639", + "minTileCol": "8305", + "maxTileCol": "8325" + }, + "15": { + "minTileRow": "11257", + "maxTileRow": "11279", + "minTileCol": "16610", + "maxTileCol": "16650" + }, + "16": { + "minTileRow": "22515", + "maxTileRow": "22558", + "minTileCol": "33221", + "maxTileCol": "33300" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS", - "title": "Occupation du sol grande échelle - zones construites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
", + "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1987$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARNE-LA-VALLEE1987", + "title": "Photographie - Marne la Vallée 1987", + "description": "Photographie de Marne la Vallée 1987", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6644, - "right": 9.57054, - "top": 51.0991, - "bottom": 14.2395 + "left": 2.47704, + "right": 2.92741, + "top": 48.9447, + "bottom": 48.8625 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -39920,70 +42531,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "130" }, "9": { - "minTileRow": "160", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "260" }, "10": { - "minTileRow": "336", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "519", + "maxTileCol": "520" }, "11": { - "minTileRow": "672", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1087" + "minTileRow": "703", + "maxTileRow": "704", + "minTileCol": "1038", + "maxTileCol": "1040" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2159" + "minTileRow": "1407", + "maxTileRow": "1409", + "minTileCol": "2076", + "maxTileCol": "2081" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4319" + "minTileRow": "2815", + "maxTileRow": "2818", + "minTileCol": "4152", + "maxTileCol": "4162" }, "14": { - "minTileRow": "5472", - "maxTileRow": "7551", - "minTileCol": "5376", - "maxTileCol": "8639" + "minTileRow": "5630", + "maxTileRow": "5636", + "minTileCol": "8304", + "maxTileCol": "8325" }, "15": { - "minTileRow": "10944", - "maxTileRow": "15087", - "minTileCol": "10768", - "maxTileCol": "17263" + "minTileRow": "11260", + "maxTileRow": "11272", + "minTileCol": "16609", + "maxTileCol": "16650" }, "16": { - "minTileRow": "21904", - "maxTileRow": "30159", - "minTileCol": "21536", - "maxTileCol": "34511" + "minTileRow": "22521", + "maxTileRow": "22544", + "minTileCol": "33218", + "maxTileCol": "33300" } } }, @@ -39998,7 +42609,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40009,25 +42620,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2002$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2002", - "title": "Occupation du sol grande échelle 2002 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2002", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1969$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1969", + "title": "Photographie - MARSEILLE MARTIGUES 1969", + "description": "Photographie MARSEILLE MARTIGUES1969", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.13902, - "right": 9.55982, - "top": 51.089, - "bottom": 41.366 + "left": 5.20428, + "right": 5.69219, + "top": 43.3984, + "bottom": 43.1798 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40035,77 +42646,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", + "minTileRow": "23", "maxTileRow": "23", - "minTileCol": "31", + "minTileCol": "32", "maxTileCol": "33" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "263", + "maxTileCol": "264" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "526", + "maxTileCol": "528" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "749", + "maxTileRow": "751", + "minTileCol": "1053", + "maxTileCol": "1056" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1498", + "maxTileRow": "1502", + "minTileCol": "2107", + "maxTileCol": "2112" }, "13": { - "minTileRow": "2739", - "maxTileRow": "3060", - "minTileCol": "3979", - "maxTileCol": "4313" + "minTileRow": "2997", + "maxTileRow": "3004", + "minTileCol": "4214", + "maxTileCol": "4225" }, "14": { - "minTileRow": "5478", - "maxTileRow": "6120", - "minTileCol": "7958", - "maxTileCol": "8627" + "minTileRow": "5995", + "maxTileRow": "6009", + "minTileCol": "8428", + "maxTileCol": "8451" }, "15": { - "minTileRow": "10957", - "maxTileRow": "12241", - "minTileCol": "15916", - "maxTileCol": "17254" + "minTileRow": "11990", + "maxTileRow": "12018", + "minTileCol": "16857", + "maxTileCol": "16902" }, "16": { - "minTileRow": "21914", - "maxTileRow": "24482", - "minTileCol": "31832", - "maxTileCol": "34508" + "minTileRow": "23981", + "maxTileRow": "24036", + "minTileCol": "33715", + "maxTileCol": "33804" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40113,7 +42724,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40124,25 +42735,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2010$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2010", - "title": "Occupation du sol grande échelle 2010 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1980$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1980", + "title": "Photographie - MARSEILLE MARTIGUES 1980", + "description": "Photographie MARSEILLE MARTIGUES1980", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 4.67885, + "right": 5.29186, + "top": 43.5708, + "bottom": 43.3165 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40150,77 +42761,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", + "minTileRow": "23", + "maxTileRow": "23", "minTileCol": "32", - "maxTileCol": "47" + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "64", - "maxTileCol": "79" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "262", + "maxTileCol": "263" }, "10": { - "minTileRow": "352", - "maxTileRow": "367", - "minTileCol": "512", - "maxTileCol": "543" + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "525", + "maxTileCol": "527" }, "11": { - "minTileRow": "704", - "maxTileRow": "735", - "minTileCol": "1040", - "maxTileCol": "1071" + "minTileRow": "748", + "maxTileRow": "750", + "minTileCol": "1050", + "maxTileCol": "1054" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1455", - "minTileCol": "2080", - "maxTileCol": "2143" + "minTileRow": "1496", + "maxTileRow": "1500", + "minTileCol": "2101", + "maxTileCol": "2108" }, "13": { - "minTileRow": "2832", - "maxTileRow": "2911", - "minTileCol": "4176", - "maxTileCol": "4271" + "minTileRow": "2992", + "maxTileRow": "3000", + "minTileCol": "4202", + "maxTileCol": "4216" }, "14": { - "minTileRow": "5680", - "maxTileRow": "5823", - "minTileCol": "8368", - "maxTileCol": "8527" + "minTileRow": "5984", + "maxTileRow": "6000", + "minTileCol": "8404", + "maxTileCol": "8432" }, "15": { - "minTileRow": "11376", - "maxTileRow": "11631", - "minTileCol": "16752", - "maxTileCol": "17039" + "minTileRow": "11969", + "maxTileRow": "12001", + "minTileCol": "16809", + "maxTileCol": "16865" }, "16": { - "minTileRow": "22768", - "maxTileRow": "23247", - "minTileCol": "33504", - "maxTileCol": "34079" + "minTileRow": "23938", + "maxTileRow": "24002", + "minTileCol": "33619", + "maxTileCol": "33731" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40228,7 +42839,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40239,25 +42850,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2011", - "title": "Occupation du sol grande échelle 2011 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2011", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1987$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1987", + "title": "Photographie - MARSEILLE MARTIGUES 1987", + "description": "Photographie MARSEILLE MARTIGUES1987", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 4.65383, + "right": 5.1042, + "top": 43.5708, + "bottom": 43.3165 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40265,77 +42876,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", + "minTileRow": "23", + "maxTileRow": "23", "minTileCol": "32", - "maxTileCol": "47" + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "64", - "maxTileCol": "79" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "262", + "maxTileCol": "263" }, "10": { - "minTileRow": "368", - "maxTileRow": "383", - "minTileCol": "512", - "maxTileCol": "527" + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "525", + "maxTileCol": "526" }, "11": { - "minTileRow": "736", - "maxTileRow": "751", - "minTileCol": "1024", - "maxTileCol": "1039" + "minTileRow": "748", + "maxTileRow": "750", + "minTileCol": "1050", + "maxTileCol": "1053" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1503", - "minTileCol": "2048", - "maxTileCol": "2079" + "minTileRow": "1496", + "maxTileRow": "1500", + "minTileCol": "2100", + "maxTileCol": "2106" }, "13": { - "minTileRow": "2976", - "maxTileRow": "3007", - "minTileCol": "4112", - "maxTileCol": "4143" + "minTileRow": "2992", + "maxTileRow": "3000", + "minTileCol": "4201", + "maxTileCol": "4212" }, "14": { - "minTileRow": "5968", - "maxTileRow": "5999", - "minTileCol": "8224", - "maxTileCol": "8271" + "minTileRow": "5984", + "maxTileRow": "6000", + "minTileCol": "8403", + "maxTileCol": "8424" }, "15": { - "minTileRow": "11936", - "maxTileRow": "11999", - "minTileCol": "16464", - "maxTileCol": "16543" + "minTileRow": "11969", + "maxTileRow": "12001", + "minTileCol": "16807", + "maxTileCol": "16848" }, "16": { - "minTileRow": "23888", - "maxTileRow": "23999", - "minTileCol": "32944", - "maxTileCol": "33087" + "minTileRow": "23938", + "maxTileRow": "24002", + "minTileCol": "33615", + "maxTileCol": "33697" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40343,7 +42954,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40354,25 +42965,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2014$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2014", - "title": "Occupation du sol grande échelle 2014 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2014", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1988$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES1988", + "title": "Photographie - MARSEILLE MARTIGUES 1988", + "description": "Photographie MARSEILLE MARTIGUES1988", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.13902, - "right": 9.55982, - "top": 51.089, - "bottom": 41.366 + "left": 4.91655, + "right": 5.39194, + "top": 43.5708, + "bottom": 43.3711 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40380,77 +42991,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", + "minTileRow": "23", "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "131", + "maxTileCol": "131" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "262", + "maxTileCol": "263" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "374", + "maxTileRow": "374", + "minTileCol": "525", + "maxTileCol": "527" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "748", + "maxTileRow": "749", + "minTileCol": "1051", + "maxTileCol": "1054" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1496", + "maxTileRow": "1499", + "minTileCol": "2103", + "maxTileCol": "2109" }, "13": { - "minTileRow": "2739", - "maxTileRow": "3060", - "minTileCol": "3979", - "maxTileCol": "4313" + "minTileRow": "2992", + "maxTileRow": "2998", + "minTileCol": "4207", + "maxTileCol": "4218" }, "14": { - "minTileRow": "5478", - "maxTileRow": "6120", - "minTileCol": "7958", - "maxTileCol": "8627" + "minTileRow": "5984", + "maxTileRow": "5997", + "minTileCol": "8415", + "maxTileCol": "8437" }, "15": { - "minTileRow": "10957", - "maxTileRow": "12241", - "minTileCol": "15916", - "maxTileCol": "17254" + "minTileRow": "11969", + "maxTileRow": "11994", + "minTileCol": "16831", + "maxTileCol": "16874" }, "16": { - "minTileRow": "21914", - "maxTileRow": "24482", - "minTileCol": "31832", - "maxTileCol": "34508" + "minTileRow": "23938", + "maxTileRow": "23988", + "minTileCol": "33663", + "maxTileCol": "33749" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40458,7 +43069,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40469,25 +43080,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2016", - "title": "Occupation du sol grande échelle 2016 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
Source : IGN - 2016", + "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARSEILLE-MARTIGUES2010", + "title": "SPOT MARSEILLE-MARTIGUES 2010", + "description": "Zone de MARSEILLE-MARTIGUES - 2010", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 5.25433, + "right": 5.75474, + "top": 43.4165, + "bottom": 43.1433 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40495,77 +43106,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "187", + "maxTileRow": "187", + "minTileCol": "263", + "maxTileCol": "264" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "374", + "maxTileRow": "375", + "minTileCol": "526", + "maxTileCol": "528" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1087" + "minTileRow": "749", + "maxTileRow": "751", + "minTileCol": "1053", + "maxTileCol": "1056" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1535", - "minTileCol": "1984", - "maxTileCol": "2159" + "minTileRow": "1498", + "maxTileRow": "1502", + "minTileCol": "2107", + "maxTileCol": "2113" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3071", - "minTileCol": "3968", - "maxTileCol": "4319" + "minTileRow": "2997", + "maxTileRow": "3005", + "minTileCol": "4215", + "maxTileCol": "4226" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6127", - "minTileCol": "7952", - "maxTileCol": "8639" + "minTileRow": "5994", + "maxTileRow": "6011", + "minTileCol": "8431", + "maxTileCol": "8453" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12255", - "minTileCol": "15904", - "maxTileCol": "17263" + "minTileRow": "11988", + "maxTileRow": "12022", + "minTileCol": "16862", + "maxTileCol": "16907" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24495", - "minTileCol": "31824", - "maxTileCol": "34511" + "minTileRow": "23977", + "maxTileRow": "24045", + "minTileCol": "33724", + "maxTileCol": "33815" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40573,7 +43184,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40584,25 +43195,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2017$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2017", - "title": "Occupation du sol grande échelle 2017 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).
", + "ORTHOIMAGERY.EDUGEO.MARTINIQUE1988$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.MARTINIQUE1988", + "title": "Photographie - La Martinique 1988", + "description": "Photographie de la Martinique 1988", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6644, - "right": 9.57054, - "top": 51.0991, - "bottom": 14.2395 + "left": -61.1378, + "right": -60.8251, + "top": 14.7104, + "bottom": 14.3713 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40610,77 +43221,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "29", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "21" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "58", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "42" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "117", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "84" }, "9": { - "minTileRow": "176", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "234", + "maxTileRow": "235", + "minTileCol": "169", + "maxTileCol": "169" }, "10": { - "minTileRow": "352", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "469", + "maxTileRow": "470", + "minTileCol": "338", + "maxTileCol": "338" }, "11": { - "minTileRow": "704", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1071" + "minTileRow": "939", + "maxTileRow": "941", + "minTileCol": "676", + "maxTileCol": "677" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2143" + "minTileRow": "1878", + "maxTileRow": "1882", + "minTileCol": "1352", + "maxTileCol": "1355" }, "13": { - "minTileRow": "2832", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4271" + "minTileRow": "3757", + "maxTileRow": "3765", + "minTileCol": "2704", + "maxTileCol": "2711" }, "14": { - "minTileRow": "5680", - "maxTileRow": "7551", - "minTileCol": "5376", - "maxTileCol": "8543" + "minTileRow": "7515", + "maxTileRow": "7530", + "minTileCol": "5409", + "maxTileCol": "5423" }, "15": { - "minTileRow": "11376", - "maxTileRow": "15087", - "minTileCol": "10768", - "maxTileCol": "17071" + "minTileRow": "15030", + "maxTileRow": "15061", + "minTileCol": "10819", + "maxTileCol": "10847" }, "16": { - "minTileRow": "22768", - "maxTileRow": "30159", - "minTileCol": "21536", - "maxTileCol": "34127" + "minTileRow": "30060", + "maxTileRow": "30123", + "minTileCol": "21638", + "maxTileCol": "21695" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40688,7 +43299,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40699,25 +43310,25 @@ } ] }, - "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.CONSTRUCTIONS.2019", - "title": "Occupation du sol grande échelle 2019 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2019", + "ORTHOIMAGERY.EDUGEO.METZ-NANCY1982$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.METZ-NANCY1982", + "title": "Photographie - METZ NANCY 1982", + "description": "Photographie - METZ NANCY 1982", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.291052, - "right": 1.2122, - "top": 44.0864, - "bottom": 43.3043 + "left": 5.9549, + "right": 6.43029, + "top": 49.3376, + "bottom": 48.5902 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40725,77 +43336,89 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "23", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "32" + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "63", - "maxTileCol": "64" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "93", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" - }, - "9": { - "minTileRow": "186", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "132", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "264", + "maxTileCol": "265" }, "10": { - "minTileRow": "372", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "350", + "maxTileRow": "353", + "minTileCol": "528", + "maxTileCol": "530" }, "11": { - "minTileRow": "744", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "700", + "maxTileRow": "706", + "minTileCol": "1057", + "maxTileCol": "1060" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1400", + "maxTileRow": "1413", + "minTileCol": "2115", + "maxTileCol": "2121" }, "13": { - "minTileRow": "2976", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2801", + "maxTileRow": "2827", + "minTileCol": "4231", + "maxTileCol": "4242" }, "14": { - "minTileRow": "5952", - "maxTileRow": "6001", - "minTileCol": "8178", - "maxTileCol": "8247" + "minTileRow": "5603", + "maxTileRow": "5654", + "minTileCol": "8463", + "maxTileCol": "8484" }, "15": { - "minTileRow": "11904", - "maxTileRow": "12002", - "minTileCol": "16357", - "maxTileCol": "16494" + "minTileRow": "11206", + "maxTileRow": "11309", + "minTileCol": "16926", + "maxTileCol": "16969" }, "16": { - "minTileRow": "23808", - "maxTileRow": "24005", - "minTileCol": "32715", - "maxTileCol": "32988" + "minTileRow": "22412", + "maxTileRow": "22619", + "minTileCol": "33852", + "maxTileCol": "33938" + }, + "17": { + "minTileRow": "44825", + "maxTileRow": "45239", + "minTileCol": "67704", + "maxTileCol": "67877" + }, + "18": { + "minTileRow": "89650", + "maxTileRow": "90479", + "minTileCol": "135408", + "maxTileCol": "135754" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -40803,7 +43426,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40814,25 +43437,25 @@ } ] }, - "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE", - "title": "Occupation du sol grande échelle - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle", + "ORTHOIMAGERY.EDUGEO.NANTES1971$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.NANTES1971", + "title": "Photographie - Nantes 1971", + "description": "Photographie de Nantes 1971", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6644, - "right": 9.57054, - "top": 51.0991, - "bottom": 14.2395 + "left": -2.27687, + "right": -1.40115, + "top": 47.3591, + "bottom": 47.1042 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40840,70 +43463,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "63", + "maxTileCol": "63" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "126", + "maxTileCol": "127" }, "9": { - "minTileRow": "160", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "179", + "maxTileRow": "179", + "minTileCol": "252", + "maxTileCol": "254" }, "10": { - "minTileRow": "336", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "358", + "maxTileRow": "359", + "minTileCol": "505", + "maxTileCol": "508" }, "11": { - "minTileRow": "672", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1087" + "minTileRow": "717", + "maxTileRow": "719", + "minTileCol": "1011", + "maxTileCol": "1016" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2159" + "minTileRow": "1434", + "maxTileRow": "1438", + "minTileCol": "2022", + "maxTileCol": "2032" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4319" + "minTileRow": "2869", + "maxTileRow": "2877", + "minTileCol": "4044", + "maxTileCol": "4064" }, "14": { - "minTileRow": "5472", - "maxTileRow": "7551", - "minTileCol": "5376", - "maxTileCol": "8639" + "minTileRow": "5738", + "maxTileRow": "5755", + "minTileCol": "8088", + "maxTileCol": "8128" }, "15": { - "minTileRow": "10944", - "maxTileRow": "15087", - "minTileCol": "10768", - "maxTileCol": "17263" + "minTileRow": "11477", + "maxTileRow": "11511", + "minTileCol": "16176", + "maxTileCol": "16256" }, "16": { - "minTileRow": "21904", - "maxTileRow": "30159", - "minTileCol": "21536", - "maxTileCol": "34511" + "minTileRow": "22954", + "maxTileRow": "23022", + "minTileCol": "32353", + "maxTileCol": "32512" } } }, @@ -40918,7 +43541,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -40929,25 +43552,25 @@ } ] }, - "OCSGE.COUVERTURE.2002$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2002", - "title": "Occupation du sol grande échelle 2002 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2002", + "ORTHOIMAGERY.EDUGEO.PARIS1949$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.PARIS1949", + "title": "Photographie - Paris 1949", + "description": "Photographie - Paris 1949", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.13902, - "right": 9.55982, - "top": 51.089, - "bottom": 41.366 + "left": 2.20181, + "right": 2.52708, + "top": 48.9529, + "bottom": 48.7636 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -40956,69 +43579,81 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "259" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "519" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "703", + "maxTileRow": "705", + "minTileCol": "1036", + "maxTileCol": "1038" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1407", + "maxTileRow": "1410", + "minTileCol": "2073", + "maxTileCol": "2076" }, "13": { - "minTileRow": "2739", - "maxTileRow": "3060", - "minTileCol": "3979", - "maxTileCol": "4313" + "minTileRow": "2814", + "maxTileRow": "2821", + "minTileCol": "4146", + "maxTileCol": "4153" }, "14": { - "minTileRow": "5478", - "maxTileRow": "6120", - "minTileCol": "7958", - "maxTileCol": "8627" + "minTileRow": "5629", + "maxTileRow": "5642", + "minTileCol": "8292", + "maxTileCol": "8307" }, "15": { - "minTileRow": "10957", - "maxTileRow": "12241", - "minTileCol": "15916", - "maxTileCol": "17254" + "minTileRow": "11259", + "maxTileRow": "11285", + "minTileCol": "16584", + "maxTileCol": "16614" }, "16": { - "minTileRow": "21914", - "maxTileRow": "24482", - "minTileCol": "31832", - "maxTileCol": "34508" + "minTileRow": "22519", + "maxTileRow": "22571", + "minTileCol": "33168", + "maxTileCol": "33228" + }, + "17": { + "minTileRow": "45039", + "maxTileRow": "45143", + "minTileCol": "66337", + "maxTileCol": "66456" + }, + "18": { + "minTileRow": "90078", + "maxTileRow": "90287", + "minTileCol": "132675", + "maxTileCol": "132912" } } }, @@ -41033,7 +43668,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41044,25 +43679,25 @@ } ] }, - "OCSGE.COUVERTURE.2010$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2010", - "title": "Occupation du sol grande échelle 2010 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle", + "ORTHOIMAGERY.EDUGEO.PARIS1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.PARIS1965", + "title": "Photographie - Paris 1965", + "description": "Photographie - Paris 1965", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 2.02667, + "right": 2.48955, + "top": 48.9858, + "bottom": 48.846 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41070,77 +43705,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", + "minTileRow": "21", + "maxTileRow": "22", "minTileCol": "32", - "maxTileCol": "47" + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", + "minTileRow": "43", + "maxTileRow": "44", "minTileCol": "64", - "maxTileCol": "79" + "maxTileCol": "64" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "259" }, "10": { - "minTileRow": "352", - "maxTileRow": "367", - "minTileCol": "512", - "maxTileCol": "543" + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "517", + "maxTileCol": "519" }, "11": { - "minTileRow": "704", - "maxTileRow": "735", - "minTileCol": "1040", - "maxTileCol": "1071" + "minTileRow": "703", + "maxTileRow": "704", + "minTileCol": "1035", + "maxTileCol": "1038" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1455", - "minTileCol": "2080", - "maxTileCol": "2143" + "minTileRow": "1406", + "maxTileRow": "1409", + "minTileCol": "2071", + "maxTileCol": "2076" }, "13": { - "minTileRow": "2832", - "maxTileRow": "2911", - "minTileCol": "4176", - "maxTileCol": "4271" + "minTileRow": "2813", + "maxTileRow": "2818", + "minTileCol": "4142", + "maxTileCol": "4152" }, "14": { - "minTileRow": "5680", - "maxTileRow": "5823", - "minTileCol": "8368", - "maxTileCol": "8527" + "minTileRow": "5627", + "maxTileRow": "5637", + "minTileCol": "8284", + "maxTileCol": "8305" }, "15": { - "minTileRow": "11376", - "maxTileRow": "11631", - "minTileCol": "16752", - "maxTileCol": "17039" + "minTileRow": "11255", + "maxTileRow": "11274", + "minTileCol": "16568", + "maxTileCol": "16610" }, "16": { - "minTileRow": "22768", - "maxTileRow": "23247", - "minTileCol": "33504", - "maxTileCol": "34079" + "minTileRow": "22510", + "maxTileRow": "22549", + "minTileCol": "33136", + "maxTileCol": "33221" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -41148,7 +43783,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41159,25 +43794,25 @@ } ] }, - "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2011", - "title": "Occupation du sol grande échelle 2011 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2011", + "ORTHOIMAGERY.EDUGEO.PARIS2010SPOT$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.PARIS2010SPOT", + "title": "SPOT PARIS 2010", + "description": "Zone de Paris - SPOT 2010", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 1.87654, + "right": 3.00247, + "top": 49.362, + "bottom": 48.5405 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41185,77 +43820,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", + "minTileRow": "21", + "maxTileRow": "22", "minTileCol": "32", - "maxTileCol": "47" + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", + "minTileRow": "43", + "maxTileRow": "44", "minTileCol": "64", - "maxTileCol": "79" + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "130" }, "9": { - "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "260" }, "10": { - "minTileRow": "352", - "maxTileRow": "367", - "minTileCol": "512", - "maxTileCol": "543" + "minTileRow": "350", + "maxTileRow": "353", + "minTileCol": "517", + "maxTileCol": "520" }, "11": { - "minTileRow": "704", - "maxTileRow": "735", - "minTileCol": "1040", - "maxTileCol": "1071" + "minTileRow": "700", + "maxTileRow": "707", + "minTileCol": "1034", + "maxTileCol": "1041" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1455", - "minTileCol": "2080", - "maxTileCol": "2127" + "minTileRow": "1400", + "maxTileRow": "1414", + "minTileCol": "2069", + "maxTileCol": "2082" }, "13": { - "minTileRow": "2832", - "maxTileRow": "2911", - "minTileCol": "4160", - "maxTileCol": "4255" + "minTileRow": "2800", + "maxTileRow": "2829", + "minTileCol": "4138", + "maxTileCol": "4164" }, "14": { - "minTileRow": "5664", - "maxTileRow": "5823", - "minTileCol": "8320", - "maxTileCol": "8511" + "minTileRow": "5601", + "maxTileRow": "5658", + "minTileCol": "8277", + "maxTileCol": "8328" }, "15": { - "minTileRow": "11328", - "maxTileRow": "11647", - "minTileCol": "16640", - "maxTileCol": "17007" + "minTileRow": "11202", + "maxTileRow": "11316", + "minTileCol": "16554", + "maxTileCol": "16657" }, "16": { - "minTileRow": "22672", - "maxTileRow": "23279", - "minTileCol": "33280", - "maxTileCol": "34015" + "minTileRow": "22405", + "maxTileRow": "22633", + "minTileCol": "33109", + "maxTileCol": "33314" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -41263,7 +43898,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41274,25 +43909,25 @@ } ] }, - "OCSGE.COUVERTURE.2014$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2014", - "title": "Occupation du sol grande échelle 2014 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2014", + "ORTHOIMAGERY.EDUGEO.REIMS1963$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.REIMS1963", + "title": "Photographie - Reims 1963", + "description": "Photographie de Reims 1963", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.13902, - "right": 9.55982, - "top": 51.089, - "bottom": 41.366 + "left": 3.95325, + "right": 4.21597, + "top": 49.2968, + "bottom": 49.117 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41301,76 +43936,76 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "130", + "maxTileCol": "130" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "261", + "maxTileCol": "261" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "523", + "maxTileCol": "523" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "700", + "maxTileRow": "702", + "minTileCol": "1046", + "maxTileCol": "1047" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1401", + "maxTileRow": "1404", + "minTileCol": "2092", + "maxTileCol": "2095" }, "13": { - "minTileRow": "2739", - "maxTileRow": "3060", - "minTileCol": "3979", - "maxTileCol": "4313" + "minTileRow": "2802", + "maxTileRow": "2809", + "minTileCol": "4185", + "maxTileCol": "4191" }, "14": { - "minTileRow": "5478", - "maxTileRow": "6120", - "minTileCol": "7958", - "maxTileCol": "8627" + "minTileRow": "5605", + "maxTileRow": "5618", + "minTileCol": "8371", + "maxTileCol": "8383" }, "15": { - "minTileRow": "10957", - "maxTileRow": "12241", - "minTileCol": "15916", - "maxTileCol": "17254" + "minTileRow": "11211", + "maxTileRow": "11237", + "minTileCol": "16743", + "maxTileCol": "16767" }, "16": { - "minTileRow": "21914", - "maxTileRow": "24482", - "minTileCol": "31832", - "maxTileCol": "34508" + "minTileRow": "22423", + "maxTileRow": "22474", + "minTileCol": "33487", + "maxTileCol": "33535" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -41378,7 +44013,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41389,25 +44024,25 @@ } ] }, - "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2016", - "title": "Occupation du sol grande échelle 2016 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2016", + "ORTHOIMAGERY.EDUGEO.REIMS1973$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.REIMS1973", + "title": "Photographie - Reims 1973", + "description": "Photographie de Reims 1973", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 3.95325, + "right": 4.22848, + "top": 49.2886, + "bottom": 49.1252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41415,77 +44050,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "130", + "maxTileCol": "131" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "261", + "maxTileCol": "262" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "523", + "maxTileCol": "524" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1087" + "minTileRow": "700", + "maxTileRow": "702", + "minTileCol": "1046", + "maxTileCol": "1048" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1535", - "minTileCol": "1984", - "maxTileCol": "2159" + "minTileRow": "1401", + "maxTileRow": "1404", + "minTileCol": "2092", + "maxTileCol": "2096" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3071", - "minTileCol": "3968", - "maxTileCol": "4319" + "minTileRow": "2803", + "maxTileRow": "2808", + "minTileCol": "4185", + "maxTileCol": "4192" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6127", - "minTileCol": "7952", - "maxTileCol": "8639" + "minTileRow": "5606", + "maxTileRow": "5617", + "minTileCol": "8371", + "maxTileCol": "8384" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12255", - "minTileCol": "15904", - "maxTileCol": "17263" + "minTileRow": "11213", + "maxTileRow": "11235", + "minTileCol": "16743", + "maxTileCol": "16768" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24495", - "minTileCol": "31824", - "maxTileCol": "34511" + "minTileRow": "22426", + "maxTileRow": "22471", + "minTileCol": "33487", + "maxTileCol": "33537" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -41493,7 +44128,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41504,25 +44139,25 @@ } ] }, - "OCSGE.COUVERTURE.2017$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2017", - "title": "Occupation du sol grande échelle 2017 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2017", + "ORTHOIMAGERY.EDUGEO.REIMS1988$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.REIMS1988", + "title": "Photographie - Reims 1988", + "description": "Photographie de Reims 1988", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6644, - "right": 9.57054, - "top": 51.0991, - "bottom": 14.2395 + "left": 3.91572, + "right": 4.2535, + "top": 49.2805, + "bottom": 49.1252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41530,77 +44165,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "130", + "maxTileCol": "131" }, "9": { - "minTileRow": "176", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "261", + "maxTileCol": "262" }, "10": { - "minTileRow": "352", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "523", + "maxTileCol": "524" }, "11": { - "minTileRow": "704", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1071" + "minTileRow": "700", + "maxTileRow": "702", + "minTileCol": "1046", + "maxTileCol": "1048" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2143" + "minTileRow": "1401", + "maxTileRow": "1404", + "minTileCol": "2092", + "maxTileCol": "2096" }, "13": { - "minTileRow": "2832", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4271" + "minTileRow": "2803", + "maxTileRow": "2808", + "minTileCol": "4185", + "maxTileCol": "4192" }, "14": { - "minTileRow": "5680", - "maxTileRow": "7551", - "minTileCol": "5376", - "maxTileCol": "8543" + "minTileRow": "5607", + "maxTileRow": "5617", + "minTileCol": "8370", + "maxTileCol": "8385" }, "15": { - "minTileRow": "11376", - "maxTileRow": "15087", - "minTileCol": "10768", - "maxTileCol": "17071" + "minTileRow": "11214", + "maxTileRow": "11235", + "minTileCol": "16740", + "maxTileCol": "16771" }, "16": { - "minTileRow": "22768", - "maxTileRow": "30159", - "minTileCol": "21536", - "maxTileCol": "34127" + "minTileRow": "22428", + "maxTileRow": "22471", + "minTileCol": "33480", + "maxTileCol": "33542" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -41608,7 +44243,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41619,25 +44254,25 @@ } ] }, - "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.COUVERTURE.2019", - "title": "Occupation du sol grande échelle 2019 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2019", + "ORTHOIMAGERY.EDUGEO.REIMS2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.REIMS2010", + "title": "SPOT REIMS 2010", + "description": "Zone de Paris - REIMS 2010", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.291052, - "right": 1.2122, - "top": 44.0864, - "bottom": 43.3043 + "left": 3.50288, + "right": 4.75391, + "top": 49.362, + "bottom": 48.9529 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41645,77 +44280,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "23", - "maxTileRow": "23", - "minTileCol": "31", + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "32", "maxTileCol": "32" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "63", - "maxTileCol": "64" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "65", + "maxTileCol": "65" }, "8": { - "minTileRow": "93", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "130", + "maxTileCol": "131" }, "9": { - "minTileRow": "186", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "260", + "maxTileCol": "262" }, "10": { - "minTileRow": "372", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "350", + "maxTileRow": "351", + "minTileCol": "521", + "maxTileCol": "525" }, "11": { - "minTileRow": "744", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "700", + "maxTileRow": "703", + "minTileCol": "1043", + "maxTileCol": "1051" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1400", + "maxTileRow": "1407", + "minTileCol": "2087", + "maxTileCol": "2102" }, "13": { - "minTileRow": "2976", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2800", + "maxTileRow": "2814", + "minTileCol": "4175", + "maxTileCol": "4204" }, "14": { - "minTileRow": "5952", - "maxTileRow": "6001", - "minTileCol": "8178", - "maxTileCol": "8247" + "minTileRow": "5601", + "maxTileRow": "5629", + "minTileCol": "8351", + "maxTileCol": "8408" }, "15": { - "minTileRow": "11904", - "maxTileRow": "12002", - "minTileCol": "16357", - "maxTileCol": "16494" + "minTileRow": "11202", + "maxTileRow": "11259", + "minTileCol": "16702", + "maxTileCol": "16816" }, "16": { - "minTileRow": "23808", - "maxTileRow": "24005", - "minTileCol": "32715", - "maxTileCol": "32988" + "minTileRow": "22405", + "maxTileRow": "22519", + "minTileCol": "33405", + "maxTileCol": "33633" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -41723,7 +44358,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41734,25 +44369,25 @@ } ] }, - "OCSGE.USAGE$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE", - "title": "Occupation du sol grande échelle - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).", + "ORTHOIMAGERY.EDUGEO.ROISSY1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.ROISSY1965", + "title": "Photographie - ROISSY 1965", + "description": "Photographie - ROISSY 1965", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6644, - "right": 9.57054, - "top": 51.0991, - "bottom": 14.2395 + "left": 2.35194, + "right": 2.70222, + "top": 49.0432, + "bottom": 48.9036 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41760,70 +44395,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "160", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "175", + "maxTileRow": "176", + "minTileCol": "259", + "maxTileCol": "259" }, "10": { - "minTileRow": "336", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "351", + "maxTileRow": "352", + "minTileCol": "518", + "maxTileCol": "519" }, "11": { - "minTileRow": "672", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1087" + "minTileRow": "702", + "maxTileRow": "704", + "minTileCol": "1037", + "maxTileCol": "1039" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2159" + "minTileRow": "1405", + "maxTileRow": "1408", + "minTileCol": "2074", + "maxTileCol": "2078" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4319" + "minTileRow": "2811", + "maxTileRow": "2816", + "minTileCol": "4149", + "maxTileCol": "4157" }, "14": { - "minTileRow": "5472", - "maxTileRow": "7551", - "minTileCol": "5376", - "maxTileCol": "8639" + "minTileRow": "5623", + "maxTileRow": "5633", + "minTileCol": "8299", + "maxTileCol": "8314" }, "15": { - "minTileRow": "10944", - "maxTileRow": "15087", - "minTileCol": "10768", - "maxTileCol": "17263" + "minTileRow": "11247", + "maxTileRow": "11266", + "minTileCol": "16598", + "maxTileCol": "16629" }, "16": { - "minTileRow": "21904", - "maxTileRow": "30159", - "minTileCol": "21536", - "maxTileCol": "34511" + "minTileRow": "22494", + "maxTileRow": "22533", + "minTileCol": "33196", + "maxTileCol": "33259" + }, + "17": { + "minTileRow": "44989", + "maxTileRow": "45066", + "minTileCol": "66392", + "maxTileCol": "66519" + }, + "18": { + "minTileRow": "89978", + "maxTileRow": "90132", + "minTileCol": "132784", + "maxTileCol": "133039" } } }, @@ -41838,7 +44485,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41849,25 +44496,25 @@ } ] }, - "OCSGE.USAGE.2002$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2002", - "title": "Occupation du sol grande échelle 2002 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2002", + "ORTHOIMAGERY.EDUGEO.ROISSY1987$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.ROISSY1987", + "title": "Photographie - ROISSY 1987", + "description": "Photographie - ROISSY 1987", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.13902, - "right": 9.55982, - "top": 51.089, - "bottom": 41.366 + "left": 2.45202, + "right": 2.65218, + "top": 49.035, + "bottom": 48.9447 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41876,69 +44523,81 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "21", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "175", + "maxTileRow": "175", + "minTileCol": "259", + "maxTileCol": "259" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "351", + "maxTileRow": "351", + "minTileCol": "518", + "maxTileCol": "519" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "703", + "maxTileRow": "703", + "minTileCol": "1037", + "maxTileCol": "1039" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1406", + "maxTileRow": "1407", + "minTileCol": "2075", + "maxTileCol": "2078" }, "13": { - "minTileRow": "2739", - "maxTileRow": "3060", - "minTileCol": "3979", - "maxTileCol": "4313" + "minTileRow": "2812", + "maxTileRow": "2815", + "minTileCol": "4151", + "maxTileCol": "4156" }, "14": { - "minTileRow": "5478", - "maxTileRow": "6120", - "minTileCol": "7958", - "maxTileCol": "8627" + "minTileRow": "5624", + "maxTileRow": "5630", + "minTileCol": "8303", + "maxTileCol": "8312" }, "15": { - "minTileRow": "10957", - "maxTileRow": "12241", - "minTileCol": "15916", - "maxTileCol": "17254" + "minTileRow": "11248", + "maxTileRow": "11260", + "minTileCol": "16607", + "maxTileCol": "16625" }, "16": { - "minTileRow": "21914", - "maxTileRow": "24482", - "minTileCol": "31832", - "maxTileCol": "34508" + "minTileRow": "22496", + "maxTileRow": "22521", + "minTileCol": "33214", + "maxTileCol": "33250" + }, + "17": { + "minTileRow": "44993", + "maxTileRow": "45043", + "minTileCol": "66428", + "maxTileCol": "66501" + }, + "18": { + "minTileRow": "89987", + "maxTileRow": "90087", + "minTileCol": "132857", + "maxTileCol": "133003" } } }, @@ -41953,7 +44612,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -41964,25 +44623,25 @@ } ] }, - "OCSGE.USAGE.2010$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2010", - "title": "Occupation du sol grande échelle 2010 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle", + "ORTHOIMAGERY.EDUGEO.STRASBOURG1975$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.STRASBOURG1975", + "title": "Photographie - Strasbourg 1975", + "description": "Photographie de Strasbourg 1975", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 7.31852, + "right": 7.93153, + "top": 48.6563, + "bottom": 48.4078 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -41990,77 +44649,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "32", - "maxTileCol": "47" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "64", - "maxTileCol": "79" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "133", + "maxTileCol": "133" }, "9": { "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "maxTileRow": "177", + "minTileCol": "266", + "maxTileCol": "267" }, "10": { - "minTileRow": "352", - "maxTileRow": "367", - "minTileCol": "512", - "maxTileCol": "543" + "minTileRow": "353", + "maxTileRow": "354", + "minTileCol": "532", + "maxTileCol": "534" }, "11": { - "minTileRow": "704", - "maxTileRow": "735", - "minTileCol": "1040", - "maxTileCol": "1071" + "minTileRow": "706", + "maxTileRow": "708", + "minTileCol": "1065", + "maxTileCol": "1069" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1455", - "minTileCol": "2080", - "maxTileCol": "2143" + "minTileRow": "1412", + "maxTileRow": "1416", + "minTileCol": "2131", + "maxTileCol": "2138" }, "13": { - "minTileRow": "2832", - "maxTileRow": "2911", - "minTileCol": "4176", - "maxTileCol": "4271" + "minTileRow": "2825", + "maxTileRow": "2833", + "minTileCol": "4262", + "maxTileCol": "4276" }, "14": { - "minTileRow": "5680", - "maxTileRow": "5823", - "minTileCol": "8368", - "maxTileCol": "8527" + "minTileRow": "5650", + "maxTileRow": "5667", + "minTileCol": "8525", + "maxTileCol": "8552" }, "15": { - "minTileRow": "11376", - "maxTileRow": "11631", - "minTileCol": "16752", - "maxTileCol": "17039" + "minTileRow": "11300", + "maxTileRow": "11334", + "minTileCol": "17050", + "maxTileCol": "17105" }, "16": { - "minTileRow": "22768", - "maxTileRow": "23247", - "minTileCol": "33504", - "maxTileCol": "34079" + "minTileRow": "22601", + "maxTileRow": "22669", + "minTileCol": "34100", + "maxTileCol": "34211" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42068,7 +44727,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42079,25 +44738,25 @@ } ] }, - "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2011", - "title": "Occupation du sol grande échelle 2011 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2011", + "ORTHOIMAGERY.EDUGEO.STRASBOURG1985$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.STRASBOURG1985", + "title": "Photographie - Strasbourg 1985", + "description": "Photographie de Strasbourg 1985", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 7.46865, + "right": 7.894, + "top": 48.6232, + "bottom": 48.3995 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42105,77 +44764,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "32", - "maxTileCol": "47" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "64", - "maxTileCol": "79" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "133", + "maxTileCol": "133" }, "9": { "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "maxTileRow": "177", + "minTileCol": "266", + "maxTileCol": "267" }, "10": { - "minTileRow": "352", - "maxTileRow": "367", - "minTileCol": "512", - "maxTileCol": "543" + "minTileRow": "353", + "maxTileRow": "354", + "minTileCol": "533", + "maxTileCol": "534" }, "11": { - "minTileRow": "704", - "maxTileRow": "735", - "minTileCol": "1040", - "maxTileCol": "1071" + "minTileRow": "706", + "maxTileRow": "708", + "minTileCol": "1066", + "maxTileCol": "1068" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1455", - "minTileCol": "2080", - "maxTileCol": "2127" + "minTileRow": "1413", + "maxTileRow": "1417", + "minTileCol": "2132", + "maxTileCol": "2137" }, "13": { - "minTileRow": "2832", - "maxTileRow": "2911", - "minTileCol": "4160", - "maxTileCol": "4255" + "minTileRow": "2826", + "maxTileRow": "2834", + "minTileCol": "4265", + "maxTileCol": "4275" }, "14": { - "minTileRow": "5664", - "maxTileRow": "5823", - "minTileCol": "8320", - "maxTileCol": "8511" + "minTileRow": "5652", + "maxTileRow": "5668", + "minTileCol": "8531", + "maxTileCol": "8551" }, "15": { - "minTileRow": "11328", - "maxTileRow": "11647", - "minTileCol": "16640", - "maxTileCol": "17007" + "minTileRow": "11305", + "maxTileRow": "11336", + "minTileCol": "17063", + "maxTileCol": "17102" }, "16": { - "minTileRow": "22656", - "maxTileRow": "23279", - "minTileCol": "33280", - "maxTileCol": "34015" + "minTileRow": "22610", + "maxTileRow": "22672", + "minTileCol": "34127", + "maxTileCol": "34205" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42183,7 +44842,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42194,25 +44853,25 @@ } ] }, - "OCSGE.USAGE.2014$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2014", - "title": "Occupation du sol grande échelle 2014 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2014", + "ORTHOIMAGERY.EDUGEO.STRASBOURG2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.STRASBOURG2010", + "title": "SPOT STRASBOURG 2010", + "description": "Zone de Paris - STRASBOURG 2010", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.13902, - "right": 9.55982, - "top": 51.089, - "bottom": 41.366 + "left": 7.13087, + "right": 8.2568, + "top": 48.8707, + "bottom": 48.0411 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42220,70 +44879,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", "maxTileCol": "33" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "133", + "maxTileCol": "133" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "176", + "maxTileRow": "177", + "minTileCol": "266", + "maxTileCol": "267" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "352", + "maxTileRow": "355", + "minTileCol": "532", + "maxTileCol": "535" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "704", + "maxTileRow": "711", + "minTileCol": "1064", + "maxTileCol": "1070" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1408", + "maxTileRow": "1423", + "minTileCol": "2129", + "maxTileCol": "2141" }, "13": { - "minTileRow": "2739", - "maxTileRow": "3060", - "minTileCol": "3979", - "maxTileCol": "4313" + "minTileRow": "2817", + "maxTileRow": "2846", + "minTileCol": "4258", + "maxTileCol": "4283" }, "14": { - "minTileRow": "5478", - "maxTileRow": "6120", - "minTileCol": "7958", - "maxTileCol": "8627" + "minTileRow": "5635", + "maxTileRow": "5692", + "minTileCol": "8516", + "maxTileCol": "8567" }, "15": { - "minTileRow": "10957", - "maxTileRow": "12241", - "minTileCol": "15916", - "maxTileCol": "17254" + "minTileRow": "11271", + "maxTileRow": "11385", + "minTileCol": "17033", + "maxTileCol": "17135" }, "16": { - "minTileRow": "21914", - "maxTileRow": "24482", - "minTileCol": "31832", - "maxTileCol": "34508" + "minTileRow": "22542", + "maxTileRow": "22770", + "minTileCol": "34066", + "maxTileCol": "34271" } } }, @@ -42298,7 +44957,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42309,25 +44968,25 @@ } ] }, - "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2016", - "title": "Occupation du sol grande échelle 2016 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
Source : IGN - 2016", + "ORTHOIMAGERY.EDUGEO.TOULON-HYERES1972$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.TOULON-HYERES1972", + "title": "Photographie - TOULON-HYERES 1972", + "description": "Photographie de TOULON-HYERES 1972", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": 5.74223, + "right": 6.33021, + "top": 43.2163, + "bottom": 42.9696 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42335,77 +44994,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "46", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "93", + "maxTileRow": "94", + "minTileCol": "132", + "maxTileCol": "132" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "187", + "maxTileRow": "188", + "minTileCol": "264", + "maxTileCol": "265" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "375", + "maxTileRow": "376", + "minTileCol": "528", + "maxTileCol": "530" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1087" + "minTileRow": "750", + "maxTileRow": "752", + "minTileCol": "1056", + "maxTileCol": "1060" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1535", - "minTileCol": "1984", - "maxTileCol": "2159" + "minTileRow": "1501", + "maxTileRow": "1505", + "minTileCol": "2113", + "maxTileCol": "2120" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3071", - "minTileCol": "3968", - "maxTileCol": "4319" + "minTileRow": "3003", + "maxTileRow": "3011", + "minTileCol": "4226", + "maxTileCol": "4240" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6127", - "minTileCol": "7952", - "maxTileCol": "8639" + "minTileRow": "6006", + "maxTileRow": "6022", + "minTileCol": "8453", + "maxTileCol": "8480" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12255", - "minTileCol": "15904", - "maxTileCol": "17263" + "minTileRow": "12013", + "maxTileRow": "12044", + "minTileCol": "16906", + "maxTileCol": "16960" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24495", - "minTileCol": "31824", - "maxTileCol": "34511" + "minTileRow": "24027", + "maxTileRow": "24088", + "minTileCol": "33813", + "maxTileCol": "33920" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42413,7 +45072,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42424,25 +45083,25 @@ } ] }, - "OCSGE.USAGE.2017$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2017", - "title": "Occupation du sol grande échelle 2017 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).
", + "ORTHOIMAGERY.EDUGEO.TOULOUSE1954$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.TOULOUSE1954", + "title": "Photographie -Toulouse 1954", + "description": "Photographie de Toulouse 1954", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6644, - "right": 9.57054, - "top": 51.0991, - "bottom": 14.2395 + "left": 1.23852, + "right": 1.55128, + "top": 43.7247, + "bottom": 43.5618 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42450,77 +45109,77 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "64", + "maxTileCol": "64" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "93", + "maxTileRow": "93", + "minTileCol": "128", + "maxTileCol": "129" }, "9": { - "minTileRow": "176", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "186", + "maxTileRow": "187", + "minTileCol": "257", + "maxTileCol": "258" }, "10": { - "minTileRow": "352", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "373", + "maxTileRow": "374", + "minTileCol": "515", + "maxTileCol": "516" }, "11": { - "minTileRow": "704", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1071" + "minTileRow": "746", + "maxTileRow": "748", + "minTileCol": "1031", + "maxTileCol": "1032" }, "12": { - "minTileRow": "1408", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2143" + "minTileRow": "1493", + "maxTileRow": "1496", + "minTileCol": "2062", + "maxTileCol": "2065" }, "13": { - "minTileRow": "2832", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4271" + "minTileRow": "2987", + "maxTileRow": "2992", + "minTileCol": "4124", + "maxTileCol": "4131" }, "14": { - "minTileRow": "5680", - "maxTileRow": "7551", - "minTileCol": "5376", - "maxTileCol": "8543" + "minTileRow": "5974", + "maxTileRow": "5985", + "minTileCol": "8248", + "maxTileCol": "8262" }, "15": { - "minTileRow": "11376", - "maxTileRow": "15087", - "minTileCol": "10768", - "maxTileCol": "17071" + "minTileRow": "11949", + "maxTileRow": "11970", + "minTileCol": "16496", + "maxTileCol": "16525" }, "16": { - "minTileRow": "22768", - "maxTileRow": "30159", - "minTileCol": "21536", - "maxTileCol": "34127" + "minTileRow": "23899", + "maxTileRow": "23940", + "minTileCol": "32993", + "maxTileCol": "33050" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42528,7 +45187,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42539,25 +45198,25 @@ } ] }, - "OCSGE.USAGE.2019$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.USAGE.2019", - "title": "Occupation du sol grande échelle 2019 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG) Source : IGN - 2019", + "ORTHOIMAGERY.EDUGEO.VALEE-DU-DRAC2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.VALEE-DU-DRAC2010", + "title": "SPOT Vallée du Drac 2010", + "description": "Zone de la Vallée du Drac - 2010", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.291052, - "right": 1.2122, - "top": 44.0864, - "bottom": 43.3043 + "left": 5.12922, + "right": 6.25515, + "top": 45.0301, + "bottom": 44.7643 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42567,75 +45226,75 @@ "6": { "minTileRow": "23", "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "32" + "minTileCol": "32", + "maxTileCol": "33" }, "7": { "minTileRow": "46", "maxTileRow": "46", - "minTileCol": "63", - "maxTileCol": "64" + "minTileCol": "65", + "maxTileCol": "66" }, "8": { - "minTileRow": "93", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" + "minTileRow": "92", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "132" }, "9": { - "minTileRow": "186", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "184", + "maxTileRow": "184", + "minTileCol": "263", + "maxTileCol": "264" }, "10": { - "minTileRow": "372", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "368", + "maxTileRow": "369", + "minTileCol": "526", + "maxTileCol": "529" }, "11": { - "minTileRow": "744", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "736", + "maxTileRow": "738", + "minTileCol": "1053", + "maxTileCol": "1059" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1472", + "maxTileRow": "1477", + "minTileCol": "2106", + "maxTileCol": "2119" }, "13": { - "minTileRow": "2976", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2945", + "maxTileRow": "2954", + "minTileCol": "4212", + "maxTileCol": "4238" }, "14": { - "minTileRow": "5952", - "maxTileRow": "6001", - "minTileCol": "8178", - "maxTileCol": "8247" + "minTileRow": "5891", + "maxTileRow": "5908", + "minTileCol": "8425", + "maxTileCol": "8476" }, "15": { - "minTileRow": "11904", - "maxTileRow": "12002", - "minTileCol": "16357", - "maxTileCol": "16494" + "minTileRow": "11783", + "maxTileRow": "11817", + "minTileCol": "16850", + "maxTileCol": "16953" }, "16": { - "minTileRow": "23808", - "maxTileRow": "24005", - "minTileCol": "32715", - "maxTileCol": "32988" + "minTileRow": "23567", + "maxTileRow": "23635", + "minTileCol": "33701", + "maxTileCol": "33906" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42643,7 +45302,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42654,25 +45313,25 @@ } ] }, - "OCSGE.VISU.2016$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.VISU.2016", - "title": "Visualisation OCSGE 2016", - "description": "Résultat IA aggloméré à l'ortho 2016", + "ORTHOIMAGERY.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1970$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.VANNES-GOLFE-DU-MORBIHAN1970", + "title": "Photographie - VANNES GOLFE DU MORBIHAN 1970", + "description": "Photographie - VANNES GOLFE DU MORBIHAN 1970", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.318517, - "right": 1.22575, - "top": 44.0543, - "bottom": 43.2815 + "left": -3.20264, + "right": -2.62716, + "top": 47.7138, + "bottom": 47.4607 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42680,89 +45339,89 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "23", - "maxTileRow": "23", + "minTileRow": "22", + "maxTileRow": "22", "minTileCol": "31", - "maxTileCol": "32" + "maxTileCol": "31" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "63", - "maxTileCol": "64" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "63" }, "8": { - "minTileRow": "93", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" + "minTileRow": "89", + "maxTileRow": "89", + "minTileCol": "125", + "maxTileCol": "126" }, "9": { - "minTileRow": "186", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "178", + "maxTileRow": "179", + "minTileCol": "251", + "maxTileCol": "252" }, "10": { - "minTileRow": "372", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "357", + "maxTileRow": "358", + "minTileCol": "502", + "maxTileCol": "504" }, "11": { - "minTileRow": "744", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "714", + "maxTileRow": "716", + "minTileCol": "1005", + "maxTileCol": "1009" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1428", + "maxTileRow": "1432", + "minTileCol": "2011", + "maxTileCol": "2018" }, "13": { - "minTileRow": "2977", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2857", + "maxTileRow": "2865", + "minTileCol": "4023", + "maxTileCol": "4036" }, "14": { - "minTileRow": "5954", - "maxTileRow": "6001", - "minTileCol": "8178", - "maxTileCol": "8247" + "minTileRow": "5714", + "maxTileRow": "5731", + "minTileCol": "8046", + "maxTileCol": "8072" }, "15": { - "minTileRow": "11908", - "maxTileRow": "12002", - "minTileCol": "16356", - "maxTileCol": "16495" + "minTileRow": "11429", + "maxTileRow": "11463", + "minTileCol": "16092", + "maxTileCol": "16144" }, "16": { - "minTileRow": "23817", - "maxTileRow": "24005", - "minTileCol": "32713", - "maxTileCol": "32990" + "minTileRow": "22858", + "maxTileRow": "22927", + "minTileCol": "32184", + "maxTileCol": "32289" }, "17": { - "minTileRow": "47635", - "maxTileRow": "48010", - "minTileCol": "65427", - "maxTileCol": "65980" + "minTileRow": "45717", + "maxTileRow": "45854", + "minTileCol": "64369", + "maxTileCol": "64579" }, "18": { - "minTileRow": "95271", - "maxTileRow": "96021", - "minTileCol": "130854", - "maxTileCol": "131960" + "minTileRow": "91435", + "maxTileRow": "91708", + "minTileCol": "128739", + "maxTileCol": "129158" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42770,7 +45429,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42781,25 +45440,25 @@ } ] }, - "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE.VISU.2019", - "title": "Visualisation OCSGE 2019", - "description": "Résultat IA aggloméré à l'ortho 2019", + "ORTHOIMAGERY.EDUGEO.VERSAILLES1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.VERSAILLES1965", + "title": "Photographie - Versailles 1965", + "description": "Photographie - Versailles 1965", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.321664, - "right": 1.22575, - "top": 44.1082, - "bottom": 43.2815 + "left": 1.98914, + "right": 2.32692, + "top": 48.8789, + "bottom": 48.6067 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42807,89 +45466,89 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "23", - "maxTileRow": "23", - "minTileCol": "31", + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", "maxTileCol": "32" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "63", + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "64", "maxTileCol": "64" }, "8": { - "minTileRow": "92", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "185", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "176", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "259" }, "10": { - "minTileRow": "371", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "352", + "maxTileRow": "353", + "minTileCol": "517", + "maxTileCol": "518" }, "11": { - "minTileRow": "743", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "704", + "maxTileRow": "706", + "minTileCol": "1035", + "maxTileCol": "1037" }, "12": { - "minTileRow": "1487", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1408", + "maxTileRow": "1413", + "minTileCol": "2070", + "maxTileCol": "2074" }, "13": { - "minTileRow": "2975", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2817", + "maxTileRow": "2826", + "minTileCol": "4141", + "maxTileCol": "4148" }, "14": { - "minTileRow": "5951", - "maxTileRow": "6001", - "minTileCol": "8178", - "maxTileCol": "8247" + "minTileRow": "5635", + "maxTileRow": "5653", + "minTileCol": "8282", + "maxTileCol": "8297" }, "15": { - "minTileRow": "11902", - "maxTileRow": "12002", - "minTileCol": "16356", - "maxTileCol": "16495" + "minTileRow": "11270", + "maxTileRow": "11307", + "minTileCol": "16565", + "maxTileCol": "16595" }, "16": { - "minTileRow": "23805", - "maxTileRow": "24005", - "minTileCol": "32712", - "maxTileCol": "32990" + "minTileRow": "22540", + "maxTileRow": "22615", + "minTileCol": "33130", + "maxTileCol": "33191" }, "17": { - "minTileRow": "47611", - "maxTileRow": "48011", - "minTileCol": "65425", - "maxTileCol": "65980" + "minTileRow": "45080", + "maxTileRow": "45230", + "minTileCol": "66260", + "maxTileCol": "66383" }, "18": { - "minTileRow": "95222", - "maxTileRow": "96022", - "minTileCol": "130851", - "maxTileCol": "131960" + "minTileRow": "90160", + "maxTileRow": "90460", + "minTileCol": "132520", + "maxTileCol": "132766" } } }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } @@ -42897,7 +45556,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -42908,25 +45567,25 @@ } ] }, - "OCSGE_2016$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE_2016", - "title": "OCSGE_2016", - "description": null, + "ORTHOIMAGERY.EDUGEO.VERSAILLES1989$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.EDUGEO.VERSAILLES1989", + "title": "Photographie - Versailles 1989", + "description": "Photographie de Versailles 1989", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": 1.87654, + "right": 2.33943, + "top": 48.8789, + "bottom": 48.6315 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -42934,1784 +45593,2624 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "23", - "maxTileRow": "23", - "minTileCol": "31", + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "32", "maxTileCol": "32" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "63", + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "64", "maxTileCol": "64" }, "8": { - "minTileRow": "93", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "129", + "maxTileCol": "129" }, "9": { - "minTileRow": "186", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "176", + "maxTileRow": "176", + "minTileCol": "258", + "maxTileCol": "259" }, "10": { - "minTileRow": "372", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "352", + "maxTileRow": "353", + "minTileCol": "517", + "maxTileCol": "518" }, "11": { - "minTileRow": "744", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "704", + "maxTileRow": "706", + "minTileCol": "1034", + "maxTileCol": "1037" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1408", + "maxTileRow": "1413", + "minTileCol": "2069", + "maxTileCol": "2074" }, "13": { - "minTileRow": "2976", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2817", + "maxTileRow": "2826", + "minTileCol": "4138", + "maxTileCol": "4149" }, "14": { - "minTileRow": "5952", - "maxTileRow": "6000", - "minTileCol": "8179", - "maxTileCol": "8246" + "minTileRow": "5635", + "maxTileRow": "5652", + "minTileCol": "8277", + "maxTileCol": "8298" }, "15": { - "minTileRow": "11904", - "maxTileRow": "12001", - "minTileCol": "16358", - "maxTileCol": "16493" + "minTileRow": "11270", + "maxTileRow": "11304", + "minTileCol": "16554", + "maxTileCol": "16596" }, "16": { - "minTileRow": "23809", - "maxTileRow": "24003", - "minTileCol": "32716", - "maxTileCol": "32987" - }, - "17": { - "minTileRow": "47619", - "maxTileRow": "48007", - "minTileCol": "65433", - "maxTileCol": "65974" - }, - "18": { - "minTileRow": "95239", - "maxTileRow": "96014", - "minTileCol": "130866", - "maxTileCol": "131948" - }, - "19": { - "minTileRow": "190479", - "maxTileRow": "192028", - "minTileCol": "261732", - "maxTileCol": "263896" + "minTileRow": "22540", + "maxTileRow": "22608", + "minTileCol": "33109", + "maxTileCol": "33193" } } }, - "styles": [], - "legends": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], "formats": [ { - "name": "application/x-protobuf", + "name": "image/png", "current": true } ] }, - "OCSGE_2019$GEOPORTAIL:OGC:WMTS": { - "name": "OCSGE_2019", - "title": "OCSGE_2019", - "description": null, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012", + "title": "PLEIADES - 2012", + "description": "Agrégation des images Pléiades de l'année 2012.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": -53.2686, + "right": 55.5544, + "top": 50.6037, + "bottom": -21.3539 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "11", + "maxTileCol": "20" + }, "6": { - "minTileRow": "23", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "32" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "22", + "maxTileCol": "41" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "63", - "maxTileCol": "64" + "minTileRow": "43", + "maxTileRow": "71", + "minTileCol": "45", + "maxTileCol": "83" }, "8": { - "minTileRow": "93", - "maxTileRow": "93", - "minTileCol": "127", - "maxTileCol": "128" + "minTileRow": "86", + "maxTileRow": "143", + "minTileCol": "90", + "maxTileCol": "167" }, "9": { - "minTileRow": "186", - "maxTileRow": "187", - "minTileCol": "255", - "maxTileCol": "257" + "minTileRow": "172", + "maxTileRow": "287", + "minTileCol": "180", + "maxTileCol": "335" }, "10": { - "minTileRow": "372", - "maxTileRow": "375", - "minTileCol": "511", - "maxTileCol": "515" + "minTileRow": "344", + "maxTileRow": "574", + "minTileCol": "360", + "maxTileCol": "670" }, "11": { - "minTileRow": "744", - "maxTileRow": "750", - "minTileCol": "1022", - "maxTileCol": "1030" + "minTileRow": "689", + "maxTileRow": "1148", + "minTileCol": "720", + "maxTileCol": "1340" }, "12": { - "minTileRow": "1488", - "maxTileRow": "1500", - "minTileCol": "2044", - "maxTileCol": "2061" + "minTileRow": "1378", + "maxTileRow": "2296", + "minTileCol": "1441", + "maxTileCol": "2680" }, "13": { - "minTileRow": "2976", - "maxTileRow": "3000", - "minTileCol": "4089", - "maxTileCol": "4123" + "minTileRow": "2756", + "maxTileRow": "4593", + "minTileCol": "2883", + "maxTileCol": "5360" }, "14": { - "minTileRow": "5952", - "maxTileRow": "6000", - "minTileCol": "8179", - "maxTileCol": "8246" + "minTileRow": "5513", + "maxTileRow": "9187", + "minTileCol": "5767", + "maxTileCol": "10720" }, "15": { - "minTileRow": "11904", - "maxTileRow": "12001", - "minTileCol": "16358", - "maxTileCol": "16493" + "minTileRow": "11027", + "maxTileRow": "18374", + "minTileCol": "11535", + "maxTileCol": "21440" }, "16": { - "minTileRow": "23809", - "maxTileRow": "24003", - "minTileCol": "32716", - "maxTileCol": "32987" + "minTileRow": "22054", + "maxTileRow": "36748", + "minTileCol": "23070", + "maxTileCol": "42881" }, "17": { - "minTileRow": "47619", - "maxTileRow": "48007", - "minTileCol": "65433", - "maxTileCol": "65974" + "minTileRow": "44108", + "maxTileRow": "73497", + "minTileCol": "46141", + "maxTileCol": "85762" }, "18": { - "minTileRow": "95239", - "maxTileRow": "96014", - "minTileCol": "130866", - "maxTileCol": "131948" - }, - "19": { - "minTileRow": "190479", - "maxTileRow": "192028", - "minTileCol": "261732", - "maxTileCol": "263896" + "minTileRow": "88216", + "maxTileRow": "146994", + "minTileCol": "92282", + "maxTileCol": "171525" } } }, - "styles": [], - "legends": [], - "formats": [ - { - "name": "application/x-protobuf", - "current": true - } - ] - }, - "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.CONSTRUCTIONS", - "title": "Occupation du sol grande échelle - zones construites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -61.664384666, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 14.239534788 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.CONSTRUCTIONS.2010$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.CONSTRUCTIONS.2010", - "title": "Occupation du sol grande échelle 2010 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2010", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013", + "title": "PLEIADES - 2013", + "description": "Agrégation des images Pleiades de l'année 2013", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" + }, + "11": { + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" + }, + "12": { + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" + }, + "13": { + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" + }, + "14": { + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" + }, + "15": { + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" + }, + "16": { + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" + }, + "17": { + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" + }, + "18": { + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.CONSTRUCTIONS.2011", - "title": "Occupation du sol grande échelle 2011 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2011", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014", + "title": "PLEIADES - 2014", + "description": "Agrégation des images Pleiades de l'année 2014", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], - "styles": [ - { - "name": "nolegend", - "title": "Données sans légende" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.CONSTRUCTIONS.2016", - "title": "Occupation du sol grande échelle 2016 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2016", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" + }, + "11": { + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" + }, + "12": { + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" + }, + "13": { + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" + }, + "14": { + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" + }, + "15": { + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" + }, + "16": { + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" + }, + "17": { + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" + }, + "18": { + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "OCSGE.CONSTRUCTIONS.2017$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.CONSTRUCTIONS.2017", - "title": "Occupation du sol grande échelle 2017 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2017", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -61.664384666, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 14.239534788 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], - "styles": [ - { - "name": "nolegend", - "title": "Données sans légende" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.CONSTRUCTIONS.2019", - "title": "Occupation du sol grande échelle 2019 - zones contruites", - "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2019", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015", + "title": "PLEIADES - 2015", + "description": "Agrégation des images Pleiades de l'année 2015", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.291052179, - "right": 1.212196409, - "top": 44.086448523, - "bottom": 43.304347462 + "left": -178.196, + "right": 77.6156, + "top": 51.0283, + "bottom": -37.8942 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "9", + "minTileCol": "0", + "maxTileCol": "11" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "19", + "minTileCol": "0", + "maxTileCol": "22" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "39", + "minTileCol": "0", + "maxTileCol": "45" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "78", + "minTileCol": "0", + "maxTileCol": "91" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "157", + "minTileCol": "1", + "maxTileCol": "183" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "314", + "minTileCol": "2", + "maxTileCol": "366" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "628", + "minTileCol": "5", + "maxTileCol": "732" + }, + "11": { + "minTileRow": "685", + "maxTileRow": "1257", + "minTileCol": "10", + "maxTileCol": "1465" + }, + "12": { + "minTileRow": "1370", + "maxTileRow": "2514", + "minTileCol": "20", + "maxTileCol": "2931" + }, + "13": { + "minTileRow": "2741", + "maxTileRow": "5029", + "minTileCol": "41", + "maxTileCol": "5862" + }, + "14": { + "minTileRow": "5482", + "maxTileRow": "10058", + "minTileCol": "82", + "maxTileCol": "11724" + }, + "15": { + "minTileRow": "10965", + "maxTileRow": "20116", + "minTileCol": "164", + "maxTileCol": "23448" + }, + "16": { + "minTileRow": "21931", + "maxTileRow": "40232", + "minTileCol": "328", + "maxTileCol": "46897" + }, + "17": { + "minTileRow": "43863", + "maxTileRow": "80464", + "minTileCol": "656", + "maxTileCol": "93794" + }, + "18": { + "minTileRow": "87727", + "maxTileRow": "160929", + "minTileCol": "1313", + "maxTileCol": "187589" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.COUVERTURE", - "title": "Occupation du sol grande échelle - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016", + "title": "PLEIADES - 2016", + "description": "Agrégation des images Pleiades de l'année 2016", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.664384666, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 14.239534788 + "left": -54.1373, + "right": 55.8441, + "top": 50.6549, + "bottom": -21.32 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "11", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "22", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "71", + "minTileCol": "44", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "143", + "minTileCol": "89", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "172", + "maxTileRow": "287", + "minTileCol": "179", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "344", + "maxTileRow": "574", + "minTileCol": "358", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "688", + "maxTileRow": "1148", + "minTileCol": "716", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1377", + "maxTileRow": "2296", + "minTileCol": "1432", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2754", + "maxTileRow": "4592", + "minTileCol": "2864", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5509", + "maxTileRow": "9185", + "minTileCol": "5728", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "11019", + "maxTileRow": "18370", + "minTileCol": "11456", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "22039", + "maxTileRow": "36741", + "minTileCol": "22912", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "44078", + "maxTileRow": "73483", + "minTileCol": "45825", + "maxTileCol": "85868" + }, + "18": { + "minTileRow": "88157", + "maxTileRow": "146967", + "minTileCol": "91650", + "maxTileCol": "171736" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.COUVERTURE.2010$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.COUVERTURE.2010", - "title": "Occupation du sol grande échelle 2010 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2010", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017", + "title": "PLEIADES - 2017", + "description": "Agrégation des images Pleiades de l'année 2017", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -63.1796, + "right": 55.8465, + "top": 51.1117, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], - "styles": [ - { - "name": "nolegend", - "title": "Données sans légende" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.COUVERTURE.2011", - "title": "Occupation du sol grande échelle 2011 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG)1 Source : IGN - 2016", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5476", + "maxTileRow": "9189", + "minTileCol": "5316", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "10953", + "maxTileRow": "18378", + "minTileCol": "10633", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "21907", + "maxTileRow": "36757", + "minTileCol": "21266", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43815", + "maxTileRow": "73515", + "minTileCol": "42533", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87630", + "maxTileRow": "147031", + "minTileCol": "85066", + "maxTileCol": "171738" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.COUVERTURE.2016", - "title": "Occupation du sol grande échelle 2016 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2016", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018", + "title": "PLEIADES - 2018", + "description": "Agrégation des images Pleiades de l'année 2018", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -63.1702, + "right": 55.8649, + "top": 51.0841, + "bottom": -21.4094 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10957", + "maxTileRow": "18379", + "minTileCol": "10634", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21915", + "maxTileRow": "36759", + "minTileCol": "21268", + "maxTileCol": "42937" + }, + "17": { + "minTileRow": "43831", + "maxTileRow": "73518", + "minTileCol": "42536", + "maxTileCol": "85875" + }, + "18": { + "minTileRow": "87662", + "maxTileRow": "147037", + "minTileCol": "85072", + "maxTileCol": "171751" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.COUVERTURE.2017$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.COUVERTURE.2017", - "title": "Occupation du sol grande échelle 2017 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2017", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019", + "title": "PLEIADES - 2019", + "description": "Agrégation des images Pleiades de l'année 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.664384666, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 14.239534788 + "left": -63.1702, + "right": 55.8649, + "top": 51.1117, + "bottom": -21.4094 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5476", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10953", + "maxTileRow": "18379", + "minTileCol": "10634", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21907", + "maxTileRow": "36759", + "minTileCol": "21268", + "maxTileCol": "42937" + }, + "17": { + "minTileRow": "43815", + "maxTileRow": "73518", + "minTileCol": "42536", + "maxTileCol": "85875" + }, + "18": { + "minTileRow": "87630", + "maxTileRow": "147037", + "minTileCol": "85072", + "maxTileCol": "171751" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.COUVERTURE.2019", - "title": "Occupation du sol grande échelle 2019 - couverture", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2019", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020", + "title": "PLEIADES - 2020", + "description": "Agrégation des images Pleiades de l'année 2020", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.291052179, - "right": 1.212196409, - "top": 44.086448523, - "bottom": 43.304347462 + "left": -63.1724, + "right": 45.3136, + "top": 51.1117, + "bottom": -13.0169 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "34", + "minTileCol": "20", + "maxTileCol": "40" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "68", + "minTileCol": "41", + "maxTileCol": "80" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "137", + "minTileCol": "83", + "maxTileCol": "160" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "274", + "minTileCol": "166", + "maxTileCol": "320" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "549", + "minTileCol": "332", + "maxTileCol": "640" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1098", + "minTileCol": "664", + "maxTileCol": "1281" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2197", + "minTileCol": "1329", + "maxTileCol": "2563" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4394", + "minTileCol": "2658", + "maxTileCol": "5127" + }, + "14": { + "minTileRow": "5476", + "maxTileRow": "8789", + "minTileCol": "5316", + "maxTileCol": "10254" + }, + "15": { + "minTileRow": "10953", + "maxTileRow": "17579", + "minTileCol": "10633", + "maxTileCol": "20508" + }, + "16": { + "minTileRow": "21907", + "maxTileRow": "35158", + "minTileCol": "21267", + "maxTileCol": "41017" + }, + "17": { + "minTileRow": "43815", + "maxTileRow": "70316", + "minTileCol": "42535", + "maxTileCol": "82034" + }, + "18": { + "minTileRow": "87630", + "maxTileRow": "140633", + "minTileCol": "85071", + "maxTileCol": "164068" + } + } + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.USAGE$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.USAGE", - "title": "Occupation du sol grande échelle - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021", + "title": "PLEIADES - 2021", + "description": "Agrégation des images Pleiades de l'année 2021", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.664384666, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 14.239534788 + "left": -61.8234, + "right": 55.8464, + "top": 51.13, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "21", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "42", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "84", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "168", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "336", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "672", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1368", + "maxTileRow": "2297", + "minTileCol": "1344", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2737", + "maxTileRow": "4594", + "minTileCol": "2689", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5475", + "maxTileRow": "9189", + "minTileCol": "5378", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "10951", + "maxTileRow": "18378", + "minTileCol": "10756", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "21902", + "maxTileRow": "36757", + "minTileCol": "21513", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43804", + "maxTileRow": "73515", + "minTileCol": "43026", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87609", + "maxTileRow": "147031", + "minTileCol": "86053", + "maxTileCol": "171738" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.USAGE.2010$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.USAGE.2010", - "title": "Occupation du sol grande échelle 2010 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2010", + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022", + "title": "PLEIADES - 2022", + "description": "Agrégation des images Pleiades de l'année 2022", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -67.7132, + "right": 55.7216, + "top": 69.3108, + "bottom": -21.3733 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "3", + "maxTileRow": "8", + "minTileCol": "4", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "7", + "maxTileRow": "17", + "minTileCol": "9", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "14", + "maxTileRow": "35", + "minTileCol": "19", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "29", + "maxTileRow": "71", + "minTileCol": "39", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "58", + "maxTileRow": "143", + "minTileCol": "79", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "117", + "maxTileRow": "287", + "minTileCol": "159", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "234", + "maxTileRow": "574", + "minTileCol": "319", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "469", + "maxTileRow": "1148", + "minTileCol": "638", + "maxTileCol": "1340" + }, + "12": { + "minTileRow": "939", + "maxTileRow": "2297", + "minTileCol": "1277", + "maxTileCol": "2681" + }, + "13": { + "minTileRow": "1878", + "maxTileRow": "4594", + "minTileCol": "2555", + "maxTileCol": "5363" + }, + "14": { + "minTileRow": "3756", + "maxTileRow": "9188", + "minTileCol": "5110", + "maxTileCol": "10727" + }, + "15": { + "minTileRow": "7513", + "maxTileRow": "18376", + "minTileCol": "10220", + "maxTileCol": "21455" + }, + "16": { + "minTileRow": "15027", + "maxTileRow": "36752", + "minTileCol": "20441", + "maxTileCol": "42911" + }, + "17": { + "minTileRow": "30055", + "maxTileRow": "73504", + "minTileCol": "40882", + "maxTileCol": "85823" + }, + "18": { + "minTileRow": "60111", + "maxTileRow": "147009", + "minTileCol": "81764", + "maxTileCol": "171647" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.USAGE.2011", - "title": "Occupation du sol grande échelle 2011 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2011", + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010", + "title": "RAPIDEYE 2010", + "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -5.80725, + "right": 10.961, + "top": 50.9218, + "bottom": 41.2014 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "343", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "543" + }, + "11": { + "minTileRow": "686", + "maxTileRow": "766", + "minTileCol": "990", + "maxTileCol": "1086" + }, + "12": { + "minTileRow": "1372", + "maxTileRow": "1532", + "minTileCol": "1981", + "maxTileCol": "2172" + }, + "13": { + "minTileRow": "2745", + "maxTileRow": "3065", + "minTileCol": "3963", + "maxTileCol": "4345" + }, + "14": { + "minTileRow": "5490", + "maxTileRow": "6130", + "minTileCol": "7927", + "maxTileCol": "8690" + }, + "15": { + "minTileRow": "10981", + "maxTileRow": "12261", + "minTileCol": "15855", + "maxTileCol": "17381" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.USAGE.2016", - "title": "Occupation du sol grande échelle 2016 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2016", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" - } - ], - "styles": [ - { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "OCSGE.USAGE.2017$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.USAGE.2017", - "title": "Occupation du sol grande échelle 2017 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2017", + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011", + "title": "RAPIDEYE - 2011", + "description": "Image satellitaire de la France métropolitaine effectuée en 2011 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.664384666, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 14.239534788 + "left": -5.80725, + "right": 10.961, + "top": 51.1752, + "bottom": 41.0227 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "543" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "767", + "minTileCol": "990", + "maxTileCol": "1086" + }, + "12": { + "minTileRow": "1368", + "maxTileRow": "1535", + "minTileCol": "1981", + "maxTileCol": "2172" + }, + "13": { + "minTileRow": "2736", + "maxTileRow": "3070", + "minTileCol": "3963", + "maxTileCol": "4345" + }, + "14": { + "minTileRow": "5472", + "maxTileRow": "6141", + "minTileCol": "7927", + "maxTileCol": "8690" + }, + "15": { + "minTileRow": "10944", + "maxTileRow": "12282", + "minTileCol": "15855", + "maxTileCol": "17381" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "OCSGE.USAGE.2019$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.USAGE.2019", - "title": "Occupation du sol grande échelle 2019 - usage", - "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG) Source : IGN - 2019", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013", + "title": "Millésime Spot 2013", + "description": "Agrégation des images Spot de l'année 2013", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.291052179, - "right": 1.212196409, - "top": 44.086448523, - "bottom": 43.304347462 + "left": 0.563585, + "right": 4.29191, + "top": 50.3879, + "bottom": 44.8809 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_OCS_GE_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "1", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "2", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "4", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "8", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "16", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "46", + "minTileCol": "64", + "maxTileCol": "65" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "92", + "minTileCol": "128", + "maxTileCol": "131" + }, + "9": { + "minTileRow": "172", + "maxTileRow": "184", + "minTileCol": "256", + "maxTileCol": "262" + }, + "10": { + "minTileRow": "345", + "maxTileRow": "368", + "minTileCol": "513", + "maxTileCol": "524" + }, + "11": { + "minTileRow": "691", + "maxTileRow": "737", + "minTileCol": "1027", + "maxTileCol": "1048" + }, + "12": { + "minTileRow": "1382", + "maxTileRow": "1475", + "minTileCol": "2054", + "maxTileCol": "2096" + }, + "13": { + "minTileRow": "2764", + "maxTileRow": "2950", + "minTileCol": "4108", + "maxTileCol": "4193" + }, + "14": { + "minTileRow": "5528", + "maxTileRow": "5901", + "minTileCol": "8217", + "maxTileCol": "8387" + }, + "15": { + "minTileRow": "11057", + "maxTileRow": "11802", + "minTileCol": "16435", + "maxTileCol": "16774" + }, + "16": { + "minTileRow": "22115", + "maxTileRow": "23605", + "minTileCol": "32870", + "maxTileCol": "33549" + }, + "17": { + "minTileRow": "44231", + "maxTileRow": "47211", + "minTileCol": "65741", + "maxTileCol": "67098" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "OCSGE.VISU.2016$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.VISU.2016", - "title": "Visualisation OCSGE 2016", - "description": "Résultat IA aggloméré à l'ortho 2016", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014", + "title": "SPOT 6-7 - 2014", + "description": "Agrégation des images Spot de l'année 2014.

Financeurs de la couverture SPOT 6-7 :
CNES, IGN, GEOSUD
", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.318516757, - "right": 1.22575123, - "top": 44.054254238, - "bottom": 43.281506807 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Raster.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" + }, + "11": { + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" + }, + "12": { + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" + }, + "13": { + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" + }, + "14": { + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" + }, + "15": { + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" + }, + "16": { + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" + }, + "17": { + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" + } } - ], + }, "styles": [ { - "name": "nolegend", - "title": "Données sans légende" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMS": { - "name": "OCSGE.VISU.2019", - "title": "Visualisation OCSGE 2019", - "description": "Résultat IA aggloméré à l'ortho 2019", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015", + "title": "SPOT 6-7 - 2015", + "description": "Agrégation des images Spot de l'année 2015.

Financeurs de la télémesure SPOT 6-7 :
CIRAD, CNES, CNRS, IGN, IRD, Irstea, GEOSUD
", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.321663622, - "right": 1.22575123, - "top": 44.108240347, - "bottom": 43.281506807 + "left": -61.8141, + "right": 55.856, + "top": 51.106, + "bottom": -21.4104 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Raster.xml" - } - ], - "styles": [ - { - "name": "nolegend", - "title": "Données sans légende" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "OCSGE_2016$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, - "serviceParams": { - "id": "GPP:TMS", - "version": "1.0.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/tms/1.0.0/" - } - }, - "name": "OCSGE_2016", - "title": "OCSGE_2016", - "description": "", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" - } - ], - "styles": [ - { - "name": "ocsge_couverture", - "title": "Style OCSGE Couverture", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/OCSGE/ocsge_couverture.json" - }, - { - "name": "ocsge_usage", - "title": "Style OCSGE Usage", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/OCSGE/ocsge_usage.json" - } - ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -6.50390625000007, - "right": 40.9798980696202, - "top": 51.2894059027168, - "bottom": 9.84374999999994 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "OCSGE_2016$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - }, - "OCSGE_2019$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, - "serviceParams": { - "id": "GPP:TMS", - "version": "1.0.0", - "serverUrl": { - "ocsge": "https://wxs.ign.fr/ocsge/geoportail/tms/1.0.0/" - } - }, - "name": "OCSGE_2019", - "title": "OCSGE_2019", - "description": "", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" - } - ], - "styles": [ - { - "name": "ocsge_couverture", - "title": "Style OCSGE Couverture", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/OCSGE/ocsge_couverture.json" - }, - { - "name": "ocsge_usage", - "title": "Style OCSGE Usage", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/OCSGE/ocsge_usage.json" - } - ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -6.50390625000007, - "right": 40.9798980696202, - "top": 51.2894059027168, - "bottom": 9.84374999999994 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "OCSGE_2019$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - }, - "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS": { - "name": "HR.ORTHOIMAGERY.ORTHOPHOTOS", - "title": "Ortho 20 cm", - "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -63.1607, - "right": 55.8464, - "top": 51.1124, - "bottom": -21.4013 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "21", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "42", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "84", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "168", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "336", + "maxTileCol": "670" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "672", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1344", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2689", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5477", + "maxTileRow": "9189", + "minTileCol": "5378", + "maxTileCol": "10734" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10954", + "maxTileRow": "18379", + "minTileCol": "10757", + "maxTileCol": "21468" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" + "minTileRow": "21909", + "maxTileRow": "36759", + "minTileCol": "21515", + "maxTileCol": "42936" }, "17": { - "minTileRow": "43808", + "minTileRow": "43818", "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85871" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147039", - "minTileCol": "85072", - "maxTileCol": "171743" - }, - "19": { - "minTileRow": "175248", - "maxTileRow": "294063", - "minTileCol": "170144", - "maxTileCol": "343487" + "minTileCol": "43030", + "maxTileCol": "85872" } } }, @@ -44726,7 +48225,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -44737,96 +48236,138 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS", - "title": "Zones interdites à la captation aérienne des données", - "description": "Zones interdites à la captation aérienne des données (ZICAD) fixées par voie d'arrêté (arrêté du 02-01-2023 fixant la liste des zones interdites à la prise de vue aérienne par appareil photographique, cinématographique ou tout autre capteur). Édition 02-01-2023", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016", + "title": "SPOT 6-7 - 2016", + "description": "Agrégation des images Spot de l'année 2016.

Financeurs de la télémesure SPOT 6-7 :
CIRAD, CNES, CNRS, IGN, IRD, Irstea, GEOSUD
", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.309, - "right": 168.298, - "top": 51.3121, - "bottom": -22.9723 + "left": -61.85, + "right": 55.8562, + "top": 51.1123, + "bottom": -21.4104 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", - "maxTileRow": "36", - "minTileCol": "0", - "maxTileCol": "61" + "maxTileRow": "35", + "minTileCol": "21", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "72", - "minTileCol": "0", - "maxTileCol": "123" + "maxTileRow": "71", + "minTileCol": "42", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "144", - "minTileCol": "1", - "maxTileCol": "247" + "maxTileRow": "143", + "minTileCol": "84", + "maxTileCol": "167" }, "9": { - "minTileRow": "170", - "maxTileRow": "289", - "minTileCol": "2", - "maxTileCol": "495" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "168", + "maxTileCol": "335" }, "10": { - "minTileRow": "341", - "maxTileRow": "579", - "minTileCol": "4", - "maxTileCol": "990" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "336", + "maxTileCol": "670" }, "11": { - "minTileRow": "682", - "maxTileRow": "1158", - "minTileCol": "9", - "maxTileCol": "1981" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "672", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2316", - "minTileCol": "19", - "maxTileCol": "3962" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1344", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4633", - "minTileCol": "38", - "maxTileCol": "7925" + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2688", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9266", - "minTileCol": "76", - "maxTileCol": "15851" + "minTileRow": "5476", + "maxTileRow": "9189", + "minTileCol": "5377", + "maxTileCol": "10734" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18533", - "minTileCol": "153", - "maxTileCol": "31702" + "minTileRow": "10953", + "maxTileRow": "18379", + "minTileCol": "10754", + "maxTileCol": "21468" }, "16": { - "minTileRow": "21849", - "maxTileRow": "37066", - "minTileCol": "307", - "maxTileCol": "63405" + "minTileRow": "21907", + "maxTileRow": "36759", + "minTileCol": "21508", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43814", + "maxTileRow": "73519", + "minTileCol": "43017", + "maxTileCol": "85872" } } }, @@ -44841,119 +48382,149 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO", - "title": "Ortho 50 cm", - "description": "Le produit BD ORTHO® est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017", + "title": "SPOT 6-7 - 2017", + "description": "Agrégation des images Spot de l'année 2017", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187, - "right": 168.19, - "top": 51.1124, - "bottom": -22.7643 + "left": -61.8534, + "right": 55.8562, + "top": 51.1123, + "bottom": -21.4104 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "16", - "maxTileRow": "47", + "0": { + "minTileRow": "0", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "63" + "maxTileCol": "0" }, - "7": { - "minTileRow": "32", - "maxTileRow": "79", + "1": { + "minTileRow": "0", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "127" + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "21", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "42", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "159", - "minTileCol": "0", - "maxTileCol": "255" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "84", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "303", - "minTileCol": "0", - "maxTileCol": "495" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "168", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "591", - "minTileCol": "0", - "maxTileCol": "991" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "336", + "maxTileCol": "670" }, "11": { - "minTileRow": "672", - "maxTileRow": "1167", - "minTileCol": "0", - "maxTileCol": "1983" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "672", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2319", - "minTileCol": "16", - "maxTileCol": "3967" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1344", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4639", - "minTileCol": "32", - "maxTileCol": "7935" + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2688", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9263", - "minTileCol": "80", - "maxTileCol": "15855" + "minTileRow": "5476", + "maxTileRow": "9189", + "minTileCol": "5376", + "maxTileCol": "10734" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18527", - "minTileCol": "160", - "maxTileCol": "31695" + "minTileRow": "10953", + "maxTileRow": "18379", + "minTileCol": "10753", + "maxTileCol": "21468" }, "16": { - "minTileRow": "21904", - "maxTileRow": "37039", - "minTileCol": "320", - "maxTileCol": "63391" + "minTileRow": "21907", + "maxTileRow": "36759", + "minTileCol": "21507", + "maxTileCol": "42936" }, "17": { - "minTileRow": "43808", - "maxTileRow": "74063", - "minTileCol": "656", - "maxTileCol": "126767" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "148111", - "minTileCol": "1312", - "maxTileCol": "253535" + "minTileRow": "43814", + "maxTileRow": "73519", + "minTileCol": "43015", + "maxTileCol": "85872" } } }, @@ -44968,7 +48539,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -44979,108 +48550,138 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.COAST2000$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.COAST2000", - "title": "Ortholittorale 2000", - "description": "Donnée issue du Référentiel géographique du littoral. Zone de couverture de l'orthophotographie : côte de la mer du Nord, de la Manche et de l'Atlantique.", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018", + "title": "SPOT 6-7 - 2018", + "description": "Agrégation des images Spot de l'année 2018", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.21565, - "right": 2.60783, - "top": 51.1233, - "bottom": 43.301 - } - }, + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 + } + }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { "minTileRow": "21", "maxTileRow": "23", "minTileCol": "31", - "maxTileCol": "32" + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "46", + "maxTileRow": "47", "minTileCol": "62", - "maxTileCol": "64" + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "93", + "maxTileRow": "95", "minTileCol": "124", - "maxTileCol": "129" + "maxTileCol": "135" }, "9": { "minTileRow": "171", - "maxTileRow": "187", + "maxTileRow": "191", "minTileCol": "248", - "maxTileCol": "259" + "maxTileCol": "271" }, "10": { "minTileRow": "342", - "maxTileRow": "375", - "minTileCol": "497", - "maxTileCol": "519" + "maxTileRow": "382", + "minTileCol": "496", + "maxTileCol": "542" }, "11": { "minTileRow": "684", - "maxTileRow": "750", - "minTileCol": "994", - "maxTileCol": "1038" + "maxTileRow": "765", + "minTileCol": "992", + "maxTileCol": "1085" }, "12": { "minTileRow": "1369", - "maxTileRow": "1500", - "minTileCol": "1988", - "maxTileCol": "2077" + "maxTileRow": "1531", + "minTileCol": "1984", + "maxTileCol": "2170" }, "13": { "minTileRow": "2738", - "maxTileRow": "3000", - "minTileCol": "3977", - "maxTileCol": "4155" + "maxTileRow": "3063", + "minTileCol": "3969", + "maxTileCol": "4340" }, "14": { "minTileRow": "5476", - "maxTileRow": "6001", - "minTileCol": "7954", - "maxTileCol": "8310" + "maxTileRow": "6127", + "minTileCol": "7938", + "maxTileCol": "8680" }, "15": { - "minTileRow": "10952", - "maxTileRow": "12003", - "minTileCol": "15909", - "maxTileCol": "16621" + "minTileRow": "10953", + "maxTileRow": "12254", + "minTileCol": "15876", + "maxTileCol": "17361" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24006", - "minTileCol": "31818", - "maxTileCol": "33242" + "minTileRow": "21907", + "maxTileRow": "24508", + "minTileCol": "31753", + "maxTileCol": "34723" }, "17": { - "minTileRow": "43808", - "maxTileRow": "48012", - "minTileCol": "63637", - "maxTileCol": "66485" - }, - "18": { - "minTileRow": "87617", - "maxTileRow": "96024", - "minTileCol": "127274", - "maxTileCol": "132970" + "minTileRow": "43814", + "maxTileRow": "49016", + "minTileCol": "63507", + "maxTileCol": "69446" } } }, @@ -45095,36 +48696,36 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ILESDUNORD$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ILESDUNORD", - "title": "Données ortho-réctifiées antérieures au passage d'Irma", - "description": "Ce flux regroupe des données ortho-rectifiées issues des prises de vue aériennes de Saint Martin (2017) et Saint Barthélémy (2016).", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019", + "title": "SPOT 6-7 - 2019", + "description": "Agrégation des images SPOT 2019", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1986, - "right": -62.7828, - "top": 18.1701, - "bottom": 17.8626 + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -45141,115 +48742,103 @@ "minTileRow": "0", "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "0" + "maxTileCol": "1" }, "2": { "minTileRow": "1", "maxTileRow": "1", "minTileCol": "1", - "maxTileCol": "1" + "maxTileCol": "2" }, "3": { - "minTileRow": "3", - "maxTileRow": "3", - "minTileCol": "2", - "maxTileCol": "2" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "7", - "maxTileRow": "7", - "minTileCol": "5", - "maxTileCol": "5" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "14", - "maxTileRow": "14", - "minTileCol": "10", - "maxTileCol": "10" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "28", - "maxTileRow": "28", - "minTileCol": "20", - "maxTileCol": "20" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "57", - "maxTileRow": "57", - "minTileCol": "41", - "maxTileCol": "41" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "114", - "maxTileRow": "115", - "minTileCol": "83", - "maxTileCol": "83" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "135" }, "9": { - "minTileRow": "229", - "maxTileRow": "230", - "minTileCol": "166", - "maxTileCol": "166" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "271" }, "10": { - "minTileRow": "459", - "maxTileRow": "460", - "minTileCol": "332", - "maxTileCol": "333" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "496", + "maxTileCol": "542" }, "11": { - "minTileRow": "918", - "maxTileRow": "920", - "minTileCol": "664", - "maxTileCol": "666" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "992", + "maxTileCol": "1085" }, "12": { - "minTileRow": "1837", - "maxTileRow": "1841", - "minTileCol": "1328", - "maxTileCol": "1333" + "minTileRow": "1369", + "maxTileRow": "1531", + "minTileCol": "1984", + "maxTileCol": "2170" }, "13": { - "minTileRow": "3675", - "maxTileRow": "3682", - "minTileCol": "2657", - "maxTileCol": "2667" + "minTileRow": "2738", + "maxTileRow": "3063", + "minTileCol": "3969", + "maxTileCol": "4340" }, "14": { - "minTileRow": "7350", - "maxTileRow": "7365", - "minTileCol": "5315", - "maxTileCol": "5334" + "minTileRow": "5476", + "maxTileRow": "6127", + "minTileCol": "7938", + "maxTileCol": "8680" }, "15": { - "minTileRow": "14701", - "maxTileRow": "14731", - "minTileCol": "10631", - "maxTileCol": "10669" + "minTileRow": "10953", + "maxTileRow": "12254", + "minTileCol": "15876", + "maxTileCol": "17361" }, "16": { - "minTileRow": "29403", - "maxTileRow": "29462", - "minTileCol": "21263", - "maxTileCol": "21338" + "minTileRow": "21907", + "maxTileRow": "24508", + "minTileCol": "31753", + "maxTileCol": "34723" }, "17": { - "minTileRow": "58806", - "maxTileRow": "58924", - "minTileCol": "42526", - "maxTileCol": "42677" - }, - "18": { - "minTileRow": "117613", - "maxTileRow": "117848", - "minTileCol": "85052", - "maxTileCol": "85355" - }, - "19": { - "minTileRow": "235226", - "maxTileRow": "235697", - "minTileCol": "170104", - "maxTileCol": "170710" + "minTileRow": "43814", + "maxTileRow": "49016", + "minTileCol": "63507", + "maxTileCol": "69446" } } }, @@ -45264,36 +48853,36 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC", - "title": "BDORTHO en infrarouge fausses couleurs", - "description": "BDORTHO en infrarouge fausses couleurs", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020", + "title": "SPOT 6-7 - 2020", + "description": "Agrégation des images SPOT 2020", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.9717, - "right": 55.8464, - "top": 51.1124, - "bottom": -21.4013 + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -45302,123 +48891,111 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "135" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "271" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "496", + "maxTileCol": "542" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "992", + "maxTileCol": "1085" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "1531", + "minTileCol": "1984", + "maxTileCol": "2170" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2738", + "maxTileRow": "3063", + "minTileCol": "3969", + "maxTileCol": "4340" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5476", + "maxTileRow": "6127", + "minTileCol": "7938", + "maxTileCol": "8680" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10640", - "maxTileCol": "21471" + "minTileRow": "10953", + "maxTileRow": "12254", + "minTileCol": "15876", + "maxTileCol": "17361" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21296", - "maxTileCol": "42943" + "minTileRow": "21907", + "maxTileRow": "24508", + "minTileCol": "31753", + "maxTileCol": "34723" }, "17": { - "minTileRow": "43808", - "maxTileRow": "73519", - "minTileCol": "42608", - "maxTileCol": "85871" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147039", - "minTileCol": "85216", - "maxTileCol": "171743" - }, - "19": { - "minTileRow": "175248", - "maxTileRow": "294063", - "minTileCol": "170432", - "maxTileCol": "343487" + "minTileRow": "43814", + "maxTileRow": "49016", + "minTileCol": "63507", + "maxTileCol": "69446" } } }, @@ -45433,7 +49010,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -45444,25 +49021,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022", - "title": "ortho-express IRC 2022", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021", + "title": "SPOT 6-7 - 2021", + "description": "Agrégation des images SPOT 2021", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -45471,123 +49048,111 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "135" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "271" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "496", + "maxTileCol": "542" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "992", + "maxTileCol": "1085" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1369", + "maxTileRow": "1531", + "minTileCol": "1984", + "maxTileCol": "2170" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "2738", + "maxTileRow": "3063", + "minTileCol": "3969", + "maxTileCol": "4340" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "5476", + "maxTileRow": "6127", + "minTileCol": "7938", + "maxTileCol": "8680" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "10953", + "maxTileRow": "12254", + "minTileCol": "15876", + "maxTileCol": "17361" }, "16": { - "minTileRow": "0", - "maxTileRow": "65536", - "minTileCol": "0", - "maxTileCol": "65536" + "minTileRow": "21907", + "maxTileRow": "24508", + "minTileCol": "31753", + "maxTileCol": "34723" }, "17": { - "minTileRow": "0", - "maxTileRow": "131072", - "minTileCol": "0", - "maxTileCol": "131072" - }, - "18": { - "minTileRow": "0", - "maxTileRow": "262144", - "minTileCol": "0", - "maxTileCol": "262144" - }, - "19": { - "minTileRow": "0", - "maxTileRow": "524288", - "minTileCol": "0", - "maxTileCol": "524288" + "minTileRow": "43814", + "maxTileRow": "49016", + "minTileCol": "63507", + "maxTileCol": "69446" } } }, @@ -45602,7 +49167,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -45613,25 +49178,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022", - "title": "ORTHO-ASP_PAC2022", - "description": "orthos ASP PAC 2022", + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2023$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2023", + "title": "SPOT 6-7 2023", + "description": "Agrégation des images SPOT 2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 - } - }, + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 + } + }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -45640,117 +49205,105 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "135" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "271" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "496", + "maxTileCol": "542" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "992", + "maxTileCol": "1085" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1369", + "maxTileRow": "1531", + "minTileCol": "1984", + "maxTileCol": "2170" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "2738", + "maxTileRow": "3063", + "minTileCol": "3969", + "maxTileCol": "4340" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "5476", + "maxTileRow": "6127", + "minTileCol": "7938", + "maxTileCol": "8680" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "10953", + "maxTileRow": "12254", + "minTileCol": "15876", + "maxTileCol": "17361" }, "16": { - "minTileRow": "0", - "maxTileRow": "65536", - "minTileCol": "0", - "maxTileCol": "65536" - }, - "17": { - "minTileRow": "0", - "maxTileRow": "131072", - "minTileCol": "0", - "maxTileCol": "131072" - }, - "18": { - "minTileRow": "0", - "maxTileRow": "262144", - "minTileCol": "0", - "maxTileCol": "262144" + "minTileRow": "21907", + "maxTileRow": "24508", + "minTileCol": "31753", + "maxTileCol": "34723" } } }, @@ -45765,7 +49318,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -45776,144 +49329,96 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2023$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2023", - "title": "ORTHO-ASP_PAC2023", - "description": "orthos ASP PAC 2023", + "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS", + "title": "Zones interdites à la captation aérienne des données", + "description": "Zones interdites à la captation aérienne des données (ZICAD) fixées par voie d'arrêté (arrêté du 02-01-2023 fixant la liste des zones interdites à la prise de vue aérienne par appareil photographique, cinématographique ou tout autre capteur). Édition octobre 2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -178.309, + "right": 168.298, + "top": 51.3121, + "bottom": -47.0456 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" - }, "6": { - "minTileRow": "0", - "maxTileRow": "64", + "minTileRow": "21", + "maxTileRow": "41", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "61" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", + "minTileRow": "42", + "maxTileRow": "83", "minTileCol": "0", - "maxTileCol": "128" + "maxTileCol": "123" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "85", + "maxTileRow": "166", + "minTileCol": "1", + "maxTileCol": "247" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "170", + "maxTileRow": "332", + "minTileCol": "2", + "maxTileCol": "495" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "341", + "maxTileRow": "664", + "minTileCol": "4", + "maxTileCol": "990" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "682", + "maxTileRow": "1328", + "minTileCol": "9", + "maxTileCol": "1981" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1365", + "maxTileRow": "2656", + "minTileCol": "19", + "maxTileCol": "3962" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "2731", + "maxTileRow": "5312", + "minTileCol": "38", + "maxTileCol": "7925" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "5462", + "maxTileRow": "10624", + "minTileCol": "76", + "maxTileCol": "15851" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "10924", + "maxTileRow": "21248", + "minTileCol": "153", + "maxTileCol": "31702" }, "16": { - "minTileRow": "0", - "maxTileRow": "65536", - "minTileCol": "0", - "maxTileCol": "65536" - }, - "17": { - "minTileRow": "0", - "maxTileRow": "131072", - "minTileCol": "0", - "maxTileCol": "131072" - }, - "18": { - "minTileRow": "0", - "maxTileRow": "262144", - "minTileCol": "0", - "maxTileCol": "262144" + "minTileRow": "21849", + "maxTileRow": "42497", + "minTileCol": "307", + "maxTileCol": "63405" } } }, @@ -45928,36 +49433,36 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022", - "title": "ortho-express 2022", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS", + "title": "Photographies aériennes", + "description": "Photographies aériennes", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -45968,13 +49473,13 @@ "minTileRow": "0", "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", "maxTileRow": "2", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", @@ -45992,97 +49497,103 @@ "minTileRow": "0", "maxTileRow": "16", "minTileCol": "0", - "maxTileCol": "16" + "maxTileCol": "15" }, "5": { "minTileRow": "0", "maxTileRow": "32", "minTileCol": "0", - "maxTileCol": "32" + "maxTileCol": "31" }, "6": { "minTileRow": "0", "maxTileRow": "64", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "63" }, "7": { "minTileRow": "0", "maxTileRow": "128", "minTileCol": "0", - "maxTileCol": "128" + "maxTileCol": "127" }, "8": { "minTileRow": "0", "maxTileRow": "256", "minTileCol": "0", - "maxTileCol": "256" + "maxTileCol": "255" }, "9": { "minTileRow": "0", "maxTileRow": "512", "minTileCol": "0", - "maxTileCol": "512" + "maxTileCol": "511" }, "10": { "minTileRow": "0", "maxTileRow": "1024", "minTileCol": "0", - "maxTileCol": "1024" + "maxTileCol": "1023" }, "11": { "minTileRow": "0", "maxTileRow": "2048", "minTileCol": "0", - "maxTileCol": "2048" + "maxTileCol": "2047" }, "12": { "minTileRow": "0", "maxTileRow": "4096", "minTileCol": "0", - "maxTileCol": "4096" + "maxTileCol": "4095" }, "13": { "minTileRow": "0", "maxTileRow": "8192", "minTileCol": "0", - "maxTileCol": "8192" + "maxTileCol": "8191" }, "14": { "minTileRow": "0", "maxTileRow": "16384", "minTileCol": "0", - "maxTileCol": "16384" + "maxTileCol": "16383" }, "15": { "minTileRow": "0", "maxTileRow": "32768", "minTileCol": "0", - "maxTileCol": "32768" + "maxTileCol": "32767" }, "16": { "minTileRow": "0", "maxTileRow": "65536", "minTileCol": "0", - "maxTileCol": "65536" + "maxTileCol": "65535" }, "17": { "minTileRow": "0", "maxTileRow": "131072", "minTileCol": "0", - "maxTileCol": "131072" + "maxTileCol": "131071" }, "18": { "minTileRow": "0", "maxTileRow": "262144", "minTileCol": "0", - "maxTileCol": "262144" + "maxTileCol": "262143" }, "19": { - "minTileRow": "184217", - "maxTileRow": "191132", - "minTileCol": "258610", - "maxTileCol": "268703" + "minTileRow": "0", + "maxTileRow": "524288", + "minTileCol": "0", + "maxTileCol": "524287" + }, + "20": { + "minTileRow": "0", + "maxTileRow": "1048576", + "minTileCol": "0", + "maxTileCol": "1048575" } } }, @@ -46097,7 +49608,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -46108,1441 +49619,1618 @@ } ] }, - "PCRS.LAMB93$GEOPORTAIL:OGC:WMTS": { - "name": "PCRS.LAMB93", - "title": "PCRS LAMB93", - "description": "PCRS LAMB93", + "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965", + "title": "Photographies aériennes historiques 1950-1965", + "description": "Couverture en photographies aériennes de la France des années 50, telle qu'elle se présentait avant les grands aménagements des années 60. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", "globalConstraint": { - "maxScaleDenominator": 748982857.1428572, - "minScaleDenominator": 178.57142857142858, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.80779, - "right": 6.92319, - "top": 48.8107, - "bottom": 42.6976 + "left": -67.7214, + "right": 55.8464, + "top": 51.0945, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", + "defaultProjection": "EPSG:3857", "wmtsOptions": { - "tileMatrixSetLink": "LAMB93_5cm_EPSG", + "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { + "0": { "minTileRow": "0", - "maxTileRow": "13", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "0" }, - "7": { + "1": { "minTileRow": "0", - "maxTileRow": "15", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "4", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "9", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "19", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "39", + "maxTileCol": "83" }, "8": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "7" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "79", + "maxTileCol": "167" }, "9": { - "minTileRow": "48", - "maxTileRow": "63", - "minTileCol": "0", - "maxTileCol": "13" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "159", + "maxTileCol": "335" }, "10": { - "minTileRow": "96", - "maxTileRow": "111", - "minTileCol": "0", - "maxTileCol": "25" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "319", + "maxTileCol": "670" }, "11": { - "minTileRow": "192", - "maxTileRow": "223", - "minTileCol": "0", - "maxTileCol": "47" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "638", + "maxTileCol": "1341" }, "12": { - "minTileRow": "384", - "maxTileRow": "447", - "minTileCol": "0", - "maxTileCol": "79" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1277", + "maxTileCol": "2683" }, "13": { - "minTileRow": "784", - "maxTileRow": "895", - "minTileCol": "16", - "maxTileCol": "159" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "2554", + "maxTileCol": "5366" }, "14": { - "minTileRow": "1568", - "maxTileRow": "1775", - "minTileCol": "48", - "maxTileCol": "319" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "5109", + "maxTileCol": "10733" }, "15": { - "minTileRow": "3136", - "maxTileRow": "3551", - "minTileCol": "112", - "maxTileCol": "623" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "10219", + "maxTileCol": "21467" }, "16": { - "minTileRow": "6272", - "maxTileRow": "7103", - "minTileCol": "240", - "maxTileCol": "1231" + "minTileRow": "21912", + "maxTileRow": "36757", + "minTileCol": "20439", + "maxTileCol": "42934" }, "17": { - "minTileRow": "12544", - "maxTileRow": "14191", - "minTileCol": "480", - "maxTileCol": "2463" + "minTileRow": "43825", + "maxTileRow": "73515", + "minTileCol": "40879", + "maxTileCol": "85869" }, "18": { - "minTileRow": "25088", - "maxTileRow": "28383", - "minTileCol": "960", - "maxTileCol": "4911" - }, - "19": { - "minTileRow": "50192", - "maxTileRow": "56751", - "minTileCol": "1936", - "maxTileCol": "9807" - }, - "20": { - "minTileRow": "100400", - "maxTileRow": "113503", - "minTileCol": "3872", - "maxTileCol": "19615" - }, - "21": { - "minTileRow": "200816", - "maxTileRow": "227007", - "minTileCol": "7760", - "maxTileCol": "39231" + "minTileRow": "87650", + "maxTileRow": "147031", + "minTileCol": "81758", + "maxTileCol": "171738" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS": { - "name": "THR.ORTHOIMAGERY.ORTHOPHOTOS", - "title": "Photographies aériennes très haute résolution", - "description": "Orthophotographies aériennes d'une résolution de 10cm à 5cm selon disponibilité.", + "ORTHOIMAGERY.ORTHOPHOTOS.1965-1980$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1965-1980", + "title": "BDOrtho Historique 1965-1980", + "description": "Couverture en photographies aériennes de la France des années 1965 à 1980. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.92466, - "right": 11.4965, - "top": 51.9098, - "bottom": 40.4378 + "left": -2.27523, + "right": 2.61963, + "top": 49.0193, + "bottom": 47.0831 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "44", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "80", - "maxTileRow": "111", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "89", + "minTileCol": "126", + "maxTileCol": "129" }, "9": { - "minTileRow": "160", - "maxTileRow": "207", - "minTileCol": "240", - "maxTileCol": "287" + "minTileRow": "175", + "maxTileRow": "179", + "minTileCol": "252", + "maxTileCol": "259" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "480", - "maxTileCol": "543" + "minTileRow": "351", + "maxTileRow": "359", + "minTileCol": "505", + "maxTileCol": "519" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "976", - "maxTileCol": "1087" + "minTileRow": "703", + "maxTileRow": "719", + "minTileCol": "1011", + "maxTileCol": "1038" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1503", - "minTileCol": "2048", - "maxTileCol": "2127" + "minTileRow": "1406", + "maxTileRow": "1439", + "minTileCol": "2022", + "maxTileCol": "2077" }, "13": { - "minTileRow": "2784", - "maxTileRow": "3007", - "minTileCol": "4096", - "maxTileCol": "4239" + "minTileRow": "2812", + "maxTileRow": "2878", + "minTileCol": "4044", + "maxTileCol": "4155" }, "14": { - "minTileRow": "5568", - "maxTileRow": "6015", - "minTileCol": "8192", - "maxTileCol": "8463" + "minTileRow": "5625", + "maxTileRow": "5757", + "minTileCol": "8088", + "maxTileCol": "8311" }, "15": { - "minTileRow": "11152", - "maxTileRow": "12031", - "minTileCol": "16384", - "maxTileCol": "16911" + "minTileRow": "11250", + "maxTileRow": "11514", + "minTileCol": "16176", + "maxTileCol": "16622" }, "16": { - "minTileRow": "22304", - "maxTileRow": "24047", - "minTileCol": "32768", - "maxTileCol": "33807" + "minTileRow": "22501", + "maxTileRow": "23028", + "minTileCol": "32353", + "maxTileCol": "33244" }, "17": { - "minTileRow": "44624", - "maxTileRow": "48095", - "minTileCol": "65536", - "maxTileCol": "67615" + "minTileRow": "45002", + "maxTileRow": "46057", + "minTileCol": "64707", + "maxTileCol": "66489" }, "18": { - "minTileRow": "89248", - "maxTileRow": "96175", - "minTileCol": "131088", - "maxTileCol": "135231" - }, - "19": { - "minTileRow": "178496", - "maxTileRow": "192351", - "minTileCol": "262192", - "maxTileCol": "270463" - }, - "20": { - "minTileRow": "357008", - "maxTileRow": "384687", - "minTileCol": "524400", - "maxTileCol": "540927" - }, - "21": { - "minTileRow": "714032", - "maxTileRow": "768783", - "minTileCol": "1048816", - "maxTileCol": "1081775" + "minTileRow": "90004", + "maxTileRow": "92114", + "minTileCol": "129415", + "maxTileCol": "132979" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS": { - "name": "HR.ORTHOIMAGERY.ORTHOPHOTOS", - "title": "Ortho 20 cm", - "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995", + "title": "Ortho Historique 1980-1995", + "description": "Couverture en photographies aériennes de la France des années 11980 à 1995. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16070698, - "right": 55.846431162, - "top": 51.112418912, - "bottom": -21.401263115 + "left": -2.37153, + "right": 9.67536, + "top": 49.7785, + "bottom": 41.3125 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS", - "title": "Zones interdites à la captation aérienne des données", - "description": "Zones interdites à la captation aérienne des données (ZICAD) fixées par voie d'arrêté (arrêté du 02-01-2023 fixant la liste des zones interdites à la prise de vue aérienne par appareil photographique, cinématographique ou tout autre capteur). Édition 02-01-2023", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -178.309250775, - "right": 168.298110838, - "top": 51.312119281, - "bottom": -22.972307157 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "47", + "minTileCol": "63", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "95", + "minTileCol": "126", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "191", + "minTileCol": "252", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "348", + "maxTileRow": "382", + "minTileCol": "505", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "696", + "maxTileRow": "765", + "minTileCol": "1010", + "maxTileCol": "1079" + }, + "12": { + "minTileRow": "1393", + "maxTileRow": "1530", + "minTileCol": "2021", + "maxTileCol": "2158" + }, + "13": { + "minTileRow": "2786", + "maxTileRow": "3061", + "minTileCol": "4042", + "maxTileCol": "4316" + }, + "14": { + "minTileRow": "5572", + "maxTileRow": "6123", + "minTileCol": "8084", + "maxTileCol": "8632" + }, + "15": { + "minTileRow": "11144", + "maxTileRow": "12247", + "minTileCol": "16168", + "maxTileCol": "17264" + }, + "16": { + "minTileRow": "22288", + "maxTileRow": "24495", + "minTileCol": "32336", + "maxTileCol": "34529" + }, + "17": { + "minTileRow": "44577", + "maxTileRow": "48991", + "minTileCol": "64672", + "maxTileCol": "69058" + }, + "18": { + "minTileRow": "89155", + "maxTileRow": "97982", + "minTileCol": "129345", + "maxTileCol": "138117" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=ZIPVA.xml" - } - ], "styles": [ { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", + "current": true, + "url": null } ], + "legends": [], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMS": { + "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMTS": { "name": "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO", "title": "Ortho 50 cm", "description": "Le produit BD ORTHO® est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 168.190410515, - "top": 51.112418912, - "bottom": -22.764331793 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + }, + "14": { + "minTileRow": "0", + "maxTileRow": "16384", + "minTileCol": "0", + "maxTileCol": "16383" + }, + "15": { + "minTileRow": "0", + "maxTileRow": "32768", + "minTileCol": "0", + "maxTileCol": "32767" + }, + "16": { + "minTileRow": "0", + "maxTileRow": "65536", + "minTileCol": "0", + "maxTileCol": "65535" + }, + "17": { + "minTileRow": "0", + "maxTileRow": "131072", + "minTileCol": "0", + "maxTileCol": "131071" + }, + "18": { + "minTileRow": "0", + "maxTileRow": "262144", + "minTileCol": "0", + "maxTileCol": "262143" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC", - "title": "BDORTHO en infrarouge fausses couleurs", - "description": "BDORTHO en infrarouge fausses couleurs", + "ORTHOIMAGERY.ORTHOPHOTOS.COAST2000$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.COAST2000", + "title": "Ortholittorale 2000", + "description": "Donnée issue du Référentiel géographique du littoral. Zone de couverture de l'orthophotographie : côte de la mer du Nord, de la Manche et de l'Atlantique.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -62.971687502, - "right": 55.846431162, - "top": 51.112418912, - "bottom": -21.401263115 + "left": -5.21565, + "right": 2.60783, + "top": 51.1233, + "bottom": 43.301 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "46", + "minTileCol": "62", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "93", + "minTileCol": "124", + "maxTileCol": "129" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "187", + "minTileCol": "248", + "maxTileCol": "259" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "375", + "minTileCol": "497", + "maxTileCol": "519" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "750", + "minTileCol": "994", + "maxTileCol": "1038" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1500", + "minTileCol": "1988", + "maxTileCol": "2077" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3000", + "minTileCol": "3977", + "maxTileCol": "4155" + }, + "14": { + "minTileRow": "5476", + "maxTileRow": "6001", + "minTileCol": "7954", + "maxTileCol": "8310" + }, + "15": { + "minTileRow": "10952", + "maxTileRow": "12003", + "minTileCol": "15909", + "maxTileCol": "16621" + }, + "16": { + "minTileRow": "21904", + "maxTileRow": "24006", + "minTileCol": "31818", + "maxTileCol": "33242" + }, + "17": { + "minTileRow": "43808", + "maxTileRow": "48012", + "minTileCol": "63637", + "maxTileCol": "66485" + }, + "18": { + "minTileRow": "87617", + "maxTileRow": "96024", + "minTileCol": "127274", + "maxTileCol": "132970" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2022", - "title": "ortho-express IRC 2022", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte", + "ORTHOIMAGERY.ORTHOPHOTOS.GENEVE$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.GENEVE", + "title": "Suisse - photographies aériennes du canton de Genève (SITG)", + "description": "Photographie aérienne du canton de Genève.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": 5.95007, + "right": 6.31198, + "top": 46.3658, + "bottom": 46.1241 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "33", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "45", + "minTileCol": "66", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "90", + "maxTileRow": "90", + "minTileCol": "132", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "181", + "maxTileRow": "181", + "minTileCol": "264", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "362", + "maxTileRow": "363", + "minTileCol": "528", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "725", + "maxTileRow": "727", + "minTileCol": "1057", + "maxTileCol": "1059" + }, + "12": { + "minTileRow": "1451", + "maxTileRow": "1455", + "minTileCol": "2115", + "maxTileCol": "2119" + }, + "13": { + "minTileRow": "2902", + "maxTileRow": "2910", + "minTileCol": "4231", + "maxTileCol": "4239" + }, + "14": { + "minTileRow": "5804", + "maxTileRow": "5820", + "minTileCol": "8462", + "maxTileCol": "8479" + }, + "15": { + "minTileRow": "11609", + "maxTileRow": "11641", + "minTileCol": "16925", + "maxTileCol": "16958" + }, + "16": { + "minTileRow": "23219", + "maxTileRow": "23282", + "minTileCol": "33851", + "maxTileCol": "33917" + }, + "17": { + "minTileRow": "46438", + "maxTileRow": "46565", + "minTileCol": "67702", + "maxTileCol": "67834" + }, + "18": { + "minTileRow": "92876", + "maxTileRow": "93130", + "minTileCol": "135404", + "maxTileCol": "135668" + }, + "19": { + "minTileRow": "185752", + "maxTileRow": "186261", + "minTileCol": "270809", + "maxTileCol": "271336" + }, + "20": { + "minTileRow": "371504", + "maxTileRow": "372522", + "minTileCol": "541618", + "maxTileCol": "542672" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022", - "title": "ORTHO-ASP_PAC2022", - "description": "ortho ASP PAC 2022", + "ORTHOIMAGERY.ORTHOPHOTOS.ILESDUNORD$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ILESDUNORD", + "title": "Données ortho-réctifiées antérieures au passage d'Irma", + "description": "Ce flux regroupe des données ortho-rectifiées issues des prises de vue aériennes de Saint Martin (2017) et Saint Barthélémy (2016).", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -63.1986, + "right": -62.7828, + "top": 18.1701, + "bottom": 17.8626 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2023$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2023", - "title": "ORTHO-ASP_PAC2023", - "description": "ortho ASP PAC 2023", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "1" + }, + "3": { + "minTileRow": "3", + "maxTileRow": "3", + "minTileCol": "2", + "maxTileCol": "2" + }, + "4": { + "minTileRow": "7", + "maxTileRow": "7", + "minTileCol": "5", + "maxTileCol": "5" + }, + "5": { + "minTileRow": "14", + "maxTileRow": "14", + "minTileCol": "10", + "maxTileCol": "10" + }, + "6": { + "minTileRow": "28", + "maxTileRow": "28", + "minTileCol": "20", + "maxTileCol": "20" + }, + "7": { + "minTileRow": "57", + "maxTileRow": "57", + "minTileCol": "41", + "maxTileCol": "41" + }, + "8": { + "minTileRow": "114", + "maxTileRow": "115", + "minTileCol": "83", + "maxTileCol": "83" + }, + "9": { + "minTileRow": "229", + "maxTileRow": "230", + "minTileCol": "166", + "maxTileCol": "166" + }, + "10": { + "minTileRow": "459", + "maxTileRow": "460", + "minTileCol": "332", + "maxTileCol": "333" + }, + "11": { + "minTileRow": "918", + "maxTileRow": "920", + "minTileCol": "664", + "maxTileCol": "666" + }, + "12": { + "minTileRow": "1837", + "maxTileRow": "1841", + "minTileCol": "1328", + "maxTileCol": "1333" + }, + "13": { + "minTileRow": "3675", + "maxTileRow": "3682", + "minTileCol": "2657", + "maxTileCol": "2667" + }, + "14": { + "minTileRow": "7350", + "maxTileRow": "7365", + "minTileCol": "5315", + "maxTileCol": "5334" + }, + "15": { + "minTileRow": "14701", + "maxTileRow": "14731", + "minTileCol": "10631", + "maxTileCol": "10669" + }, + "16": { + "minTileRow": "29403", + "maxTileRow": "29462", + "minTileCol": "21263", + "maxTileCol": "21338" + }, + "17": { + "minTileRow": "58806", + "maxTileRow": "58924", + "minTileCol": "42526", + "maxTileCol": "42677" + }, + "18": { + "minTileRow": "117613", + "maxTileRow": "117848", + "minTileCol": "85052", + "maxTileCol": "85354" + }, + "19": { + "minTileRow": "235226", + "maxTileRow": "235697", + "minTileCol": "170104", + "maxTileCol": "170709" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2022", - "title": "ortho-express 2022", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC", + "title": "BDORTHO en infrarouge fausses couleurs", + "description": "BDORTHO en infrarouge fausses couleurs", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -62.9717, + "right": 55.8464, + "top": 51.1124, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "665", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1331", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2663", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5476", + "maxTileRow": "9189", + "minTileCol": "5326", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "10953", + "maxTileRow": "18378", + "minTileCol": "10652", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "21907", + "maxTileRow": "36757", + "minTileCol": "21304", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43814", + "maxTileRow": "73515", + "minTileCol": "42608", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87629", + "maxTileRow": "147031", + "minTileCol": "85217", + "maxTileCol": "171738" + }, + "19": { + "minTileRow": "175259", + "maxTileRow": "294062", + "minTileCol": "170434", + "maxTileCol": "343476" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.TPM.OMBRES$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.TPM.OMBRES", - "title": "Orthophotographies PCRS TPM traitement ombre", - "description": "Orthophotographies très haute résolution avec traitements sur les ombres sur la communauté d'agglomérations de Toulon Provence Méditerrannée. Diffusion limitée.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2018", + "title": "ortho-express IRC 2018", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { - "minScaleDenominator": 71.428571429, - "maxScaleDenominator": 535714.285714286, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 5.744386742, - "right": 6.538805063, - "top": 43.247394541, - "bottom": 42.960429634 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "IGNF:LAMB93", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" + }, + "11": { + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" + }, + "12": { + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" + }, + "13": { + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" + }, + "14": { + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" + }, + "15": { + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" + }, + "16": { + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" + }, + "17": { + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" + }, + "18": { + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "PCRS.LAMB93$GEOPORTAIL:OGC:WMS": { - "name": "PCRS.LAMB93", - "title": "PCRS LAMB93", - "description": "PCRS LAMB93", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019", + "title": "ortho-express IRC 2019", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { - "minScaleDenominator": 178.571428571, - "maxScaleDenominator": 748982857.1428571, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.807791978, - "right": 6.923185627, - "top": 48.810701468, - "bottom": 42.697551657 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" - } - }, - "defaultProjection": "IGNF:LAMB93", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Raster.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS": { - "name": "THR.ORTHOIMAGERY.ORTHOPHOTOS", - "title": "Photographies aériennes très haute résolution", - "description": "Orthophotographies aériennes d'une résolution de 10cm à 5cm selon disponibilité.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -6.924663368, - "right": 11.496459343, - "top": 51.909785922, - "bottom": 40.437816168 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_2-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCARTOr_3-1.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ERMr_2-2.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_PETITESECHELLES_1-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHOHR_1-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHOHR_1-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.GRAPHE-MOSAIQUAGE", - "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, - "bbox": { - "left": -12.709172110341592, - "right": 15.046943035677202, - "top": 54.04417167149221, - "bottom": 38.6417722198416 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "ortho": "https://wxs.ign.fr/ortho/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965", - "title": "Photographies aériennes historiques 1950-1965", - "description": "Couverture en photographies aériennes de la France des années 50, telle qu'elle se présentait avant les grands aménagements des années 60. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -67.7214, - "right": 55.8464, - "top": 51.0945, - "bottom": -21.4013 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "3": { + "0": { "minTileRow": "0", - "maxTileRow": "8", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "0" }, - "4": { + "1": { "minTileRow": "0", - "maxTileRow": "15", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "640", - "maxTileCol": "1343" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1280", - "maxTileCol": "2687" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2560", - "maxTileCol": "5375" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5120", - "maxTileCol": "10735" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10240", - "maxTileCol": "21471" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "20480", - "maxTileCol": "42943" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "43824", - "maxTileRow": "73519", - "minTileCol": "40960", - "maxTileCol": "85871" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "87648", - "maxTileRow": "147039", - "minTileCol": "81920", - "maxTileCol": "171743" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, "styles": [ { - "name": "BDORTHOHISTORIQUE", - "title": "BDOrthoHistorique", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], - "legends": [], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995", - "title": "Ortho Historique 1980-1995", - "description": "Couverture en photographies aériennes de la France des années 11980 à 1995. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020", + "title": "ortho-express IRC 2020", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 8.37634, - "right": 9.72525, - "top": 43.0899, - "bottom": 41.2761 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "16", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "32", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "64", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "128", - "maxTileCol": "143" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "256", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "368", - "maxTileRow": "383", - "minTileCol": "528", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "752", - "maxTileRow": "767", - "minTileCol": "1072", - "maxTileCol": "1087" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1504", - "maxTileRow": "1535", - "minTileCol": "2144", - "maxTileCol": "2159" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "3008", - "maxTileRow": "3071", - "minTileCol": "4288", - "maxTileCol": "4319" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "6016", - "maxTileRow": "6127", - "minTileCol": "8576", - "maxTileCol": "8639" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "12032", - "maxTileRow": "12255", - "minTileCol": "17152", - "maxTileCol": "17263" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "24064", - "maxTileRow": "24511", - "minTileCol": "34304", - "maxTileCol": "34527" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "48128", - "maxTileRow": "49007", - "minTileCol": "68608", - "maxTileCol": "69055" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "96272", - "maxTileRow": "98015", - "minTileCol": "137232", - "maxTileCol": "138095" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -47557,13 +51245,13 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true } ] @@ -47586,7 +51274,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -47595,123 +51283,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", - "maxTileCol": "16" + "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", - "maxTileCol": "32" + "maxTileCol": "31" }, "6": { - "minTileRow": "0", - "maxTileRow": "64", + "minTileRow": "11", + "maxTileRow": "52", "minTileCol": "0", - "maxTileCol": "64" + "maxTileCol": "63" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", + "minTileRow": "22", + "maxTileRow": "105", "minTileCol": "0", - "maxTileCol": "128" + "maxTileCol": "127" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", + "minTileRow": "45", + "maxTileRow": "210", "minTileCol": "0", - "maxTileCol": "256" + "maxTileCol": "255" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", + "minTileRow": "90", + "maxTileRow": "421", "minTileCol": "0", - "maxTileCol": "512" + "maxTileCol": "511" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "0", - "maxTileRow": "65536", - "minTileCol": "0", - "maxTileCol": "65536" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "0", - "maxTileRow": "131072", - "minTileCol": "0", - "maxTileCol": "131072" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "0", - "maxTileRow": "262144", - "minTileCol": "0", - "maxTileCol": "262144" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" }, "19": { - "minTileRow": "0", - "maxTileRow": "524288", - "minTileCol": "0", - "maxTileCol": "524288" + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -47726,7 +51414,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -47737,25 +51425,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013", - "title": "BDORTHO 2013 en infrarouge fausses couleurs", - "description": "BDORTHO 2013 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2023$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2023", + "title": "ortho-express IRC 2023", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.74871, - "right": 7.17132, - "top": 50.3767, - "bottom": 42.5538 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -47764,123 +51452,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1519", - "minTileCol": "2000", - "maxTileCol": "2143" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2752", - "maxTileRow": "3023", - "minTileCol": "4000", - "maxTileCol": "4271" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5520", - "maxTileRow": "6047", - "minTileCol": "8016", - "maxTileCol": "8527" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11056", - "maxTileRow": "12095", - "minTileCol": "16032", - "maxTileCol": "17039" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22112", - "maxTileRow": "24191", - "minTileCol": "32080", - "maxTileCol": "34079" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44240", - "maxTileRow": "48383", - "minTileCol": "64160", - "maxTileCol": "68143" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "88480", - "maxTileRow": "96767", - "minTileCol": "128336", - "maxTileCol": "136287" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" }, "19": { - "minTileRow": "176960", - "maxTileRow": "193519", - "minTileCol": "256688", - "maxTileCol": "272559" + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -47895,7 +51583,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -47906,25 +51594,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014", - "title": "BDORTHO 2014 en infrarouge fausses couleurs", - "description": "BDORTHO 2014 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012", + "title": "BDORTHO 2012 en infrarouge fausses couleurs", + "description": "BDORTHO 2012 en infrarouge fausses couleurs", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -2.37153, - "right": 7.22637, - "top": 49.6341, - "bottom": 43.1508 + "left": 6.6094, + "right": 7.74363, + "top": 44.377, + "bottom": 43.4465 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -47933,123 +51621,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" + "maxTileRow": "0", + "minTileCol": "1", + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "2", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "4", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "8", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "11", + "maxTileRow": "11", + "minTileCol": "16", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "92", + "maxTileRow": "93", + "minTileCol": "132", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "185", + "maxTileRow": "187", + "minTileCol": "265", + "maxTileCol": "267" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "370", + "maxTileRow": "374", + "minTileCol": "530", + "maxTileCol": "534" }, "11": { - "minTileRow": "688", - "maxTileRow": "751", - "minTileCol": "1008", - "maxTileCol": "1071" + "minTileRow": "741", + "maxTileRow": "749", + "minTileCol": "1061", + "maxTileCol": "1068" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1503", - "minTileCol": "2016", - "maxTileCol": "2143" + "minTileRow": "1483", + "maxTileRow": "1498", + "minTileCol": "2123", + "maxTileCol": "2136" }, "13": { - "minTileRow": "2784", - "maxTileRow": "3007", - "minTileCol": "4032", - "maxTileCol": "4271" + "minTileRow": "2966", + "maxTileRow": "2996", + "minTileCol": "4246", + "maxTileCol": "4272" }, "14": { - "minTileRow": "5568", - "maxTileRow": "6015", - "minTileCol": "8080", - "maxTileCol": "8527" + "minTileRow": "5933", + "maxTileRow": "5992", + "minTileCol": "8492", + "maxTileCol": "8544" }, "15": { - "minTileRow": "11152", - "maxTileRow": "12031", - "minTileCol": "16160", - "maxTileCol": "17055" + "minTileRow": "11867", + "maxTileRow": "11984", + "minTileCol": "16985", + "maxTileCol": "17088" }, "16": { - "minTileRow": "22320", - "maxTileRow": "24047", - "minTileCol": "32336", - "maxTileCol": "34095" + "minTileRow": "23734", + "maxTileRow": "23969", + "minTileCol": "33971", + "maxTileCol": "34177" }, "17": { - "minTileRow": "44656", - "maxTileRow": "48095", - "minTileCol": "64688", - "maxTileCol": "68175" + "minTileRow": "47468", + "maxTileRow": "47939", + "minTileCol": "67942", + "maxTileCol": "68355" }, "18": { - "minTileRow": "89312", - "maxTileRow": "96175", - "minTileCol": "129392", - "maxTileCol": "136335" + "minTileRow": "94937", + "maxTileRow": "95878", + "minTileCol": "135884", + "maxTileCol": "136710" }, "19": { - "minTileRow": "178640", - "maxTileRow": "192351", - "minTileCol": "258784", - "maxTileCol": "272655" + "minTileRow": "189875", + "maxTileRow": "191756", + "minTileCol": "271769", + "maxTileCol": "273421" } } }, @@ -48064,7 +51752,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -48075,25 +51763,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015", - "title": "BDORTHO 2015 en infrarouge fausses couleurs", - "description": "BDORTHO 2015 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013", + "title": "BDORTHO 2013 en infrarouge fausses couleurs", + "description": "BDORTHO 2013 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.20863, - "right": 8.25674, - "top": 51.0945, - "bottom": 42.3163 + "left": -3.74871, + "right": 7.17132, + "top": 50.3767, + "bottom": 42.5538 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -48102,123 +51790,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "43", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "62", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "86", + "maxTileRow": "94", + "minTileCol": "125", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "172", + "maxTileRow": "188", + "minTileCol": "250", + "maxTileCol": "266" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "345", + "maxTileRow": "377", + "minTileCol": "501", + "maxTileCol": "532" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "691", + "maxTileRow": "755", + "minTileCol": "1002", + "maxTileCol": "1064" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1519", - "minTileCol": "1984", - "maxTileCol": "2143" + "minTileRow": "1382", + "maxTileRow": "1511", + "minTileCol": "2005", + "maxTileCol": "2129" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3039", - "minTileCol": "3968", - "maxTileCol": "4287" + "minTileRow": "2764", + "maxTileRow": "3023", + "minTileCol": "4010", + "maxTileCol": "4259" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6063", - "minTileCol": "7952", - "maxTileCol": "8575" + "minTileRow": "5529", + "maxTileRow": "6047", + "minTileCol": "8021", + "maxTileCol": "8518" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12127", - "minTileCol": "15904", - "maxTileCol": "17135" + "minTileRow": "11059", + "maxTileRow": "12095", + "minTileCol": "16042", + "maxTileCol": "17036" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24255", - "minTileCol": "31824", - "maxTileCol": "34271" + "minTileRow": "22119", + "maxTileRow": "24191", + "minTileCol": "32085", + "maxTileCol": "34073" }, "17": { - "minTileRow": "43824", - "maxTileRow": "48511", - "minTileCol": "63648", - "maxTileCol": "68543" + "minTileRow": "44238", + "maxTileRow": "48383", + "minTileCol": "64171", + "maxTileCol": "68146" }, "18": { - "minTileRow": "87648", - "maxTileRow": "97007", - "minTileCol": "127296", - "maxTileCol": "137087" + "minTileRow": "88476", + "maxTileRow": "96767", + "minTileCol": "128342", + "maxTileCol": "136293" }, "19": { - "minTileRow": "175296", - "maxTileRow": "193999", - "minTileCol": "254608", - "maxTileCol": "274159" + "minTileRow": "176952", + "maxTileRow": "193534", + "minTileCol": "256684", + "maxTileCol": "272587" } } }, @@ -48233,7 +51921,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -48244,25 +51932,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016", - "title": "BDORTHO 2016 en infrarouge fausses couleurs", - "description": "BDORTHO 2016 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014", + "title": "BDORTHO 2014 en infrarouge fausses couleurs", + "description": "BDORTHO 2014 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.74871, - "right": 9.66314, - "top": 50.1839, - "bottom": 41.3215 + "left": -2.37153, + "right": 7.22637, + "top": 49.6341, + "bottom": 43.1508 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -48271,123 +51959,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "87", + "maxTileRow": "93", + "minTileCol": "126", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "174", + "maxTileRow": "187", + "minTileCol": "252", + "maxTileCol": "266" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "348", + "maxTileRow": "375", + "minTileCol": "505", + "maxTileCol": "532" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1087" + "minTileRow": "697", + "maxTileRow": "751", + "minTileCol": "1010", + "maxTileCol": "1065" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1535", - "minTileCol": "2000", - "maxTileCol": "2159" + "minTileRow": "1395", + "maxTileRow": "1502", + "minTileCol": "2021", + "maxTileCol": "2130" }, "13": { - "minTileRow": "2768", - "maxTileRow": "3071", - "minTileCol": "4000", - "maxTileCol": "4319" + "minTileRow": "2791", + "maxTileRow": "3005", + "minTileCol": "4042", + "maxTileCol": "4260" }, "14": { - "minTileRow": "5536", - "maxTileRow": "6127", - "minTileCol": "8016", - "maxTileCol": "8639" + "minTileRow": "5582", + "maxTileRow": "6010", + "minTileCol": "8084", + "maxTileCol": "8520" }, "15": { - "minTileRow": "11088", - "maxTileRow": "12255", - "minTileCol": "16032", - "maxTileCol": "17263" + "minTileRow": "11164", + "maxTileRow": "12021", + "minTileCol": "16168", + "maxTileCol": "17041" }, "16": { - "minTileRow": "22176", - "maxTileRow": "24495", - "minTileCol": "32080", - "maxTileCol": "34511" + "minTileRow": "22329", + "maxTileRow": "24043", + "minTileCol": "32336", + "maxTileCol": "34083" }, "17": { - "minTileRow": "44352", - "maxTileRow": "48991", - "minTileCol": "64160", - "maxTileCol": "69023" + "minTileRow": "44658", + "maxTileRow": "48087", + "minTileCol": "64672", + "maxTileCol": "68167" }, "18": { - "minTileRow": "88704", - "maxTileRow": "97967", - "minTileCol": "128336", - "maxTileCol": "138047" + "minTileRow": "89317", + "maxTileRow": "96174", + "minTileCol": "129345", + "maxTileCol": "136334" }, "19": { - "minTileRow": "177408", - "maxTileRow": "195935", - "minTileCol": "256688", - "maxTileCol": "276095" + "minTileRow": "178635", + "maxTileRow": "192348", + "minTileCol": "258690", + "maxTileCol": "272668" } } }, @@ -48402,7 +52090,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -48413,25 +52101,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017", - "title": "BDORTHO 2017 en infrarouge fausses couleurs", - "description": "BDORTHO 2017 en infrarouge fausses couleurs", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015", + "title": "BDORTHO 2015 en infrarouge fausses couleurs", + "description": "BDORTHO 2015 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.185295, - "right": 7.74363, - "top": 46.4137, - "bottom": 42.9454 + "left": -5.20863, + "right": 8.25674, + "top": 51.0945, + "bottom": 42.3163 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -48440,123 +52128,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "42", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "62", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "85", + "maxTileRow": "94", + "minTileCol": "124", + "maxTileCol": "133" }, "9": { - "minTileRow": "176", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "171", + "maxTileRow": "189", + "minTileCol": "248", + "maxTileCol": "267" }, "10": { - "minTileRow": "352", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "378", + "minTileCol": "497", + "maxTileCol": "535" }, "11": { - "minTileRow": "720", - "maxTileRow": "767", - "minTileCol": "1008", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "757", + "minTileCol": "994", + "maxTileCol": "1070" }, "12": { - "minTileRow": "1440", - "maxTileRow": "1519", - "minTileCol": "2032", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "1515", + "minTileCol": "1988", + "maxTileCol": "2141" }, "13": { - "minTileRow": "2896", - "maxTileRow": "3023", - "minTileCol": "4080", - "maxTileCol": "4271" + "minTileRow": "2739", + "maxTileRow": "3031", + "minTileCol": "3977", + "maxTileCol": "4283" }, "14": { - "minTileRow": "5792", - "maxTileRow": "6031", - "minTileCol": "8176", - "maxTileCol": "8543" + "minTileRow": "5478", + "maxTileRow": "6062", + "minTileCol": "7954", + "maxTileCol": "8567" }, "15": { - "minTileRow": "11600", - "maxTileRow": "12047", - "minTileCol": "16368", - "maxTileCol": "17087" + "minTileRow": "10956", + "maxTileRow": "12125", + "minTileCol": "15909", + "maxTileCol": "17135" }, "16": { - "minTileRow": "23200", - "maxTileRow": "24095", - "minTileCol": "32736", - "maxTileCol": "34175" + "minTileRow": "21912", + "maxTileRow": "24250", + "minTileCol": "31819", + "maxTileCol": "34271" }, "17": { - "minTileRow": "46416", - "maxTileRow": "48191", - "minTileCol": "65472", - "maxTileCol": "68351" + "minTileRow": "43825", + "maxTileRow": "48500", + "minTileCol": "63639", + "maxTileCol": "68542" }, "18": { - "minTileRow": "92832", - "maxTileRow": "96367", - "minTileCol": "130944", - "maxTileCol": "136703" + "minTileRow": "87650", + "maxTileRow": "97001", + "minTileCol": "127279", + "maxTileCol": "137084" }, "19": { - "minTileRow": "185664", - "maxTileRow": "192719", - "minTileCol": "261904", - "maxTileCol": "273407" + "minTileRow": "175300", + "maxTileRow": "194003", + "minTileCol": "254558", + "maxTileCol": "274168" } } }, @@ -48571,7 +52259,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -48582,25 +52270,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018", - "title": "BDORTHO 2018 en infrarouge fausses couleurs", - "description": "BDORTHO 2018 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016", + "title": "BDORTHO 2016 en infrarouge fausses couleurs", + "description": "BDORTHO 2016 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.19371, - "right": 8.25765, - "top": 51.1124, - "bottom": 42.3163 + "left": -3.74871, + "right": 9.66314, + "top": 50.1839, + "bottom": 41.3215 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -48609,123 +52297,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "43", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", + "minTileRow": "86", "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileCol": "125", + "maxTileCol": "134" }, "9": { - "minTileRow": "160", + "minTileRow": "173", "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileCol": "250", + "maxTileCol": "269" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "346", + "maxTileRow": "382", + "minTileCol": "501", + "maxTileCol": "539" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "692", + "maxTileRow": "765", + "minTileCol": "1002", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1519", - "minTileCol": "1984", - "maxTileCol": "2143" + "minTileRow": "1385", + "maxTileRow": "1530", + "minTileCol": "2005", + "maxTileCol": "2157" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3039", - "minTileCol": "3968", - "maxTileCol": "4287" + "minTileRow": "2771", + "maxTileRow": "3061", + "minTileCol": "4010", + "maxTileCol": "4315" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6063", - "minTileCol": "7952", - "maxTileCol": "8575" + "minTileRow": "5543", + "maxTileRow": "6123", + "minTileCol": "8021", + "maxTileCol": "8631" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12127", - "minTileCol": "15904", - "maxTileCol": "17135" + "minTileRow": "11087", + "maxTileRow": "12246", + "minTileCol": "16042", + "maxTileCol": "17263" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24255", - "minTileCol": "31824", - "maxTileCol": "34271" + "minTileRow": "22174", + "maxTileRow": "24493", + "minTileCol": "32085", + "maxTileCol": "34527" }, "17": { - "minTileRow": "43808", - "maxTileRow": "48511", - "minTileCol": "63648", - "maxTileCol": "68543" + "minTileRow": "44348", + "maxTileRow": "48986", + "minTileCol": "64171", + "maxTileCol": "69054" }, "18": { - "minTileRow": "87616", - "maxTileRow": "97007", - "minTileCol": "127312", - "maxTileCol": "137087" + "minTileRow": "88696", + "maxTileRow": "97973", + "minTileCol": "128342", + "maxTileCol": "138108" }, "19": { - "minTileRow": "175248", - "maxTileRow": "193999", - "minTileCol": "254624", - "maxTileCol": "274159" + "minTileRow": "177392", + "maxTileRow": "195947", + "minTileCol": "256684", + "maxTileCol": "276216" } } }, @@ -48740,7 +52428,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -48751,25 +52439,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019", - "title": "BDORTHO 2019 en infrarouge fausses couleurs", - "description": "BDORTHO 2019 en infrarouge fausses couleurs.", - "globalConstraint": { + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017", + "title": "BDORTHO 2017 en infrarouge fausses couleurs", + "description": "BDORTHO 2017 en infrarouge fausses couleurs", + "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.74871, - "right": 9.66314, - "top": 50.1928, - "bottom": 41.3125 + "left": -0.185295, + "right": 7.74363, + "top": 46.4137, + "bottom": 42.9454 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -48778,123 +52466,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "11", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "45", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "63", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "90", + "maxTileRow": "94", + "minTileCol": "127", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "181", + "maxTileRow": "188", + "minTileCol": "255", + "maxTileCol": "267" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "362", + "maxTileRow": "376", + "minTileCol": "511", + "maxTileCol": "534" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1087" + "minTileRow": "725", + "maxTileRow": "752", + "minTileCol": "1022", + "maxTileCol": "1068" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1535", - "minTileCol": "2000", - "maxTileCol": "2159" + "minTileRow": "1450", + "maxTileRow": "1505", + "minTileCol": "2045", + "maxTileCol": "2136" }, "13": { - "minTileRow": "2768", - "maxTileRow": "3071", - "minTileCol": "4000", - "maxTileCol": "4319" + "minTileRow": "2900", + "maxTileRow": "3011", + "minTileCol": "4091", + "maxTileCol": "4272" }, "14": { - "minTileRow": "5536", - "maxTileRow": "6127", - "minTileCol": "8016", - "maxTileCol": "8639" + "minTileRow": "5801", + "maxTileRow": "6023", + "minTileCol": "8183", + "maxTileCol": "8544" }, "15": { - "minTileRow": "11072", - "maxTileRow": "12255", - "minTileCol": "16032", - "maxTileCol": "17263" + "minTileRow": "11603", + "maxTileRow": "12047", + "minTileCol": "16367", + "maxTileCol": "17088" }, "16": { - "minTileRow": "22160", - "maxTileRow": "24495", - "minTileCol": "32080", - "maxTileCol": "34511" + "minTileRow": "23206", + "maxTileRow": "24094", + "minTileCol": "32734", + "maxTileCol": "34177" }, "17": { - "minTileRow": "44336", - "maxTileRow": "48991", - "minTileCol": "64160", - "maxTileCol": "69023" + "minTileRow": "46412", + "maxTileRow": "48189", + "minTileCol": "65468", + "maxTileCol": "68355" }, "18": { - "minTileRow": "88688", - "maxTileRow": "97983", - "minTileCol": "128336", - "maxTileCol": "138047" + "minTileRow": "92825", + "maxTileRow": "96379", + "minTileCol": "130937", + "maxTileCol": "136710" }, "19": { - "minTileRow": "177392", - "maxTileRow": "195967", - "minTileCol": "256688", - "maxTileCol": "276095" + "minTileRow": "185650", + "maxTileRow": "192758", + "minTileCol": "261874", + "maxTileCol": "273421" } } }, @@ -48909,7 +52597,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -48920,25 +52608,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020", - "title": "BDORTHO 2020 en infrarouge fausses couleurs", - "description": "BDORTHO 2020 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018", + "title": "BDORTHO 2018 en infrarouge fausses couleurs", + "description": "BDORTHO 2018 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -2.68142, - "right": 7.74363, - "top": 49.4512, - "bottom": 42.9454 + "left": -63.1702, + "right": 8.25765, + "top": 51.1124, + "bottom": 2.10403 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -48947,123 +52635,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "2", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "7", + "minTileCol": "5", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", + "minTileRow": "10", "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" + "minTileCol": "10", + "maxTileCol": "16" }, "6": { - "minTileRow": "16", + "minTileRow": "21", "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileCol": "20", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "42", + "maxTileRow": "63", + "minTileCol": "41", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "85", + "maxTileRow": "126", + "minTileCol": "83", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "171", + "maxTileRow": "253", + "minTileCol": "166", + "maxTileCol": "267" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "506", + "minTileCol": "332", + "maxTileCol": "535" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "1008", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "1012", + "minTileCol": "664", + "maxTileCol": "1070" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1519", - "minTileCol": "2016", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "2024", + "minTileCol": "1329", + "maxTileCol": "2141" }, "13": { - "minTileRow": "2784", - "maxTileRow": "3023", - "minTileCol": "4032", - "maxTileCol": "4271" + "minTileRow": "2738", + "maxTileRow": "4048", + "minTileCol": "2658", + "maxTileCol": "4283" }, "14": { - "minTileRow": "5584", - "maxTileRow": "6031", - "minTileCol": "8064", - "maxTileCol": "8543" + "minTileRow": "5476", + "maxTileRow": "8096", + "minTileCol": "5317", + "maxTileCol": "8567" }, "15": { - "minTileRow": "11184", - "maxTileRow": "12047", - "minTileCol": "16128", - "maxTileCol": "17087" + "minTileRow": "10953", + "maxTileRow": "16192", + "minTileCol": "10634", + "maxTileCol": "17135" }, "16": { - "minTileRow": "22368", - "maxTileRow": "24095", - "minTileCol": "32272", - "maxTileCol": "34175" + "minTileRow": "21907", + "maxTileRow": "32384", + "minTileCol": "21268", + "maxTileCol": "34271" }, "17": { - "minTileRow": "44752", - "maxTileRow": "48191", - "minTileCol": "64560", - "maxTileCol": "68351" + "minTileRow": "43814", + "maxTileRow": "64769", + "minTileCol": "42536", + "maxTileCol": "68542" }, "18": { - "minTileRow": "89520", - "maxTileRow": "96367", - "minTileCol": "129136", - "maxTileCol": "136703" + "minTileRow": "87629", + "maxTileRow": "129539", + "minTileCol": "85072", + "maxTileCol": "137085" }, "19": { - "minTileRow": "179040", - "maxTileRow": "192719", - "minTileCol": "258288", - "maxTileCol": "273407" + "minTileRow": "175259", + "maxTileRow": "259079", + "minTileCol": "170145", + "maxTileCol": "274170" } } }, @@ -49078,7 +52766,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -49089,25 +52777,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020", - "title": "ORTHO-ASP_PAC2020", - "description": "ortho ASP PAC 2020", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019", + "title": "BDORTHO 2019 en infrarouge fausses couleurs", + "description": "BDORTHO 2019 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -3.74871, + "right": 9.66314, + "top": 50.1928, + "bottom": 41.3125 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -49116,117 +52804,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "1", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "3", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "43", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "7", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "86", + "maxTileRow": "95", + "minTileCol": "125", + "maxTileCol": "134" }, "9": { - "minTileRow": "15", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "173", + "maxTileRow": "191", + "minTileCol": "250", + "maxTileCol": "269" }, "10": { - "minTileRow": "31", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "346", + "maxTileRow": "382", + "minTileCol": "501", + "maxTileCol": "539" }, "11": { - "minTileRow": "62", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "692", + "maxTileRow": "765", + "minTileCol": "1002", + "maxTileCol": "1078" }, "12": { - "minTileRow": "125", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1385", + "maxTileRow": "1530", + "minTileCol": "2005", + "maxTileCol": "2157" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "32", - "maxTileCol": "7871" + "minTileRow": "2771", + "maxTileRow": "3061", + "minTileCol": "4010", + "maxTileCol": "4315" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9247", - "minTileCol": "80", - "maxTileCol": "15807" + "minTileRow": "5542", + "maxTileRow": "6123", + "minTileCol": "8021", + "maxTileCol": "8631" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18479", - "minTileCol": "160", - "maxTileCol": "31615" + "minTileRow": "11085", + "maxTileRow": "12247", + "minTileCol": "16042", + "maxTileCol": "17263" }, "16": { - "minTileRow": "21904", - "maxTileRow": "37023", - "minTileCol": "320", - "maxTileCol": "63311" + "minTileRow": "22171", + "maxTileRow": "24495", + "minTileCol": "32085", + "maxTileCol": "34527" }, "17": { - "minTileRow": "43824", - "maxTileRow": "74047", - "minTileCol": "656", - "maxTileCol": "126655" + "minTileRow": "44342", + "maxTileRow": "48991", + "minTileCol": "64171", + "maxTileCol": "69054" }, "18": { - "minTileRow": "87648", - "maxTileRow": "148111", - "minTileCol": "1312", - "maxTileCol": "253375" + "minTileRow": "88685", + "maxTileRow": "97982", + "minTileCol": "128342", + "maxTileCol": "138108" + }, + "19": { + "minTileRow": "177371", + "maxTileRow": "195964", + "minTileCol": "256684", + "maxTileCol": "276216" } } }, @@ -49241,7 +52935,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -49252,25 +52946,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021", - "title": "ORTHO-ASP_PAC2021", - "description": "orthos ASP PAC 2021", + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020", + "title": "BDORTHO 2020 en infrarouge fausses couleurs", + "description": "BDORTHO 2020 en infrarouge fausses couleurs.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -2.68142, + "right": 7.74363, + "top": 49.4512, + "bottom": 42.9454 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -49279,117 +52973,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "32", - "minTileCol": "0", - "maxTileCol": "32" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" }, "6": { - "minTileRow": "0", - "maxTileRow": "64", - "minTileCol": "0", - "maxTileCol": "64" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "0", - "maxTileRow": "128", - "minTileCol": "0", - "maxTileCol": "128" + "minTileRow": "43", + "maxTileRow": "47", + "minTileCol": "63", + "maxTileCol": "66" }, "8": { - "minTileRow": "0", - "maxTileRow": "256", - "minTileCol": "0", - "maxTileCol": "256" + "minTileRow": "87", + "maxTileRow": "94", + "minTileCol": "126", + "maxTileCol": "133" }, "9": { - "minTileRow": "0", - "maxTileRow": "512", - "minTileCol": "0", - "maxTileCol": "512" + "minTileRow": "174", + "maxTileRow": "188", + "minTileCol": "252", + "maxTileCol": "267" }, "10": { - "minTileRow": "0", - "maxTileRow": "1024", - "minTileCol": "0", - "maxTileCol": "1024" + "minTileRow": "349", + "maxTileRow": "376", + "minTileCol": "504", + "maxTileCol": "534" }, "11": { - "minTileRow": "0", - "maxTileRow": "2048", - "minTileCol": "0", - "maxTileCol": "2048" + "minTileRow": "699", + "maxTileRow": "752", + "minTileCol": "1008", + "maxTileCol": "1068" }, "12": { - "minTileRow": "0", - "maxTileRow": "4096", - "minTileCol": "0", - "maxTileCol": "4096" + "minTileRow": "1398", + "maxTileRow": "1505", + "minTileCol": "2017", + "maxTileCol": "2136" }, "13": { - "minTileRow": "0", - "maxTileRow": "8192", - "minTileCol": "0", - "maxTileCol": "8192" + "minTileRow": "2797", + "maxTileRow": "3011", + "minTileCol": "4034", + "maxTileCol": "4272" }, "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" + "minTileRow": "5595", + "maxTileRow": "6023", + "minTileCol": "8069", + "maxTileCol": "8544" }, "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" + "minTileRow": "11190", + "maxTileRow": "12047", + "minTileCol": "16139", + "maxTileCol": "17088" }, "16": { - "minTileRow": "0", - "maxTileRow": "65536", - "minTileCol": "0", - "maxTileCol": "65536" + "minTileRow": "22380", + "maxTileRow": "24094", + "minTileCol": "32279", + "maxTileCol": "34177" }, "17": { - "minTileRow": "0", - "maxTileRow": "131072", - "minTileCol": "0", - "maxTileCol": "131072" + "minTileRow": "44761", + "maxTileRow": "48189", + "minTileCol": "64559", + "maxTileCol": "68355" }, "18": { - "minTileRow": "0", - "maxTileRow": "262144", - "minTileCol": "0", - "maxTileCol": "262144" + "minTileRow": "89522", + "maxTileRow": "96379", + "minTileCol": "129119", + "maxTileCol": "136710" + }, + "19": { + "minTileRow": "179045", + "maxTileRow": "192758", + "minTileCol": "258238", + "maxTileCol": "273421" } } }, @@ -49404,7 +53104,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -49415,156 +53115,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021", - "title": "ortho-express 2021", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "ORTHOIMAGERY.ORTHOPHOTOS.LOW_RES.CRS84$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.LOW_RES.CRS84", + "title": "Planet Observer", + "description": "Image satellite retravaillée pour obtenir une couverture mondiale esthétique.", "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "maxScaleDenominator": 279541132.0143589, + "minScaleDenominator": 68247.34668319309, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -180.0, + "right": 180.0, + "top": 84.0, + "bottom": -86.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "IGNF:WGS84G", "wmtsOptions": { - "tileMatrixSetLink": "PM", + "tileMatrixSetLink": "WGS84G_PO", "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", "maxTileCol": "2" }, - "2": { + "1": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "1", "minTileCol": "0", "maxTileCol": "4" }, - "3": { + "2": { "minTileRow": "0", - "maxTileRow": "8", + "maxTileRow": "3", "minTileCol": "0", "maxTileCol": "8" }, - "4": { + "3": { "minTileRow": "0", - "maxTileRow": "16", + "maxTileRow": "7", "minTileCol": "0", "maxTileCol": "16" }, - "5": { + "4": { "minTileRow": "0", - "maxTileRow": "32", + "maxTileRow": "15", "minTileCol": "0", "maxTileCol": "32" }, - "6": { - "minTileRow": "0", - "maxTileRow": "64", + "5": { + "minTileRow": "1", + "maxTileRow": "31", "minTileCol": "0", "maxTileCol": "64" }, - "7": { - "minTileRow": "0", - "maxTileRow": "128", + "6": { + "minTileRow": "2", + "maxTileRow": "62", "minTileCol": "0", "maxTileCol": "128" }, - "8": { - "minTileRow": "0", - "maxTileRow": "256", + "7": { + "minTileRow": "4", + "maxTileRow": "125", "minTileCol": "0", "maxTileCol": "256" }, - "9": { - "minTileRow": "0", - "maxTileRow": "512", + "8": { + "minTileRow": "8", + "maxTileRow": "250", "minTileCol": "0", "maxTileCol": "512" }, - "10": { - "minTileRow": "0", - "maxTileRow": "1024", + "9": { + "minTileRow": "17", + "maxTileRow": "500", "minTileCol": "0", "maxTileCol": "1024" }, - "11": { - "minTileRow": "0", - "maxTileRow": "2048", + "10": { + "minTileRow": "34", + "maxTileRow": "1001", "minTileCol": "0", "maxTileCol": "2048" }, - "12": { - "minTileRow": "0", - "maxTileRow": "4096", + "11": { + "minTileRow": "68", + "maxTileRow": "2002", "minTileCol": "0", "maxTileCol": "4096" }, - "13": { - "minTileRow": "0", - "maxTileRow": "8192", + "12": { + "minTileRow": "136", + "maxTileRow": "4004", "minTileCol": "0", "maxTileCol": "8192" - }, - "14": { - "minTileRow": "0", - "maxTileRow": "16384", - "minTileCol": "0", - "maxTileCol": "16384" - }, - "15": { - "minTileRow": "0", - "maxTileRow": "32768", - "minTileCol": "0", - "maxTileCol": "32768" - }, - "16": { - "minTileRow": "0", - "maxTileRow": "65536", - "minTileCol": "0", - "maxTileCol": "65536" - }, - "17": { - "minTileRow": "0", - "maxTileRow": "131072", - "minTileCol": "0", - "maxTileCol": "131072" - }, - "18": { - "minTileRow": "0", - "maxTileRow": "262144", - "minTileCol": "0", - "maxTileCol": "262144" - }, - "19": { - "minTileRow": "0", - "maxTileRow": "524288", - "minTileCol": "0", - "maxTileCol": "524288" - }, - "20": { - "minTileRow": "360630", - "maxTileRow": "361018", - "minTileCol": "531287", - "maxTileCol": "531321" } } }, @@ -49579,7 +53231,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -49590,10 +53242,10 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018", - "title": "bdortho-asp ortho-socle 2018", - "description": "bdortho-asp et ortho-socle 2018", + "ORTHOIMAGERY.ORTHOPHOTOS.NCL$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.NCL", + "title": "BDORTHO-NC V2", + "description": "La BDORTHO-NC est une orthophotographie du territoire de Nouvelle-Calédonie réalisée par la DITTT pour le compte du Gouvernement de Nouvelle-Calédonie.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -49608,7 +53260,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -49623,135 +53275,123 @@ }, "1": { "minTileRow": "0", - "maxTileRow": "0", + "maxTileRow": "1", "minTileCol": "0", "maxTileCol": "1" }, "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" }, "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" }, "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" }, "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" }, "6": { - "minTileRow": "21", - "maxTileRow": "22", - "minTileCol": "31", - "maxTileCol": "33" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "42", - "maxTileRow": "44", - "minTileCol": "62", - "maxTileCol": "66" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "85", - "maxTileRow": "89", - "minTileCol": "124", - "maxTileCol": "132" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "171", - "maxTileRow": "178", - "minTileCol": "248", - "maxTileCol": "264" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "342", - "maxTileRow": "357", - "minTileCol": "497", - "maxTileCol": "528" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "684", - "maxTileRow": "714", - "minTileCol": "994", - "maxTileCol": "1057" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1429", - "minTileCol": "1989", - "maxTileCol": "2114" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2739", - "maxTileRow": "2858", - "minTileCol": "3978", - "maxTileCol": "4229" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5478", - "maxTileRow": "5716", - "minTileCol": "7957", - "maxTileCol": "8458" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "10956", - "maxTileRow": "11432", - "minTileCol": "15914", - "maxTileCol": "16917" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "21912", - "maxTileRow": "22864", - "minTileCol": "31829", - "maxTileCol": "33834" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "43825", - "maxTileRow": "45728", - "minTileCol": "63658", - "maxTileCol": "67669" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "87651", - "maxTileRow": "91457", - "minTileCol": "127316", - "maxTileCol": "135339" - }, - "19": { - "minTileRow": "175302", - "maxTileRow": "182914", - "minTileCol": "254632", - "maxTileCol": "270678" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "inspire_common:DEFAULT", + "title": "Style INSPIRE", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { "name": "image/jpeg", @@ -49759,120 +53399,144 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX", - "title": "Orthophotographie d’urgence Alex", - "description": "Orthophotographie réalisée suite au passage de la tempête Alex dans les Alpes Maritimes", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020", + "title": "ORTHO-ASP_PAC2020", + "description": "ortho ASP PAC 2020", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 7.07917, - "right": 7.64199, - "top": 44.1903, - "bottom": 43.8095 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, "6": { - "minTileRow": "23", - "maxTileRow": "23", - "minTileCol": "33", - "maxTileCol": "33" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "46", - "maxTileRow": "46", - "minTileCol": "66", - "maxTileCol": "66" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "92", - "maxTileRow": "93", - "minTileCol": "133", - "maxTileCol": "133" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "185", - "maxTileRow": "186", - "minTileCol": "266", - "maxTileCol": "266" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "371", - "maxTileRow": "373", - "minTileCol": "532", - "maxTileCol": "533" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "743", - "maxTileRow": "746", - "minTileCol": "1064", - "maxTileCol": "1067" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1486", - "maxTileRow": "1492", - "minTileCol": "2128", - "maxTileCol": "2134" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2973", - "maxTileRow": "2984", - "minTileCol": "4257", - "maxTileCol": "4269" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5946", - "maxTileRow": "5968", - "minTileCol": "8514", - "maxTileCol": "8539" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11893", - "maxTileRow": "11937", - "minTileCol": "17029", - "maxTileCol": "17079" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "23786", - "maxTileRow": "23874", - "minTileCol": "34059", - "maxTileCol": "34158" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "47573", - "maxTileRow": "47748", - "minTileCol": "68118", - "maxTileCol": "68316" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "95146", - "maxTileRow": "95497", - "minTileCol": "136236", - "maxTileCol": "136633" - }, - "19": { - "minTileRow": "190292", - "maxTileRow": "190995", - "minTileCol": "272472", - "maxTileCol": "273266" - }, - "20": { - "minTileRow": "380585", - "maxTileRow": "381990", - "minTileCol": "544944", - "maxTileCol": "546532" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" } } }, @@ -49887,7 +53551,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -49898,10 +53562,10 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2000$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2000", - "title": "Photographies aériennes 2000", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2000.", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021", + "title": "ORTHO-ASP_PAC2021", + "description": "orthos ASP PAC 2021", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -49916,7 +53580,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -49925,117 +53589,117 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "479", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "943", - "minTileCol": "672", - "maxTileCol": "1071" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1887", - "minTileCol": "1344", - "maxTileCol": "2143" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2800", - "maxTileRow": "3775", - "minTileCol": "2688", - "maxTileCol": "4271" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5616", - "maxTileRow": "7535", - "minTileCol": "5392", - "maxTileCol": "8527" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11248", - "maxTileRow": "15071", - "minTileCol": "10800", - "maxTileCol": "17039" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22496", - "maxTileRow": "30127", - "minTileCol": "21616", - "maxTileCol": "34063" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44992", - "maxTileRow": "60255", - "minTileCol": "43232", - "maxTileCol": "68111" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "90000", - "maxTileRow": "120495", - "minTileCol": "86464", - "maxTileCol": "136223" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" } } }, @@ -50050,7 +53714,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -50061,108 +53725,144 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2000-2005", - "title": "Photographies aériennes 2000-2005", - "description": "Prises de vues aériennes des territoires pour les années 2000 à 2005", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022", + "title": "ORTHO-ASP_PAC2022", + "description": "orthos ASP PAC 2022", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187, - "right": 55.8561, - "top": 64.0698, - "bottom": -21.4013 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, "6": { - "minTileRow": "16", - "maxTileRow": "47", + "minTileRow": "11", + "maxTileRow": "52", "minTileCol": "0", - "maxTileCol": "47" + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", + "minTileRow": "22", + "maxTileRow": "105", "minTileCol": "0", - "maxTileCol": "95" + "maxTileCol": "127" }, "8": { - "minTileRow": "64", - "maxTileRow": "143", + "minTileRow": "45", + "maxTileRow": "210", "minTileCol": "0", - "maxTileCol": "175" + "maxTileCol": "255" }, "9": { - "minTileRow": "128", - "maxTileRow": "287", + "minTileRow": "90", + "maxTileRow": "421", "minTileCol": "0", - "maxTileCol": "335" + "maxTileCol": "511" }, "10": { - "minTileRow": "272", - "maxTileRow": "575", - "minTileCol": "0", - "maxTileCol": "671" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "544", - "maxTileRow": "1151", - "minTileCol": "0", - "maxTileCol": "1343" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1088", - "maxTileRow": "2303", - "minTileCol": "16", - "maxTileCol": "2687" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2176", - "maxTileRow": "4607", - "minTileCol": "32", - "maxTileCol": "5375" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "4352", - "maxTileRow": "9199", - "minTileCol": "80", - "maxTileCol": "10735" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "8720", - "maxTileRow": "18383", - "minTileCol": "160", - "maxTileCol": "21471" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "17456", - "maxTileRow": "36767", - "minTileCol": "320", - "maxTileCol": "42943" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "34912", - "maxTileRow": "73519", - "minTileCol": "656", - "maxTileCol": "85871" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "69840", - "maxTileRow": "147039", - "minTileCol": "1312", - "maxTileCol": "171743" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" } } }, @@ -50177,7 +53877,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -50188,108 +53888,150 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2001$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2001", - "title": "Photographies aériennes 2001", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2001.", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2017$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2017", + "title": "ortho-express 2017", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.2472, - "right": 7.23234, - "top": 50.3765, - "bottom": 4.47153 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "3", + "minTileCol": "0", + "maxTileCol": "3" + }, + "3": { + "minTileRow": "1", + "maxTileRow": "6", + "minTileCol": "0", + "maxTileCol": "7" + }, + "4": { + "minTileRow": "2", + "maxTileRow": "13", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "5", + "maxTileRow": "26", + "minTileCol": "0", + "maxTileCol": "31" + }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "255", - "minTileCol": "176", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "511", - "minTileCol": "352", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "1007", - "minTileCol": "704", - "maxTileCol": "1071" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1999", - "minTileCol": "1424", - "maxTileCol": "2143" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2752", - "maxTileRow": "3999", - "minTileCol": "2848", - "maxTileCol": "4271" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5520", - "maxTileRow": "7999", - "minTileCol": "5712", - "maxTileCol": "8527" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11056", - "maxTileRow": "15983", - "minTileCol": "11440", - "maxTileCol": "17055" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22112", - "maxTileRow": "31967", - "minTileCol": "22896", - "maxTileCol": "34095" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44240", - "maxTileRow": "63919", - "minTileCol": "45808", - "maxTileCol": "68175" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "88480", - "maxTileRow": "127823", - "minTileCol": "91632", - "maxTileCol": "136335" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -50304,7 +54046,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -50315,25 +54057,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2002$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2002", - "title": "Photographies aériennes 2002", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2002", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2018", + "title": "ortho-express 2018", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.2472, - "right": 9.68861, - "top": 50.3765, - "bottom": 4.49867 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -50342,117 +54084,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" - }, + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" + }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "1008", - "maxTileCol": "1087" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1535", - "minTileCol": "2016", - "maxTileCol": "2159" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2784", - "maxTileRow": "3071", - "minTileCol": "4048", - "maxTileCol": "4319" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5568", - "maxTileRow": "6127", - "minTileCol": "8096", - "maxTileCol": "8639" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11136", - "maxTileRow": "12255", - "minTileCol": "16192", - "maxTileCol": "17263" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22288", - "maxTileRow": "24495", - "minTileCol": "32400", - "maxTileCol": "34527" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44592", - "maxTileRow": "48991", - "minTileCol": "64816", - "maxTileCol": "69039" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "89200", - "maxTileRow": "97983", - "minTileCol": "129632", - "maxTileCol": "138063" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -50467,21 +54215,21 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2003$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2003", - "title": "Photographies aériennes 2003", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2003.", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019", + "title": "ortho-express 2019", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -50496,7 +54244,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -50505,117 +54253,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "48", - "maxTileCol": "95" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "112", - "maxTileCol": "175" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "240", - "maxTileCol": "335" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "496", - "maxTileCol": "671" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "1151", - "minTileCol": "992", - "maxTileCol": "1343" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2303", - "minTileCol": "2000", - "maxTileCol": "2687" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2768", - "maxTileRow": "4607", - "minTileCol": "4000", - "maxTileCol": "5375" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5536", - "maxTileRow": "9199", - "minTileCol": "8016", - "maxTileCol": "10735" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11088", - "maxTileRow": "18383", - "minTileCol": "16048", - "maxTileCol": "21471" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22192", - "maxTileRow": "36767", - "minTileCol": "32096", - "maxTileCol": "42943" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44400", - "maxTileRow": "73519", - "minTileCol": "64192", - "maxTileCol": "85871" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "88800", - "maxTileRow": "147039", - "minTileCol": "128384", - "maxTileCol": "171743" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -50630,7 +54384,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -50641,25 +54395,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2004$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2004", - "title": "Photographies aériennes 2004", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2004.", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2020", + "title": "ortho-express 2020", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187, - "right": 55.8561, - "top": 51.091, - "bottom": -21.4013 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -50668,117 +54422,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", + "minTileRow": "11", + "maxTileRow": "52", "minTileCol": "0", - "maxTileCol": "47" + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", + "minTileRow": "22", + "maxTileRow": "105", "minTileCol": "0", - "maxTileCol": "79" + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", + "minTileRow": "45", + "maxTileRow": "210", "minTileCol": "0", - "maxTileCol": "143" + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", + "minTileRow": "90", + "maxTileRow": "421", "minTileCol": "0", - "maxTileCol": "271" + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "559", - "minTileCol": "0", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "672", - "maxTileRow": "1119", - "minTileCol": "0", - "maxTileCol": "1071" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2223", - "minTileCol": "16", - "maxTileCol": "2143" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4431", - "minTileCol": "32", - "maxTileCol": "4271" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5472", - "maxTileRow": "8863", - "minTileCol": "80", - "maxTileCol": "8543" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "10944", - "maxTileRow": "17711", - "minTileCol": "160", - "maxTileCol": "17087" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "21904", - "maxTileRow": "35423", - "minTileCol": "320", - "maxTileCol": "34175" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "43824", - "maxTileRow": "70831", - "minTileCol": "656", - "maxTileCol": "68351" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "87648", - "maxTileRow": "141663", - "minTileCol": "1312", - "maxTileCol": "136703" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -50793,7 +54553,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -50804,25 +54564,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2005$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2005", - "title": "Photographies aériennes 2005", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2005.", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021", + "title": "ortho-express 2021", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187, - "right": 55.8561, - "top": 51.091, - "bottom": -21.4013 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -50831,117 +54591,129 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "751", - "minTileCol": "688", - "maxTileCol": "1071" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1503", - "minTileCol": "1392", - "maxTileCol": "2127" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2768", - "maxTileRow": "3007", - "minTileCol": "2800", - "maxTileCol": "4239" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5536", - "maxTileRow": "6015", - "minTileCol": "5616", - "maxTileCol": "8479" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11088", - "maxTileRow": "12015", - "minTileCol": "11248", - "maxTileCol": "16959" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22176", - "maxTileRow": "24031", - "minTileCol": "22496", - "maxTileCol": "33903" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44352", - "maxTileRow": "48063", - "minTileCol": "44992", - "maxTileCol": "67791" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "88704", - "maxTileRow": "96127", - "minTileCol": "89984", - "maxTileCol": "135583" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" + }, + "20": { + "minTileRow": "185911", + "maxTileRow": "862664", + "minTileCol": "1456", + "maxTileCol": "1047119" } } }, @@ -50956,7 +54728,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -50967,25 +54739,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2006$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2006", - "title": "Photographies aériennes 2006", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2006.", + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023", + "title": "ortho-express 2023", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187, - "right": 55.8561, - "top": 51.091, - "bottom": -21.4013 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -50994,117 +54766,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "255", - "minTileCol": "176", - "maxTileCol": "271" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "511", - "minTileCol": "352", - "maxTileCol": "543" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "1007", - "minTileCol": "704", - "maxTileCol": "1071" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2015", - "minTileCol": "1424", - "maxTileCol": "2143" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2768", - "maxTileRow": "4031", - "minTileCol": "2848", - "maxTileCol": "4271" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5536", - "maxTileRow": "8063", - "minTileCol": "5696", - "maxTileCol": "8527" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11088", - "maxTileRow": "16111", - "minTileCol": "11408", - "maxTileCol": "17055" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22192", - "maxTileRow": "32207", - "minTileCol": "22832", - "maxTileCol": "34095" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44400", - "maxTileRow": "64415", - "minTileCol": "45680", - "maxTileCol": "68175" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "88816", - "maxTileRow": "128831", - "minTileCol": "91376", - "maxTileCol": "136335" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -51119,7 +54897,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -51130,25 +54908,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2006-2010$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2006-2010", - "title": "Photographies aériennes 2006-2010", - "description": "Prises de vues aériennes des territoires disponibles à la fin des années 2006 à 2010", + "ORTHOIMAGERY.ORTHOPHOTOS.PRE.IRMA$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.PRE.IRMA", + "title": "Données ortho-réctifiées antérieures au passage d'Irma", + "description": "Ce flux regroupe des données ortho-rectifiées issues des prises de vue aériennes de Saint Martin (2017) et Saint Barthélémy (2016).", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -63.1986, + "right": -62.7828, + "top": 18.1701, + "bottom": 17.8626 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -51157,117 +54935,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "0" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "1" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "3", + "maxTileRow": "3", + "minTileCol": "2", + "maxTileCol": "2" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "7", + "maxTileRow": "7", + "minTileCol": "5", + "maxTileCol": "5" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "14", + "maxTileRow": "14", + "minTileCol": "10", + "maxTileCol": "10" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "28", + "maxTileRow": "28", + "minTileCol": "20", + "maxTileCol": "20" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "57", + "maxTileRow": "57", + "minTileCol": "41", + "maxTileCol": "41" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "114", + "maxTileRow": "115", + "minTileCol": "83", + "maxTileCol": "83" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "229", + "maxTileRow": "230", + "minTileCol": "166", + "maxTileCol": "166" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "459", + "maxTileRow": "460", + "minTileCol": "332", + "maxTileCol": "333" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "918", + "maxTileRow": "920", + "minTileCol": "664", + "maxTileCol": "666" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", + "minTileRow": "1837", + "maxTileRow": "1841", "minTileCol": "1328", - "maxTileCol": "2687" + "maxTileCol": "1333" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "3675", + "maxTileRow": "3682", + "minTileCol": "2657", + "maxTileCol": "2667" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "7350", + "maxTileRow": "7365", + "minTileCol": "5315", + "maxTileCol": "5334" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "14701", + "maxTileRow": "14731", + "minTileCol": "10631", + "maxTileCol": "10669" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" + "minTileRow": "29403", + "maxTileRow": "29462", + "minTileCol": "21263", + "maxTileCol": "21338" }, "17": { - "minTileRow": "43824", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85871" + "minTileRow": "58806", + "maxTileRow": "58924", + "minTileCol": "42526", + "maxTileCol": "42677" }, "18": { - "minTileRow": "87648", - "maxTileRow": "147039", - "minTileCol": "85056", - "maxTileCol": "171743" + "minTileRow": "117613", + "maxTileRow": "117848", + "minTileCol": "85052", + "maxTileCol": "85354" + }, + "19": { + "minTileRow": "235226", + "maxTileRow": "235697", + "minTileCol": "170104", + "maxTileCol": "170709" } } }, @@ -51282,36 +55066,36 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2007$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2007", - "title": "Photographies aériennes 2007", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2007.", + "ORTHOIMAGERY.ORTHOPHOTOS.RAPIDEYE$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.RAPIDEYE", + "title": "GEOSUD / RapidEye (2011)", + "description": "Image satellitaire de la France métropolitaine effectuée en 2011 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -5.80725, + "right": 10.961, + "top": 51.1752, + "bottom": 41.0227 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -51320,117 +55104,99 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" }, "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, - "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "42", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "61", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileCol": "123", + "maxTileCol": "135" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "191", - "minTileCol": "240", + "minTileCol": "247", "maxTileCol": "271" }, "10": { - "minTileRow": "336", + "minTileRow": "342", "maxTileRow": "383", - "minTileCol": "496", + "minTileCol": "495", "maxTileCol": "543" }, "11": { - "minTileRow": "688", + "minTileRow": "684", "maxTileRow": "767", - "minTileCol": "1008", - "maxTileCol": "1087" + "minTileCol": "990", + "maxTileCol": "1086" }, "12": { - "minTileRow": "1376", + "minTileRow": "1368", "maxTileRow": "1535", - "minTileCol": "2016", - "maxTileCol": "2159" + "minTileCol": "1981", + "maxTileCol": "2172" }, "13": { - "minTileRow": "2752", - "maxTileRow": "3071", - "minTileCol": "4048", - "maxTileCol": "4319" + "minTileRow": "2736", + "maxTileRow": "3070", + "minTileCol": "3963", + "maxTileCol": "4345" }, "14": { - "minTileRow": "5520", - "maxTileRow": "6127", - "minTileCol": "8096", - "maxTileCol": "8639" + "minTileRow": "5472", + "maxTileRow": "6141", + "minTileCol": "7927", + "maxTileCol": "8690" }, "15": { - "minTileRow": "11056", - "maxTileRow": "12255", - "minTileCol": "16192", - "maxTileCol": "17263" - }, - "16": { - "minTileRow": "22112", - "maxTileRow": "24495", - "minTileCol": "32400", - "maxTileCol": "34527" - }, - "17": { - "minTileRow": "44224", - "maxTileRow": "48991", - "minTileCol": "64816", - "maxTileCol": "69039" - }, - "18": { - "minTileRow": "88464", - "maxTileRow": "97983", - "minTileCol": "129632", - "maxTileCol": "138063" + "minTileRow": "10944", + "maxTileRow": "12282", + "minTileCol": "15855", + "maxTileCol": "17381" } } }, @@ -51445,7 +55211,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -51456,25 +55222,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2008$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2008", - "title": "Photographies aériennes 2008", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2008.", + "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018", + "title": "bdortho-asp ortho-socle 2018", + "description": "bdortho-asp et ortho-socle 2018", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187, - "right": 55.8561, - "top": 51.091, - "bottom": -21.4013 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -51483,117 +55249,123 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { "minTileRow": "0", - "maxTileRow": "4", + "maxTileRow": "3", "minTileCol": "0", - "maxTileCol": "4" + "maxTileCol": "3" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", + "minTileRow": "1", + "maxTileRow": "6", "minTileCol": "0", - "maxTileCol": "8" + "maxTileCol": "7" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", + "minTileRow": "2", + "maxTileRow": "13", "minTileCol": "0", "maxTileCol": "15" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", + "minTileRow": "5", + "maxTileRow": "26", "minTileCol": "0", "maxTileCol": "31" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "11", + "maxTileRow": "52", + "minTileCol": "0", + "maxTileCol": "63" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "48", - "maxTileCol": "95" + "minTileRow": "22", + "maxTileRow": "105", + "minTileCol": "0", + "maxTileCol": "127" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "112", - "maxTileCol": "175" + "minTileRow": "45", + "maxTileRow": "210", + "minTileCol": "0", + "maxTileCol": "255" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "240", - "maxTileCol": "335" + "minTileRow": "90", + "maxTileRow": "421", + "minTileCol": "0", + "maxTileCol": "511" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "496", - "maxTileCol": "671" + "minTileRow": "181", + "maxTileRow": "842", + "minTileCol": "1", + "maxTileCol": "1022" }, "11": { - "minTileRow": "688", - "maxTileRow": "1151", - "minTileCol": "992", - "maxTileCol": "1343" + "minTileRow": "363", + "maxTileRow": "1684", + "minTileCol": "2", + "maxTileCol": "2045" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2303", - "minTileCol": "2000", - "maxTileCol": "2687" + "minTileRow": "726", + "maxTileRow": "3369", + "minTileCol": "5", + "maxTileCol": "4090" }, "13": { - "minTileRow": "2768", - "maxTileRow": "4607", - "minTileCol": "4000", - "maxTileCol": "5375" + "minTileRow": "1452", + "maxTileRow": "6739", + "minTileCol": "11", + "maxTileCol": "8180" }, "14": { - "minTileRow": "5536", - "maxTileRow": "9199", - "minTileCol": "8016", - "maxTileCol": "10735" + "minTileRow": "2904", + "maxTileRow": "13479", + "minTileCol": "22", + "maxTileCol": "16361" }, "15": { - "minTileRow": "11088", - "maxTileRow": "18383", - "minTileCol": "16048", - "maxTileCol": "21471" + "minTileRow": "5809", + "maxTileRow": "26958", + "minTileCol": "45", + "maxTileCol": "32722" }, "16": { - "minTileRow": "22192", - "maxTileRow": "36767", - "minTileCol": "32096", - "maxTileCol": "42943" + "minTileRow": "11619", + "maxTileRow": "53916", + "minTileCol": "91", + "maxTileCol": "65444" }, "17": { - "minTileRow": "44400", - "maxTileRow": "73519", - "minTileCol": "64192", - "maxTileCol": "85871" + "minTileRow": "23238", + "maxTileRow": "107833", + "minTileCol": "182", + "maxTileCol": "130889" }, "18": { - "minTileRow": "88800", - "maxTileRow": "147039", - "minTileCol": "128384", - "maxTileCol": "171743" + "minTileRow": "46477", + "maxTileRow": "215666", + "minTileCol": "364", + "maxTileCol": "261779" + }, + "19": { + "minTileRow": "92955", + "maxTileRow": "431332", + "minTileCol": "728", + "maxTileCol": "523559" } } }, @@ -51608,7 +55380,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -51619,144 +55391,96 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2009$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2009", - "title": "Photographies aériennes 2009", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2009.", + "ORTHOIMAGERY.ORTHOPHOTOS.SPOT5$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.SPOT5", + "title": "Spot 5", + "description": "Cette couche est formée d'images prises par le satellite SPOT 5 en 2009 et 2010 depuis une altitude de 800 km. La résolution des images initiales est de 2,5 mètres/pixel, ce qui permet d'identifier l'existence de bâtiments, routes et chemins, et sa précision est homogène avec celle du référentiel à Grande Echelle. Le satellite SPOT 5 est exploité depuis 2002 par le Centre national d'études spatiales (CNES) et les images sont distribuées par la société Spot Image (Astrium GEO-Information Services). L'expertise de l'IGN menée à la demande du CNES a permis d'affiner les performances géométriques du capteur SPOT5, dans l'intérêt de tous les utilisateurs. La couche \" SPOT 5 \" visible sur Géoportail est issue de la co-édition Reference3D® entre Spot Image et l'IGN. Aucune légende n'est associée à cette couche. La radiométrie des images est traitée par des couleurs naturelles.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -2.10938, + "right": 5.09766, + "top": 46.0732, + "bottom": 41.9023 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "32", + "minTileRow": "45", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "63", + "maxTileCol": "65" }, "8": { - "minTileRow": "80", + "minTileRow": "91", "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileCol": "126", + "maxTileCol": "131" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "182", + "maxTileRow": "190", + "minTileCol": "252", + "maxTileCol": "263" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "364", + "maxTileRow": "380", + "minTileCol": "505", + "maxTileCol": "526" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "728", + "maxTileRow": "761", + "minTileCol": "1011", + "maxTileCol": "1052" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1519", - "minTileCol": "1984", - "maxTileCol": "2143" + "minTileRow": "1456", + "maxTileRow": "1522", + "minTileCol": "2023", + "maxTileCol": "2105" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3039", - "minTileCol": "3968", - "maxTileCol": "4271" + "minTileRow": "2912", + "maxTileRow": "3044", + "minTileCol": "4047", + "maxTileCol": "4211" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6063", - "minTileCol": "7952", - "maxTileCol": "8543" + "minTileRow": "5824", + "maxTileRow": "6088", + "minTileCol": "8095", + "maxTileCol": "8423" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12127", - "minTileCol": "15904", - "maxTileCol": "17087" + "minTileRow": "11648", + "maxTileRow": "12176", + "minTileCol": "16191", + "maxTileCol": "16847" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24255", - "minTileCol": "31824", - "maxTileCol": "34175" - }, - "17": { - "minTileRow": "43824", - "maxTileRow": "48511", - "minTileCol": "63648", - "maxTileCol": "68351" - }, - "18": { - "minTileRow": "87648", - "maxTileRow": "97007", - "minTileCol": "127312", - "maxTileCol": "136703" + "minTileRow": "23296", + "maxTileRow": "24352", + "minTileCol": "32383", + "maxTileCol": "33695" } } }, @@ -51771,155 +55495,131 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2010$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2010", - "title": "Photographies aériennes 2010", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2010.", + "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX", + "title": "Orthophotographie d’urgence Alex", + "description": "Orthophotographie réalisée suite au passage de la tempête Alex dans les Alpes Maritimes", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": 7.07917, + "right": 7.64199, + "top": 44.1903, + "bottom": 43.8095 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "66", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "92", + "maxTileRow": "93", + "minTileCol": "133", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "185", + "maxTileRow": "186", + "minTileCol": "266", + "maxTileCol": "266" }, "10": { - "minTileRow": "336", - "maxTileRow": "479", - "minTileCol": "320", - "maxTileCol": "543" + "minTileRow": "371", + "maxTileRow": "373", + "minTileCol": "532", + "maxTileCol": "533" }, "11": { - "minTileRow": "688", - "maxTileRow": "943", - "minTileCol": "656", - "maxTileCol": "1071" + "minTileRow": "743", + "maxTileRow": "746", + "minTileCol": "1064", + "maxTileCol": "1067" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1887", - "minTileCol": "1328", - "maxTileCol": "2143" + "minTileRow": "1486", + "maxTileRow": "1492", + "minTileCol": "2128", + "maxTileCol": "2134" }, "13": { - "minTileRow": "2768", - "maxTileRow": "3775", - "minTileCol": "2656", - "maxTileCol": "4271" + "minTileRow": "2972", + "maxTileRow": "2984", + "minTileCol": "4257", + "maxTileCol": "4269" }, "14": { - "minTileRow": "5536", - "maxTileRow": "7535", - "minTileCol": "5312", - "maxTileCol": "8543" + "minTileRow": "5945", + "maxTileRow": "5969", + "minTileCol": "8514", + "maxTileCol": "8539" }, "15": { - "minTileRow": "11088", - "maxTileRow": "15071", - "minTileCol": "10624", - "maxTileCol": "17087" + "minTileRow": "11890", + "maxTileRow": "11939", + "minTileCol": "17028", + "maxTileCol": "17079" }, "16": { - "minTileRow": "22176", - "maxTileRow": "30127", - "minTileCol": "21264", - "maxTileCol": "34175" + "minTileRow": "23781", + "maxTileRow": "23878", + "minTileCol": "34056", + "maxTileCol": "34159" }, "17": { - "minTileRow": "44352", - "maxTileRow": "60255", - "minTileCol": "42528", - "maxTileCol": "68335" + "minTileRow": "47563", + "maxTileRow": "47756", + "minTileCol": "68113", + "maxTileCol": "68318" }, "18": { - "minTileRow": "88704", - "maxTileRow": "120495", - "minTileCol": "85056", - "maxTileCol": "136655" + "minTileRow": "95127", + "maxTileRow": "95513", + "minTileCol": "136226", + "maxTileCol": "136636" + }, + "19": { + "minTileRow": "190255", + "maxTileRow": "191026", + "minTileCol": "272453", + "maxTileCol": "273273" + }, + "20": { + "minTileRow": "380511", + "maxTileRow": "382053", + "minTileCol": "544907", + "maxTileCol": "546546" } } }, @@ -51934,7 +55634,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -51945,144 +55645,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2011$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2011", - "title": "Photographies aériennes 2011", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2011.", + "ORTHOIMAGERY.ORTHOPHOTOS2000$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2000", + "title": "Photographies aériennes 2000", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2000.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -61.2472, + "right": 7.13497, + "top": 49.0193, + "bottom": 14.372 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "29", + "minTileCol": "21", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "48", - "maxTileCol": "95" + "minTileRow": "43", + "maxTileRow": "58", + "minTileCol": "42", + "maxTileCol": "66" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "112", - "maxTileCol": "175" + "minTileRow": "87", + "maxTileRow": "117", + "minTileCol": "84", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "240", - "maxTileCol": "335" + "minTileRow": "175", + "maxTileRow": "235", + "minTileCol": "168", + "maxTileCol": "266" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "496", - "maxTileCol": "671" + "minTileRow": "351", + "maxTileRow": "470", + "minTileCol": "337", + "maxTileCol": "532" }, "11": { - "minTileRow": "688", - "maxTileRow": "1151", - "minTileCol": "992", - "maxTileCol": "1343" + "minTileRow": "703", + "maxTileRow": "941", + "minTileCol": "675", + "maxTileCol": "1064" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2303", - "minTileCol": "2000", - "maxTileCol": "2687" + "minTileRow": "1406", + "maxTileRow": "1882", + "minTileCol": "1351", + "maxTileCol": "2129" }, "13": { - "minTileRow": "2752", - "maxTileRow": "4607", - "minTileCol": "4000", - "maxTileCol": "5375" + "minTileRow": "2812", + "maxTileRow": "3765", + "minTileCol": "2702", + "maxTileCol": "4258" }, "14": { - "minTileRow": "5520", - "maxTileRow": "9199", - "minTileCol": "8016", - "maxTileCol": "10735" + "minTileRow": "5625", + "maxTileRow": "7530", + "minTileCol": "5404", + "maxTileCol": "8516" }, "15": { - "minTileRow": "11056", - "maxTileRow": "18383", - "minTileCol": "16048", - "maxTileCol": "21471" + "minTileRow": "11250", + "maxTileRow": "15061", + "minTileCol": "10809", + "maxTileCol": "17033" }, "16": { - "minTileRow": "22112", - "maxTileRow": "36767", - "minTileCol": "32096", - "maxTileCol": "42943" + "minTileRow": "22501", + "maxTileRow": "30123", + "minTileCol": "21618", + "maxTileCol": "34066" }, "17": { - "minTileRow": "44240", - "maxTileRow": "73519", - "minTileCol": "64192", - "maxTileCol": "85871" + "minTileRow": "45002", + "maxTileRow": "60247", + "minTileCol": "43236", + "maxTileCol": "68133" }, "18": { - "minTileRow": "88480", - "maxTileRow": "147039", - "minTileCol": "128384", - "maxTileCol": "171743" + "minTileRow": "90004", + "maxTileRow": "120495", + "minTileCol": "86473", + "maxTileCol": "136267" } } }, @@ -52097,7 +55761,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -52108,17 +55772,17 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2011-2015$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2011-2015", - "title": "Photographies aériennes 2011-2015", - "description": "Prises de vues aériennes des territoires disponibles à la fin des années 2011 à 2015", + "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2000-2005", + "title": "Photographies aériennes 2000-2005", + "description": "Prises de vues aériennes des territoires pour les années 2000 à 2005", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { "left": -178.187, "right": 55.8561, - "top": 51.0945, + "top": 51.091, "bottom": -21.4013 } }, @@ -52126,7 +55790,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -52134,82 +55798,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "2", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "43824", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85871" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "87648", - "maxTileRow": "147039", - "minTileCol": "85072", - "maxTileCol": "171743" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -52224,7 +55888,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -52235,144 +55899,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2012$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2012", - "title": "Photographies aériennes 2012", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2012.", + "ORTHOIMAGERY.ORTHOPHOTOS2001$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2001", + "title": "Photographies aériennes 2001", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2001.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -61.2472, + "right": 7.23234, + "top": 50.3765, + "bottom": 4.47153 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" + "6": { + "minTileRow": "21", + "maxTileRow": "31", + "minTileCol": "21", + "maxTileCol": "33" }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" + "7": { + "minTileRow": "43", + "maxTileRow": "62", + "minTileCol": "42", + "maxTileCol": "66" }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, - "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" - }, - "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "32", - "maxTileCol": "79" - }, - "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "80", - "maxTileCol": "143" + "8": { + "minTileRow": "86", + "maxTileRow": "124", + "minTileCol": "84", + "maxTileCol": "133" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "172", + "maxTileRow": "249", + "minTileCol": "168", + "maxTileCol": "266" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "336", - "maxTileCol": "543" + "minTileRow": "345", + "maxTileRow": "499", + "minTileCol": "337", + "maxTileCol": "532" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "688", - "maxTileCol": "1071" + "minTileRow": "691", + "maxTileRow": "998", + "minTileCol": "675", + "maxTileCol": "1065" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1519", - "minTileCol": "1392", - "maxTileCol": "2143" + "minTileRow": "1382", + "maxTileRow": "1997", + "minTileCol": "1351", + "maxTileCol": "2130" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3039", - "minTileCol": "2800", - "maxTileCol": "4271" + "minTileRow": "2764", + "maxTileRow": "3994", + "minTileCol": "2702", + "maxTileCol": "4260" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6063", - "minTileCol": "5616", - "maxTileCol": "8543" + "minTileRow": "5529", + "maxTileRow": "7988", + "minTileCol": "5404", + "maxTileCol": "8521" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12127", - "minTileCol": "11248", - "maxTileCol": "17087" + "minTileRow": "11059", + "maxTileRow": "15976", + "minTileCol": "10809", + "maxTileCol": "17042" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24255", - "minTileCol": "22496", - "maxTileCol": "34175" + "minTileRow": "22119", + "maxTileRow": "31953", + "minTileCol": "21618", + "maxTileCol": "34084" }, "17": { - "minTileRow": "43824", - "maxTileRow": "48511", - "minTileCol": "44992", - "maxTileCol": "68351" + "minTileRow": "44238", + "maxTileRow": "63906", + "minTileCol": "43236", + "maxTileCol": "68169" }, "18": { - "minTileRow": "87648", - "maxTileRow": "97007", - "minTileCol": "89984", - "maxTileCol": "136703" + "minTileRow": "88476", + "maxTileRow": "127812", + "minTileCol": "86473", + "maxTileCol": "136338" } } }, @@ -52387,7 +56015,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -52398,144 +56026,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2013$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2013", - "title": "Photographies aériennes 2013", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2013.", + "ORTHOIMAGERY.ORTHOPHOTOS2002$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2002", + "title": "Photographies aériennes 2002", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2002", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -61.2472, + "right": 9.68861, + "top": 50.3765, + "bottom": 4.49867 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "31", + "minTileCol": "21", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "43", + "maxTileRow": "62", + "minTileCol": "42", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "86", + "maxTileRow": "124", + "minTileCol": "84", + "maxTileCol": "134" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "172", + "maxTileRow": "249", + "minTileCol": "168", + "maxTileCol": "269" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "345", + "maxTileRow": "499", + "minTileCol": "337", + "maxTileCol": "539" }, "11": { - "minTileRow": "688", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "691", + "maxTileRow": "998", + "minTileCol": "675", + "maxTileCol": "1079" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1382", + "maxTileRow": "1996", + "minTileCol": "1351", + "maxTileCol": "2158" }, "13": { - "minTileRow": "2752", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2764", + "maxTileRow": "3993", + "minTileCol": "2702", + "maxTileCol": "4316" }, "14": { - "minTileRow": "5520", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5529", + "maxTileRow": "7987", + "minTileCol": "5404", + "maxTileCol": "8632" }, "15": { - "minTileRow": "11056", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "11059", + "maxTileRow": "15974", + "minTileCol": "10809", + "maxTileCol": "17265" }, "16": { - "minTileRow": "22112", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" + "minTileRow": "22119", + "maxTileRow": "31948", + "minTileCol": "21618", + "maxTileCol": "34531" }, "17": { - "minTileRow": "44240", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85871" + "minTileRow": "44238", + "maxTileRow": "63896", + "minTileCol": "43236", + "maxTileCol": "69063" }, "18": { - "minTileRow": "88480", - "maxTileRow": "147039", - "minTileCol": "85072", - "maxTileCol": "171743" + "minTileRow": "88476", + "maxTileRow": "127792", + "minTileCol": "86473", + "maxTileCol": "138127" } } }, @@ -52550,7 +56142,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -52561,144 +56153,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2014$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2014", - "title": "Photographies aériennes 2014", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2014.", + "ORTHOIMAGERY.ORTHOPHOTOS2003$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2003", + "title": "Photographies aériennes 2003", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2003.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -61.2472, + "right": 55.8561, + "top": 50.3765, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "21", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "43", + "maxTileRow": "71", + "minTileCol": "42", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "86", + "maxTileRow": "143", + "minTileCol": "84", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "172", + "maxTileRow": "287", + "minTileCol": "168", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "345", + "maxTileRow": "574", + "minTileCol": "337", + "maxTileCol": "670" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "1008", - "maxTileCol": "1071" + "minTileRow": "691", + "maxTileRow": "1148", + "minTileCol": "675", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1519", - "minTileCol": "2016", - "maxTileCol": "2143" + "minTileRow": "1382", + "maxTileRow": "2297", + "minTileCol": "1351", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2784", - "maxTileRow": "3023", - "minTileCol": "4032", - "maxTileCol": "4271" + "minTileRow": "2764", + "maxTileRow": "4594", + "minTileCol": "2702", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5568", - "maxTileRow": "6031", - "minTileCol": "8080", - "maxTileCol": "8543" + "minTileRow": "5529", + "maxTileRow": "9189", + "minTileCol": "5404", + "maxTileCol": "10734" }, "15": { - "minTileRow": "11152", - "maxTileRow": "12047", - "minTileCol": "16160", - "maxTileCol": "17087" + "minTileRow": "11059", + "maxTileRow": "18378", + "minTileCol": "10809", + "maxTileCol": "21468" }, "16": { - "minTileRow": "22320", - "maxTileRow": "24095", - "minTileCol": "32336", - "maxTileCol": "34175" + "minTileRow": "22119", + "maxTileRow": "36757", + "minTileCol": "21618", + "maxTileCol": "42936" }, "17": { - "minTileRow": "44656", - "maxTileRow": "48175", - "minTileCol": "64688", - "maxTileCol": "68351" + "minTileRow": "44238", + "maxTileRow": "73515", + "minTileCol": "43236", + "maxTileCol": "85872" }, "18": { - "minTileRow": "89312", - "maxTileRow": "96351", - "minTileCol": "129392", - "maxTileCol": "136703" + "minTileRow": "88476", + "maxTileRow": "147031", + "minTileCol": "86473", + "maxTileCol": "171745" } } }, @@ -52713,7 +56269,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -52724,144 +56280,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2015$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2015", - "title": "Photographies aériennes 2015", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2015.", + "ORTHOIMAGERY.ORTHOPHOTOS2004$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2004", + "title": "Photographies aériennes 2004", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2004.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "672", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1519", - "minTileCol": "1984", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3039", - "minTileCol": "3968", - "maxTileCol": "4287" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6063", - "minTileCol": "7952", - "maxTileCol": "8575" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12127", - "minTileCol": "15904", - "maxTileCol": "17135" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24255", - "minTileCol": "31824", - "maxTileCol": "34271" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "43824", - "maxTileRow": "48511", - "minTileCol": "63648", - "maxTileCol": "68543" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "87648", - "maxTileRow": "97007", - "minTileCol": "127296", - "maxTileCol": "137087" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -52876,7 +56396,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -52887,144 +56407,108 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2016$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2016", - "title": "Photographies aériennes 2016", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2016 (travail en cours).", + "ORTHOIMAGERY.ORTHOPHOTOS2005$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2005", + "title": "Photographies aériennes 2005", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2005.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "48", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "112", - "maxTileCol": "175" + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "240", + "minTileCol": "2", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "559", - "minTileCol": "496", - "maxTileCol": "655" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "688", - "maxTileRow": "1103", - "minTileCol": "992", - "maxTileCol": "1295" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2207", - "minTileCol": "2000", - "maxTileCol": "2575" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2768", - "maxTileRow": "4399", - "minTileCol": "4000", - "maxTileCol": "5135" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5536", - "maxTileRow": "8799", - "minTileCol": "8016", - "maxTileCol": "10255" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "11088", - "maxTileRow": "17599", - "minTileCol": "16032", - "maxTileCol": "20511" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "22176", - "maxTileRow": "35183", - "minTileCol": "32080", - "maxTileCol": "41023" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "44352", - "maxTileRow": "70351", - "minTileCol": "64160", - "maxTileCol": "82047" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "88704", - "maxTileRow": "140687", - "minTileCol": "128336", - "maxTileCol": "164079" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -53039,7 +56523,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -53050,17 +56534,17 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2017$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2017", - "title": "Photographies aériennes 2017", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2017.", + "ORTHOIMAGERY.ORTHOPHOTOS2006$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2006", + "title": "Photographies aériennes 2006", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2006.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1607, - "right": 55.8464, - "top": 50.3856, + "left": -178.187, + "right": 55.8561, + "top": 51.091, "bottom": -21.4013 } }, @@ -53068,7 +56552,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -53076,82 +56560,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "2", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "688", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" - }, - "13": { - "minTileRow": "2752", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5520", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "11056", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "22112", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "44224", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85871" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "88464", - "maxTileRow": "147039", - "minTileCol": "85072", - "maxTileCol": "171743" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -53166,7 +56650,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -53177,25 +56661,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2018", - "title": "Photographies aériennes 2018", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2018.", + "ORTHOIMAGERY.ORTHOPHOTOS2006-2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2006-2010", + "title": "Photographies aériennes 2006-2010", + "description": "Prises de vues aériennes des territoires disponibles à la fin des années 2006 à 2010", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.20863, - "right": 8.25765, - "top": 51.1124, - "bottom": 42.3163 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -53203,82 +56687,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "63", - "minTileCol": "32", - "maxTileCol": "79" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "127", - "minTileCol": "80", - "maxTileCol": "143" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "239", - "minTileCol": "160", - "maxTileCol": "271" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "463", - "minTileCol": "320", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "672", - "maxTileRow": "927", - "minTileCol": "656", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1855", - "minTileCol": "1328", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3695", - "minTileCol": "2656", - "maxTileCol": "4287" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5472", - "maxTileRow": "7375", - "minTileCol": "5312", - "maxTileCol": "8575" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "10944", - "maxTileRow": "14735", - "minTileCol": "10624", - "maxTileCol": "17135" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "21904", - "maxTileRow": "29471", - "minTileCol": "21264", - "maxTileCol": "34271" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "43808", - "maxTileRow": "58943", - "minTileCol": "42528", - "maxTileCol": "68543" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "87616", - "maxTileRow": "117871", - "minTileCol": "85072", - "maxTileCol": "137087" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -53293,7 +56777,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -53304,25 +56788,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2019", - "title": "Photographies aériennes 2019", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2019", + "ORTHOIMAGERY.ORTHOPHOTOS2007$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2007", + "title": "Photographies aériennes 2007", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2007.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.74871, - "right": 9.66314, - "top": 50.1928, - "bottom": 41.3125 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -53330,82 +56814,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "992", - "maxTileCol": "1087" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1376", - "maxTileRow": "1535", - "minTileCol": "2000", - "maxTileCol": "2159" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2768", - "maxTileRow": "3071", - "minTileCol": "4000", - "maxTileCol": "4319" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5536", - "maxTileRow": "6127", - "minTileCol": "8016", - "maxTileCol": "8639" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "11072", - "maxTileRow": "12255", - "minTileCol": "16032", - "maxTileCol": "17263" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "22160", - "maxTileRow": "24495", - "minTileCol": "32080", - "maxTileCol": "34511" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "44336", - "maxTileRow": "48991", - "minTileCol": "64160", - "maxTileCol": "69023" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "88688", - "maxTileRow": "97983", - "minTileCol": "128336", - "maxTileCol": "138047" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -53420,7 +56904,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -53431,25 +56915,25 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2020", - "title": "Photographies aériennes 2020", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2020", + "ORTHOIMAGERY.ORTHOPHOTOS2008$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2008", + "title": "Photographies aériennes 2008", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2008.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -2.68142, - "right": 7.74363, - "top": 49.4512, - "bottom": 42.9454 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -53457,88 +56941,82 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" }, "11": { - "minTileRow": "688", - "maxTileRow": "767", - "minTileCol": "1008", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" }, "12": { - "minTileRow": "1392", - "maxTileRow": "1519", - "minTileCol": "2016", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" }, "13": { - "minTileRow": "2784", - "maxTileRow": "3023", - "minTileCol": "4032", - "maxTileCol": "4271" + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" }, "14": { - "minTileRow": "5584", - "maxTileRow": "6031", - "minTileCol": "8064", - "maxTileCol": "8543" + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" }, "15": { - "minTileRow": "11184", - "maxTileRow": "12047", - "minTileCol": "16128", - "maxTileCol": "17087" + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" }, "16": { - "minTileRow": "22368", - "maxTileRow": "24095", - "minTileCol": "32272", - "maxTileCol": "34175" + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" }, "17": { - "minTileRow": "44752", - "maxTileRow": "48191", - "minTileCol": "64560", - "maxTileCol": "68351" + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" }, "18": { - "minTileRow": "89520", - "maxTileRow": "96367", - "minTileCol": "129136", - "maxTileCol": "136703" - }, - "19": { - "minTileRow": "179040", - "maxTileRow": "192719", - "minTileCol": "258288", - "maxTileCol": "273407" + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" } } }, @@ -53553,7 +57031,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -53564,3343 +57042,5111 @@ } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965", - "title": "Photographies aériennes historiques 1950-1965", - "description": "Couverture en photographies aériennes de la France des années 50, telle qu'elle se présentait avant les grands aménagements des années 60. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", + "ORTHOIMAGERY.ORTHOPHOTOS2009$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2009", + "title": "Photographies aériennes 2009", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2009.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -67.721379749, - "right": 55.846431162, - "top": 51.094486563, - "bottom": -21.401263115 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOHistor_1-0.xml" - } - ], - "styles": [ - { - "name": "BDORTHOHISTORIQUE", - "title": "BDOrthoHistorique" - }, - { - "name": "BDORTHOHISTORIQUEEXTRACTION", - "title": "Style BDOrthoHistorique pour l'extraction" - }, - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995", - "title": "Ortho Historique 1980-1995", - "description": "Couverture en photographies aériennes de la France des années 11980 à 1995. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": 8.376339654, - "right": 9.725247056, - "top": 43.089858632, - "bottom": 41.276145465 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOHistor_1-0.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021", - "title": "ortho-express IRC 2021", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte", + "ORTHOIMAGERY.ORTHOPHOTOS2010$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2010", + "title": "Photographies aériennes 2010", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2010.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012", - "title": "BDORTHO 2012 en infrarouge fausses couleurs", - "description": "BDORTHO 2012 en infrarouge fausses couleurs", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": 6.609395338, - "right": 7.743633718, - "top": 44.377016931, - "bottom": 43.446468234 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013", - "title": "BDORTHO 2013 en infrarouge fausses couleurs", - "description": "BDORTHO 2013 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2011$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2011", + "title": "Photographies aériennes 2011", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2011.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.748707738, - "right": 7.171324638, - "top": 50.376657865, - "bottom": 42.553802214 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014", - "title": "BDORTHO 2014 en infrarouge fausses couleurs", - "description": "BDORTHO 2014 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2011-2015$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2011-2015", + "title": "Photographies aériennes 2011-2015", + "description": "Prises de vues aériennes des territoires disponibles à la fin des années 2011 à 2015", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -2.371530169, - "right": 7.226373446, - "top": 49.634135005, - "bottom": 43.150841058 + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21912", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43825", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87650", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015", - "title": "BDORTHO 2015 en infrarouge fausses couleurs", - "description": "BDORTHO 2015 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2012$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2012", + "title": "Photographies aériennes 2012", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2012.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.208634557, - "right": 8.256739473, - "top": 51.094486563, - "bottom": 42.316306255 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016", - "title": "BDORTHO 2016 en infrarouge fausses couleurs", - "description": "BDORTHO 2016 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2013$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2013", + "title": "Photographies aériennes 2013", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2013.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.748707738, - "right": 9.663144431, - "top": 50.183868685, - "bottom": 41.321457571 + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "0", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21913", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43827", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87654", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017", - "title": "BDORTHO 2017 en infrarouge fausses couleurs", - "description": "BDORTHO 2017 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2014$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2014", + "title": "Photographies aériennes 2014", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2014.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -0.185295158, - "right": 7.743633718, - "top": 46.413720928, - "bottom": 42.945353761 + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "0", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21912", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43825", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87650", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018", - "title": "BDORTHO 2018 en infrarouge fausses couleurs", - "description": "BDORTHO 2018 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2015$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2015", + "title": "Photographies aériennes 2015", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2015.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.193711653, - "right": 8.257649626, - "top": 51.112419947, - "bottom": 42.316306255 + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "0", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21912", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43825", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87650", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019", - "title": "BDORTHO 2019 en infrarouge fausses couleurs", - "description": "BDORTHO 2019 en infrarouge fausses couleurs.", + "ORTHOIMAGERY.ORTHOPHOTOS2016$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2016", + "title": "Photographies aériennes 2016", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2016 (travail en cours).", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.748707738, - "right": 9.663144431, - "top": 50.192847811, - "bottom": 41.31251003 + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020", - "title": "BDORTHO 2020 en infrarouge fausses couleurs", - "description": "BDORTHO 2020 en infrarouge fausses couleurs.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -2.681417984, - "right": 7.743633718, - "top": 49.451229812, - "bottom": 42.945353761 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "0", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "0", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "0", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "1", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "2", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "5", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "10", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "20", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2739", + "maxTileRow": "4594", + "minTileCol": "41", + "maxTileCol": "5367" + }, + "14": { + "minTileRow": "5478", + "maxTileRow": "9189", + "minTileCol": "82", + "maxTileCol": "10734" + }, + "15": { + "minTileRow": "10956", + "maxTileRow": "18378", + "minTileCol": "165", + "maxTileCol": "21468" + }, + "16": { + "minTileRow": "21912", + "maxTileRow": "36757", + "minTileCol": "330", + "maxTileCol": "42936" + }, + "17": { + "minTileRow": "43825", + "maxTileRow": "73515", + "minTileCol": "660", + "maxTileCol": "85872" + }, + "18": { + "minTileRow": "87650", + "maxTileRow": "147031", + "minTileCol": "1320", + "maxTileCol": "171745" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020", - "title": "ORTHO-ASP_PAC2020", - "description": "ortho ASP PAC 2020", + "ORTHOIMAGERY.ORTHOPHOTOS2017$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2017", + "title": "Photographies aériennes 2017", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2017.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -63.1607, + "right": 55.8464, + "top": 50.3856, + "bottom": -21.4013 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "172", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "345", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "691", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1382", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2764", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5529", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "11058", + "maxTileRow": "18378", + "minTileCol": "10634", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "22116", + "maxTileRow": "36757", + "minTileCol": "21269", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "44233", + "maxTileRow": "73515", + "minTileCol": "42539", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "88466", + "maxTileRow": "147031", + "minTileCol": "85079", + "maxTileCol": "171738" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021", - "title": "ORTHO-ASP_PAC2021", - "description": "ortho ASP PAC 2021", + "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2018", + "title": "Photographies aériennes 2018", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2018.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "2", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "0", + "maxTileRow": "4", + "minTileCol": "0", + "maxTileCol": "4" + }, + "3": { + "minTileRow": "0", + "maxTileRow": "8", + "minTileCol": "0", + "maxTileCol": "8" + }, + "4": { + "minTileRow": "0", + "maxTileRow": "16", + "minTileCol": "0", + "maxTileCol": "15" + }, + "5": { + "minTileRow": "0", + "maxTileRow": "32", + "minTileCol": "0", + "maxTileCol": "31" + }, + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + }, + "14": { + "minTileRow": "0", + "maxTileRow": "16384", + "minTileCol": "0", + "maxTileCol": "16383" + }, + "15": { + "minTileRow": "0", + "maxTileRow": "32768", + "minTileCol": "0", + "maxTileCol": "32767" + }, + "16": { + "minTileRow": "0", + "maxTileRow": "65536", + "minTileCol": "0", + "maxTileCol": "65535" + }, + "17": { + "minTileRow": "0", + "maxTileRow": "131072", + "minTileCol": "0", + "maxTileCol": "131071" + }, + "18": { + "minTileRow": "0", + "maxTileRow": "262144", + "minTileCol": "0", + "maxTileCol": "262143" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021", - "title": "ortho-express 2021", - "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2019", + "title": "Photographies aériennes 2019", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2019", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -3.74871, + "right": 9.66314, + "top": 50.1928, + "bottom": 41.3125 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "86", + "maxTileRow": "95", + "minTileCol": "125", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "173", + "maxTileRow": "191", + "minTileCol": "250", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "346", + "maxTileRow": "382", + "minTileCol": "501", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "692", + "maxTileRow": "765", + "minTileCol": "1002", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1385", + "maxTileRow": "1530", + "minTileCol": "2005", + "maxTileCol": "2157" + }, + "13": { + "minTileRow": "2771", + "maxTileRow": "3061", + "minTileCol": "4010", + "maxTileCol": "4315" + }, + "14": { + "minTileRow": "5542", + "maxTileRow": "6123", + "minTileCol": "8021", + "maxTileCol": "8631" + }, + "15": { + "minTileRow": "11085", + "maxTileRow": "12247", + "minTileCol": "16042", + "maxTileCol": "17263" + }, + "16": { + "minTileRow": "22171", + "maxTileRow": "24495", + "minTileCol": "32085", + "maxTileCol": "34527" + }, + "17": { + "minTileRow": "44342", + "maxTileRow": "48991", + "minTileCol": "64171", + "maxTileCol": "69054" + }, + "18": { + "minTileRow": "88685", + "maxTileRow": "97982", + "minTileCol": "128342", + "maxTileCol": "138108" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018", - "title": "bdortho-asp ortho-socle 2018", - "description": "bdortho-asp et ortho-socle 2018", + "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMTS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2020", + "title": "Photographies aériennes 2020", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2020", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -2.68142, + "right": 7.74363, + "top": 49.4512, + "bottom": 42.9454 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "47", + "minTileCol": "63", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "94", + "minTileCol": "126", + "maxTileCol": "133" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "188", + "minTileCol": "252", + "maxTileCol": "267" + }, + "10": { + "minTileRow": "349", + "maxTileRow": "376", + "minTileCol": "504", + "maxTileCol": "534" + }, + "11": { + "minTileRow": "699", + "maxTileRow": "752", + "minTileCol": "1008", + "maxTileCol": "1068" + }, + "12": { + "minTileRow": "1398", + "maxTileRow": "1505", + "minTileCol": "2017", + "maxTileCol": "2136" + }, + "13": { + "minTileRow": "2797", + "maxTileRow": "3011", + "minTileCol": "4034", + "maxTileCol": "4272" + }, + "14": { + "minTileRow": "5595", + "maxTileRow": "6023", + "minTileCol": "8069", + "maxTileCol": "8544" + }, + "15": { + "minTileRow": "11190", + "maxTileRow": "12047", + "minTileCol": "16139", + "maxTileCol": "17088" + }, + "16": { + "minTileRow": "22380", + "maxTileRow": "24094", + "minTileCol": "32279", + "maxTileCol": "34177" + }, + "17": { + "minTileRow": "44761", + "maxTileRow": "48189", + "minTileCol": "64559", + "maxTileCol": "68355" + }, + "18": { + "minTileRow": "89522", + "maxTileRow": "96379", + "minTileCol": "129119", + "maxTileCol": "136710" + }, + "19": { + "minTileRow": "179045", + "maxTileRow": "192758", + "minTileCol": "258238", + "maxTileCol": "273421" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX", - "title": "Orthophotographie d’urgence Alex", - "description": "Orthophotographie réalisée suite au passage de la tempête Alex dans les Alpes Maritimes", + "OSM.PISTECYCLABLE$GEOPORTAIL:OGC:WMTS": { + "name": "OSM.PISTECYCLABLE", + "title": "Pistes cyclables OSM", + "description": "Données pistes cyclables OSM janvier 2024", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 7.079165849, - "right": 7.641992554, - "top": 44.190260071, - "bottom": 43.809458673 + "left": -4.92188, + "right": 9.84375, + "top": 51.2711, + "bottom": 41.4383 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHOHR_1-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "14": { + "minTileRow": "5465", + "maxTileRow": "6116", + "minTileCol": "7967", + "maxTileCol": "8639" + }, + "15": { + "minTileRow": "10930", + "maxTileRow": "12232", + "minTileCol": "15935", + "maxTileCol": "17279" + }, + "16": { + "minTileRow": "21861", + "maxTileRow": "24465", + "minTileCol": "31871", + "maxTileCol": "34559" + }, + "17": { + "minTileRow": "43722", + "maxTileRow": "48930", + "minTileCol": "63743", + "maxTileCol": "69119" + }, + "18": { + "minTileRow": "87445", + "maxTileRow": "97860", + "minTileCol": "127487", + "maxTileCol": "138239" + }, + "19": { + "minTileRow": "174890", + "maxTileRow": "195720", + "minTileCol": "254975", + "maxTileCol": "276479" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2000$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2000", - "title": "Photographies aériennes 2000", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2000.", + "OSM.POI$GEOPORTAIL:OGC:WMTS": { + "name": "OSM.POI", + "title": "Points d'intérêts OSM", + "description": "Données points d'intérêts OSM janvier 2024", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -6.67969, + "right": 13.7109, + "top": 53.3781, + "bottom": 35.1172 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "20", + "maxTileRow": "25", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "41", + "maxTileRow": "50", + "minTileCol": "61", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "82", + "maxTileRow": "101", + "minTileCol": "123", + "maxTileCol": "137" + }, + "9": { + "minTileRow": "165", + "maxTileRow": "202", + "minTileCol": "246", + "maxTileCol": "275" + }, + "10": { + "minTileRow": "331", + "maxTileRow": "405", + "minTileCol": "492", + "maxTileCol": "550" + }, + "11": { + "minTileRow": "663", + "maxTileRow": "810", + "minTileCol": "985", + "maxTileCol": "1101" + }, + "12": { + "minTileRow": "1327", + "maxTileRow": "1620", + "minTileCol": "1971", + "maxTileCol": "2203" + }, + "13": { + "minTileRow": "2654", + "maxTileRow": "3241", + "minTileCol": "3943", + "maxTileCol": "4407" + }, + "14": { + "minTileRow": "5308", + "maxTileRow": "6483", + "minTileCol": "7887", + "maxTileCol": "8815" + }, + "15": { + "minTileRow": "10616", + "maxTileRow": "12966", + "minTileCol": "15775", + "maxTileCol": "17631" + }, + "16": { + "minTileRow": "21233", + "maxTileRow": "25932", + "minTileCol": "31551", + "maxTileCol": "35263" + }, + "17": { + "minTileRow": "42467", + "maxTileRow": "51865", + "minTileCol": "63103", + "maxTileCol": "70527" + }, + "18": { + "minTileRow": "84934", + "maxTileRow": "103730", + "minTileCol": "126207", + "maxTileCol": "141055" + }, + "19": { + "minTileRow": "169868", + "maxTileRow": "207460", + "minTileCol": "252415", + "maxTileCol": "282111" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2000-2005", - "title": "Photographies aériennes 2000-2005", - "description": "Prises de vues aériennes des territoires disponibles pour les années 2000 à 2005", + "PARKING.SUP.500$GEOPORTAIL:OGC:WMTS": { + "name": "PARKING.SUP.500", + "title": "Parkings de plus de 500m²", + "description": "Parkings de plus de 500m²", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 55.856111135, - "top": 64.069752495, - "bottom": -21.40132945 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "PARKING.SUP.500", + "title": "PARKING.SUP.500", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PARKING.SUP.500-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2001$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2001", - "title": "Photographies aériennes 2001", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2001.", + "PART.ENR.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "PART.ENR.COMMUNE", + "title": "Puissance cumulée électrique installée par filière renouvelable par commune", + "description": "Puissance cumulée électrique installée par filière renouvelable par commune", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.247206168, - "right": 7.232339573, - "top": 50.376480554, - "bottom": 4.471530493 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS2002$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2002", - "title": "Photographies aériennes 2002", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2002", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -61.247206168, - "right": 9.688606349, - "top": 50.376480554, - "bottom": 4.498668379 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "PART.ENR.COMMUNE", + "title": "PART.ENR.COMMUNE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PART.ENR.COMMUNE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2003$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2003", - "title": "Photographies aériennes 2003", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2003.", + "PCI$GEOPORTAIL:OGC:WMTS": { + "name": "PCI", + "title": "PCI vecteur", + "description": "Plan cadastral informatisé vecteur tuilé de la DGFIP", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -63.1618, + "right": 55.8469, + "top": 51.0992, + "bottom": -21.4 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "83", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "166", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "332", + "maxTileCol": "670" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "9189", + "minTileCol": "5317", + "maxTileCol": "10733" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "18378", + "minTileCol": "10634", + "maxTileCol": "21467" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "36757", + "minTileCol": "21269", + "maxTileCol": "42934" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "73515", + "minTileCol": "42539", + "maxTileCol": "85869" + }, + "18": { + "minTileRow": "87644", + "maxTileRow": "147030", + "minTileCol": "85078", + "maxTileCol": "171738" + }, + "19": { + "minTileRow": "175289", + "maxTileRow": "294060", + "minTileCol": "170157", + "maxTileCol": "343477" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2004$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2004", - "title": "Photographies aériennes 2004", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2004.", + "PCRS.LAMB93$GEOPORTAIL:OGC:WMTS": { + "name": "PCRS.LAMB93", + "title": "PCRS", + "description": "Données du Plan Corps de Rue Simplifié", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 748982857.1428572, + "minScaleDenominator": 178.57142857142858, "bbox": { - "left": -178.187136618, - "right": 55.856111135, - "top": 51.090964667, - "bottom": -21.40132945 + "left": -5.0, + "right": 10.0, + "top": 52.0, + "bottom": 40.0 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "defaultProjection": "IGNF:LAMB93", + "wmtsOptions": { + "tileMatrixSetLink": "LAMB93_5cm", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "5", + "maxTileRow": "7", + "minTileCol": "0", + "maxTileCol": "1" + }, + "7": { + "minTileRow": "11", + "maxTileRow": "14", + "minTileCol": "0", + "maxTileCol": "3" + }, + "8": { + "minTileRow": "22", + "maxTileRow": "29", + "minTileCol": "0", + "maxTileCol": "6" + }, + "9": { + "minTileRow": "45", + "maxTileRow": "58", + "minTileCol": "0", + "maxTileCol": "12" + }, + "10": { + "minTileRow": "90", + "maxTileRow": "116", + "minTileCol": "0", + "maxTileCol": "24" + }, + "11": { + "minTileRow": "181", + "maxTileRow": "233", + "minTileCol": "0", + "maxTileCol": "49" + }, + "12": { + "minTileRow": "363", + "maxTileRow": "467", + "minTileCol": "1", + "maxTileCol": "99" + }, + "13": { + "minTileRow": "726", + "maxTileRow": "934", + "minTileCol": "2", + "maxTileCol": "197" + }, + "14": { + "minTileRow": "1452", + "maxTileRow": "1868", + "minTileCol": "4", + "maxTileCol": "394" + }, + "15": { + "minTileRow": "2905", + "maxTileRow": "3737", + "minTileCol": "8", + "maxTileCol": "788" + }, + "16": { + "minTileRow": "5810", + "maxTileRow": "7474", + "minTileCol": "17", + "maxTileCol": "1575" + }, + "17": { + "minTileRow": "11621", + "maxTileRow": "14948", + "minTileCol": "35", + "maxTileCol": "3150" + }, + "18": { + "minTileRow": "23242", + "maxTileRow": "29897", + "minTileCol": "70", + "maxTileCol": "6300" + }, + "19": { + "minTileRow": "46484", + "maxTileRow": "59794", + "minTileCol": "140", + "maxTileCol": "12600" + }, + "20": { + "minTileRow": "92969", + "maxTileRow": "119589", + "minTileCol": "281", + "maxTileCol": "25200" + }, + "21": { + "minTileRow": "185938", + "maxTileRow": "239178", + "minTileCol": "562", + "maxTileCol": "50400" + }, + "22": { + "minTileRow": "371877", + "maxTileRow": "478356", + "minTileCol": "1125", + "maxTileCol": "100800" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "title": "Données Brutes", + "current": true, + "url": null } ], + "legends": [], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2005$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2005", - "title": "Photographies aériennes 2005", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2005.", + "PLAN.IGN$GEOPORTAIL:OGC:WMTS": { + "name": "PLAN.IGN", + "title": "Plan IGN", + "description": "Plan IGN personnalisable", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 55.856111135, - "top": 51.090964667, - "bottom": -21.40132945 + "left": -63.2812, + "right": 55.9424, + "top": 51.1238, + "bottom": -21.5355 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "1", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "2299", + "minTileCol": "1327", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "4598", + "minTileCol": "2655", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5476", + "maxTileRow": "9196", + "minTileCol": "5311", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10952", + "maxTileRow": "18392", + "minTileCol": "10623", + "maxTileCol": "21475" + }, + "16": { + "minTileRow": "21904", + "maxTileRow": "36784", + "minTileCol": "21247", + "maxTileCol": "42951" + }, + "17": { + "minTileRow": "43808", + "maxTileRow": "73568", + "minTileCol": "42495", + "maxTileCol": "85903" + }, + "18": { + "minTileRow": "87616", + "maxTileRow": "147136", + "minTileCol": "84991", + "maxTileCol": "171807" + }, + "19": { + "minTileRow": "175232", + "maxTileRow": "294273", + "minTileCol": "169983", + "maxTileCol": "343615" + } } - ], - "styles": [ + }, + "styles": [], + "legends": [], + "formats": [ { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "name": "application/x-protobuf", + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2006$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2006", - "title": "Photographies aériennes 2006", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2006.", + "POINTS.INJECTION.BIOMETHANE$GEOPORTAIL:OGC:WMTS": { + "name": "POINTS.INJECTION.BIOMETHANE", + "title": "Localisation des points d'injection de biométhane", + "description": "Localisation des points d'injection de biométhane", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 55.856111135, - "top": 51.090964667, - "bottom": -21.40132945 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POINTS.INJECTION.BIOMETHANE", + "title": "POINTS.INJECTION.BIOMETHANE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POINTS.INJECTION.BIOMETHANE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2006-2010$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2006-2010", - "title": "Photographies aériennes 2006-2010", - "description": "Prises de vues aériennes des territoires disponibles pour les années 2006 à 2010", + "POI_OSM$GEOPORTAIL:OGC:WMTS": { + "name": "POI_OSM", + "title": "POI OSM", + "description": "Points d'intérêts issu de la base OSM.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -6.67969, + "right": 11.9531, + "top": 53.3781, + "bottom": 35.1172 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "10": { + "minTileRow": "331", + "maxTileRow": "405", + "minTileCol": "492", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "663", + "maxTileRow": "810", + "minTileCol": "985", + "maxTileCol": "1091" + }, + "12": { + "minTileRow": "1327", + "maxTileRow": "1620", + "minTileCol": "1971", + "maxTileCol": "2183" + }, + "13": { + "minTileRow": "2654", + "maxTileRow": "3241", + "minTileCol": "3943", + "maxTileCol": "4367" + }, + "14": { + "minTileRow": "5308", + "maxTileRow": "6483", + "minTileCol": "7887", + "maxTileCol": "8735" + }, + "15": { + "minTileRow": "10616", + "maxTileRow": "12966", + "minTileCol": "15775", + "maxTileCol": "17471" + }, + "16": { + "minTileRow": "21233", + "maxTileRow": "25932", + "minTileCol": "31551", + "maxTileCol": "34943" + }, + "17": { + "minTileRow": "42467", + "maxTileRow": "51865", + "minTileCol": "63103", + "maxTileCol": "69887" + }, + "18": { + "minTileRow": "84934", + "maxTileRow": "103730", + "minTileCol": "126207", + "maxTileCol": "139775" + }, + "19": { + "minTileRow": "169868", + "maxTileRow": "207460", + "minTileCol": "252415", + "maxTileCol": "279551" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2007$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2007", - "title": "Photographies aériennes 2007", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2007.", + "POTENTIEL.EOLIEN.REGLEMENTAIRE$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.EOLIEN.REGLEMENTAIRE", + "title": "Potentiel éolien terrestre - couche \"clé en main\"", + "description": "Potentiel éolien terrestre - couche \"clé en main\"", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.EOLIEN.REGLE", + "title": "POTENTIEL.EOLIEN.REGLE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.EOLIEN.REGLE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2008$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2008", - "title": "Photographies aériennes 2008", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2008.", + "POTENTIEL.GEOTHERMIE$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.GEOTHERMIE", + "title": "Potentiel géothermique en PACA", + "description": "Potentiel géothermique en PACA", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 55.856111135, - "top": 51.090964667, - "bottom": -21.40132945 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.GEOTHERMIE", + "title": "POTENTIEL.GEOTHERMIE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.GEOTHERMIE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2009$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2009", - "title": "Photographies aériennes 2009", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2009.", + "POTENTIEL.HYDRO$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.HYDRO", + "title": "Potentiel hydroélectrique sur nouveaux ouvrages", + "description": "Potentiel hydroélectrique sur nouveaux ouvrages", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ { - "name": "image/geotiff", - "current": false - }, + "name": "POTENTIEL.HYDRO", + "title": "POTENTIEL.HYDRO", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "image/x-bil;bits=32", - "current": false - }, + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.HYDRO-legend.png", + "minScaleDenominator": "2000" + } + ], + "formats": [ { - "name": "text/asc", - "current": false + "name": "image/png", + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2010$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2010", - "title": "Photographies aériennes 2010", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2010.", + "POTENTIEL.RESEAU.CHALEUR.PACA$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.RESEAU.CHALEUR.PACA", + "title": "Potentiel de développement des réseaux de chaleur en PACA", + "description": "Potentiel de développement des réseaux de chaleur en PACA", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.RESEAU.CHALEUR.PACA", + "title": "POTENTIEL.RESEAU.CHALEUR.PACA", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.RESEAU.CHALEUR.PACA-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2011$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2011", - "title": "Photographies aériennes 2011", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2011.", + "POTENTIEL.RESEAU.CHAUD.FROID.PACA$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.RESEAU.CHAUD.FROID.PACA", + "title": "Potentiel de développement des réseaux de chaleur et de froid en PACA", + "description": "Potentiel de développement des réseaux de chaleur et de froid en PACA", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.RESEAU.CHAUD.FROID.PACA", + "title": "POTENTIEL.RESEAU.CHAUD.FROID.PACA", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.RESEAU.CHAUD.FROID.PACA-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2011-2015$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2011-2015", - "title": "Photographies aériennes 2011-2015", - "description": "Prises de vues aériennes des territoires disponibles pour les années 2011 à 2015", + "POTENTIEL.RESEAU.FROID.PACA$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.RESEAU.FROID.PACA", + "title": "Potentiel de développement des réseaux de froid en PACA", + "description": "Potentiel de développement des réseaux de froid en PACA", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -178.187136618, - "right": 55.856111135, - "top": 51.094486563, - "bottom": -21.40132945 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.RESEAU.FROID.PACA", + "title": "POTENTIEL.RESEAU.FROID.PACA", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.RESEAU.FROID.PACA-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2012$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2012", - "title": "Photographies aériennes 2012", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2012.", + "POTENTIEL.SOLAIRE.BATIMENT$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.SOLAIRE.BATIMENT", + "title": "Potentiel solaire sur toiture (méthode simplifiée)", + "description": "Potentiel solaire sur toiture (méthode simplifiée)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ + { + "name": "POTENTIEL.SOLAIRE.BATIMENT", + "title": "POTENTIEL.SOLAIRE.BATIMENT", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.SOLAIRE.BATIMENT-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2013$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2013", - "title": "Photographies aériennes 2013", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2013.", + "POTENTIEL.SOLAIRE.FRICHE$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.SOLAIRE.FRICHE", + "title": "Potentiel solaire au sol - friches susceptibles d'accueillir des installations photovoltaïques", + "description": "Potentiel solaire au sol - friches susceptibles d'accueillir des installations photovoltaïques", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.SOLAIRE.FRICHE", + "title": "POTENTIEL.SOLAIRE.FRICHE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.SOLAIRE.FRICHE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2014$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2014", - "title": "Photographies aériennes 2014", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2014.", + "POTENTIEL.SOLAIRE.PARKING500$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.SOLAIRE.PARKING500", + "title": "Unités foncières contenant des surfaces de stationnement non couvertes de plus de 500m² (données déclaratives)", + "description": "Unités foncières contenant des surfaces de stationnement non couvertes de plus de 500m² (données déclaratives)", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.SOLAIRE.PARKING500", + "title": "POTENTIEL.SOLAIRE.PARKING500", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.SOLAIRE.PARKING500-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2015$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2015", - "title": "Photographies aériennes 2015", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2015.", + "POTENTIEL.SOLAIRE.SOL$GEOPORTAIL:OGC:WMTS": { + "name": "POTENTIEL.SOLAIRE.SOL", + "title": "Potentiel solaire sol", + "description": "Zones potentiellements propices à l'installation de solaire sol.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "POTENTIEL.SOLAIRE.SOL", + "title": "POTENTIEL.SOLAIRE.SOL", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.SOLAIRE.SOL-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2016$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2016", - "title": "Photographies aériennes 2016", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2016 (travail en cours).", + "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMTS": { + "name": "PRAIRIES.SENSIBLES.BCAE", + "title": "Préservation des prairies et pâturages permanents en zone Natura 2000", + "description": "Préservation des prairies et pâturages permanents en zone Natura 2000 - Couche pour la nouvelle PAC produite par l’Observatoire du développement rural (ODR) en lien avec l’INRAE.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } + } + }, + "styles": [ { - "name": "image/geotiff", - "current": false - }, + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "image/x-bil;bits=32", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ { - "name": "text/asc", - "current": false + "name": "image/png", + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2017$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2017", - "title": "Photographies aériennes 2017", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2017", + "PROD.INSTALLATION.EOLIEN$GEOPORTAIL:OGC:WMTS": { + "name": "PROD.INSTALLATION.EOLIEN", + "title": "Puissance cumulée installée des installations éoliennes par commune", + "description": "Puissance cumulée installée des installations éoliennes par commune", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16070698, - "right": 55.846431162, - "top": 50.385634444, - "bottom": -21.401263115 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "PROD.INSTALLATION.EOLIEN", + "title": "PROD.INSTALLATION.EOLIEN", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PROD.INSTALLATION.EOLIEN-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2018", - "title": "Photographies aériennes 2018", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2018", + "PROD.INSTALLATION.HYDRO$GEOPORTAIL:OGC:WMTS": { + "name": "PROD.INSTALLATION.HYDRO", + "title": "Puissance cumulée installée des installations hydrauliques par commune", + "description": "Puissance cumulée installée des installations hydrauliques par commune", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.208634557, - "right": 8.257649626, - "top": 51.112419947, - "bottom": 42.316306255 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "PROD.INSTALLATION.HYDRO", + "title": "PROD.INSTALLATION.HYDRO", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PROD.INSTALLATION.HYDRO-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2019", - "title": "Photographies aériennes 2019", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2019", + "PROD.INSTALLATION.PV$GEOPORTAIL:OGC:WMTS": { + "name": "PROD.INSTALLATION.PV", + "title": "Puissance cumulée installée des installations photovoltaïques par commune", + "description": "Puissance cumulée installée des installations photovoltaïques par commune", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -3.748707738, - "right": 9.663144431, - "top": 50.192847811, - "bottom": 41.31251003 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "PROD.INSTALLATION.PV", + "title": "PROD.INSTALLATION.PV", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PROD.INSTALLATION.PV-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS2020", - "title": "Photographies aériennes 2020", - "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2020", + "PRODUCTIBLE.BIOMETHANE.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "PRODUCTIBLE.BIOMETHANE.COMMUNE", + "title": "Productible en injection de biométhane annuel par commune", + "description": "Productible en injection de biométhane annuel par commune", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -2.681417984, - "right": 7.743633718, - "top": 49.451229812, - "bottom": 42.945353761 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ + { + "name": "PRODUCTIBLE.BIOMETHANE.COMMUNE", + "title": "PRODUCTIBLE.BIOMETHANE.COMMUNE", + "current": true, + "url": null + } ], - "formats": [ + "legends": [ { - "name": "image/jpeg", - "current": true - }, + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PRODUCTIBLE.BIOMETHANE.COMMUNE-legend.png", + "minScaleDenominator": "2000" + } + ], + "formats": [ { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE", + "PRODUCTIBLE.EOLIEN.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "PRODUCTIBLE.EOLIEN.COMMUNE", + "title": "Productible en éolien annuel par commune", + "description": "Productible en éolien annuel par commune", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 8000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 7.080417223162337, - "right": 7.6371573281300265, - "top": 44.18277269853686, - "bottom": 43.81352727423069 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:2154", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ + { + "name": "PRODUCTIBLE.EOLIEN.COMMUNE", + "title": "PRODUCTIBLE.EOLIEN.COMMUNE", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHOHR_1-0.xml" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PRODUCTIBLE.EOLIEN.COMMUNE-legend.png", + "minScaleDenominator": "2000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE", + "PRODUCTIBLE.METHANISATION.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "PRODUCTIBLE.METHANISATION.COMMUNE", + "title": "Productible en méthanisation annuel par commune", + "description": "Productible en méthanisation annuel par commune", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16065723435582, - "right": 55.84425655413142, - "top": 51.08932742029653, - "bottom": -21.399897362347634 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOHistor_1-0.xml" + "name": "PRODUCTIBLE.METHANISATION.COMMUNE", + "title": "PRODUCTIBLE.METHANISATION.COMMUNE", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PRODUCTIBLE.METHANISATION.COMMUNE-legend.png", + "minScaleDenominator": "2000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010", - "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010", + "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE$GEOPORTAIL:OGC:WMTS": { + "name": "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE", + "title": "Productible en photovoltaique annuel par commune", + "description": "Productible en photovoltaique annuel par commune", "globalConstraint": { - "minScaleDenominator": 800.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -66.49159690952567, - "right": 55.84456069372925, - "top": 51.09371244574077, - "bottom": -21.427303081539563 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015", - "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015", - "globalConstraint": { - "minScaleDenominator": 800.0, - "maxScaleDenominator": 10000000.0, - "bbox": { - "left": -63.16551153704054, - "right": 55.84428059902366, - "top": 51.09371233290367, - "bottom": -21.39990125231396 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "orthohisto": "https://wxs.ign.fr/orthohisto/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "Aire-Parcellaire$GEOPORTAIL:OGC:WMTS": { - "name": "Aire-Parcellaire", - "title": "Délimitation parcellaire AOC viticole", - "description": "Selon les règlements européens n°110/2008 du 15 janvier 2008, n°1151/2012 du 21 novembre 2012 et n°1308/2013 de l’OCM , le cahier des charges des appellations définit l’aire géographique. Le terme de « délimitation parcellaire » désigne une aire qui repose sur les limites administratives du cadastre (les parcelles) et dont le maillage suffisamment fin permet de tenir compte de variations très localisées des éléments du milieu physique. Elle correspond à l'aire de production de la matière première. Elle est incluse dans l'aire géographique. Données produites par l'Institut National des Origines et la Qualité (INAO)", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", "maxTileRow": "23", @@ -56983,17 +62229,17 @@ }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE", + "title": "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -57003,25 +62249,25 @@ } ] }, - "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMTS": { - "name": "CADASTRALPARCELS.HEATMAP", - "title": "Décalage de la représentation cadastrale", - "description": "Cartographie des décalages entre les données BD Parcellaire et Parcellaire Express", + "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.APB", + "title": "Biotopes d'espèces protégées", + "description": "Conservation de l'habitat d'espèces protégées. Outil réglementaires de niveau départemental.Mise à jour 04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15047, - "right": 9.57054, - "top": 51.0991, - "bottom": 41.3252 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -57030,88 +62276,76 @@ "tileMatrixSetLimits": { "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1989", - "maxTileCol": "2156" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3978", - "maxTileCol": "4313" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5477", - "maxTileRow": "6123", - "minTileCol": "7957", - "maxTileCol": "8627" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10955", - "maxTileRow": "12246", - "minTileCol": "15915", - "maxTileCol": "17255" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21911", - "maxTileRow": "24492", - "minTileCol": "31830", - "maxTileCol": "34510" - }, - "17": { - "minTileRow": "43822", - "maxTileRow": "48985", - "minTileCol": "63660", - "maxTileCol": "69020" - }, - "18": { - "minTileRow": "87645", - "maxTileRow": "97970", - "minTileCol": "127321", - "maxTileCol": "138041" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "DECALAGE DE LA REPRESENTATION CADASTRALE", - "title": "DECALAGE DE LA REPRESENTATION CADASTRALE", + "name": "PROTECTEDAREAS.APB", + "title": "PROTECTEDAREAS.APB", "current": true, "url": null } @@ -57119,7 +62353,7 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CADASTRALPARCELS.HEATMAP-legend.png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.APB-legend.png", "minScaleDenominator": "2000" } ], @@ -57130,168 +62364,114 @@ } ] }, - "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMTS": { - "name": "CADASTRALPARCELS.HISTO.2008-2013.PARCELS", - "title": "Parcelles cadastrales historiques (2008-2013)", - "description": "Limites des parcelles cadastrales historiques (2008-2013) issues de plans scannés et de plans numériques.", + "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.APG", + "title": "Arrêtés de protection de géotope", + "description": "Sites d'intérêt géologique faisant l'objet d’une interdiction de destruction, d'altération ou de dégradation du site, ainsi que de prélèvement, de destruction ou de dégradation de fossiles, minéraux et concrétions présents sur ces sites appelés « aires de protection de géotope».", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1607, - "right": 55.8464, - "top": 51.0945, - "bottom": -21.3922 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "0", - "maxTileRow": "63", - "minTileCol": "0", - "maxTileCol": "63" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "95", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "64", - "maxTileRow": "159", - "minTileCol": "64", - "maxTileCol": "191" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "351" + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "320", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "640", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1344", - "maxTileRow": "2303", - "minTileCol": "1312", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9215", - "minTileCol": "5312", - "maxTileCol": "10751" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18399", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21888", - "maxTileRow": "36767", - "minTileCol": "21248", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "73535", - "minTileCol": "42528", - "maxTileCol": "85887" - }, - "18": { - "minTileRow": "87648", - "maxTileRow": "147039", - "minTileCol": "85056", - "maxTileCol": "171743" - }, - "19": { - "minTileRow": "175296", - "maxTileRow": "294047", - "minTileCol": "170144", - "maxTileCol": "343487" - }, - "20": { - "minTileRow": "350592", - "maxTileRow": "588095", - "minTileCol": "340288", - "maxTileCol": "686975" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "bdparcellaire", - "title": "BD Parcellaire Noire et transparente", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], - "legends": [], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], "formats": [ { "name": "image/png", @@ -57299,168 +62479,114 @@ } ] }, - "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMTS": { - "name": "CADASTRALPARCELS.PARCELS", - "title": "Parcelles cadastrales", - "description": "Limites des parcelles cadastrales issues de plans scannés et de plans numériques.", + "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.APHN", + "title": "Arrêtés de protection d’habitats naturels", + "description": "Dispositif visant à protéger un habitat naturel (récif corallien, tourbière, prairie, etc.) en tant que tel, sans qu'il soit besoin d'établir qu'il constitue par ailleurs un habitat d'espèces protégées. Mise à jour 04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1607, - "right": 55.8464, - "top": 51.091, - "bottom": -21.3922 - } - }, + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 + } + }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "16", - "minTileCol": "0", - "maxTileCol": "16" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "0", - "maxTileRow": "63", - "minTileCol": "0", - "maxTileCol": "63" + "minTileRow": "21", + "maxTileRow": "43", + "minTileCol": "20", + "maxTileCol": "46" }, "7": { - "minTileRow": "32", - "maxTileRow": "95", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "86", + "minTileCol": "41", + "maxTileCol": "93" }, "8": { - "minTileRow": "64", - "maxTileRow": "159", - "minTileCol": "64", - "maxTileCol": "191" + "minTileRow": "85", + "maxTileRow": "173", + "minTileCol": "82", + "maxTileCol": "186" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "351" + "minTileRow": "170", + "maxTileRow": "346", + "minTileCol": "165", + "maxTileCol": "373" }, "10": { - "minTileRow": "320", - "maxTileRow": "575", - "minTileCol": "320", - "maxTileCol": "671" + "minTileRow": "341", + "maxTileRow": "693", + "minTileCol": "331", + "maxTileCol": "747" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "640", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1386", + "minTileCol": "663", + "maxTileCol": "1494" }, "12": { - "minTileRow": "1344", - "maxTileRow": "2303", - "minTileCol": "1312", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2773", + "minTileCol": "1326", + "maxTileCol": "2988" }, "13": { - "minTileRow": "2720", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "5547", + "minTileCol": "2653", + "maxTileCol": "5976" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9215", - "minTileCol": "5312", - "maxTileCol": "10751" + "minTileRow": "5462", + "maxTileRow": "11094", + "minTileCol": "5307", + "maxTileCol": "11953" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18399", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "22189", + "minTileCol": "10615", + "maxTileCol": "23906" }, "16": { - "minTileRow": "21888", - "maxTileRow": "36767", - "minTileCol": "21248", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "73535", - "minTileCol": "42528", - "maxTileCol": "85887" - }, - "18": { - "minTileRow": "87648", - "maxTileRow": "147039", - "minTileCol": "85056", - "maxTileCol": "171743" - }, - "19": { - "minTileRow": "175296", - "maxTileRow": "294047", - "minTileCol": "170144", - "maxTileCol": "343487" - }, - "20": { - "minTileRow": "350592", - "maxTileRow": "588095", - "minTileCol": "340288", - "maxTileCol": "686975" + "minTileRow": "21849", + "maxTileRow": "44378", + "minTileCol": "21231", + "maxTileCol": "47813" } } }, "styles": [ { - "name": "bdparcellaire", - "title": "BD Parcellaire Noire et transparente", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], - "legends": [], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], "formats": [ { "name": "image/png", @@ -57468,849 +62594,830 @@ } ] }, - "PCI$GEOPORTAIL:OGC:WMTS": { - "name": "PCI", - "title": "PCI", - "description": "Plan cadastral informatisé vecteur tuilé de la DGFIP", + "PROTECTEDAREAS.APLG$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.APLG", + "title": "Arrêtés listes de sites d'intérêt géologique", + "description": "L'arrêté préfectoral fixant la liste départementale de sites d'intérêt géologique est un outil règlementaire qui vise à protéger, par des mesures générales, les sites géologiques qui sont mentionnés en son sein. Il s'agit d'un des deux outils mis en place par le décret du 28 décembre 2015 codifié aux articles R.411-17-1 et 17-2 du code de l'environnement et précisé par la Note du 1er décembre 2016 relative à la protection des sites d'intérêt géologique", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", - "maxTileRow": "35", + "maxTileRow": "43", "minTileCol": "20", - "maxTileCol": "41" + "maxTileCol": "46" }, "7": { "minTileRow": "42", - "maxTileRow": "71", + "maxTileRow": "86", "minTileCol": "41", - "maxTileCol": "83" + "maxTileCol": "93" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "maxTileRow": "173", + "minTileCol": "82", + "maxTileCol": "186" }, "9": { - "minTileRow": "171", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "minTileRow": "170", + "maxTileRow": "346", + "minTileCol": "165", + "maxTileCol": "373" }, "10": { - "minTileRow": "342", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "670" + "minTileRow": "341", + "maxTileRow": "693", + "minTileCol": "331", + "maxTileCol": "747" }, "11": { - "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1341" + "minTileRow": "682", + "maxTileRow": "1386", + "minTileCol": "663", + "maxTileCol": "1494" }, "12": { - "minTileRow": "1369", - "maxTileRow": "2297", - "minTileCol": "1329", - "maxTileCol": "2683" + "minTileRow": "1365", + "maxTileRow": "2773", + "minTileCol": "1326", + "maxTileCol": "2988" }, "13": { - "minTileRow": "2738", - "maxTileRow": "4594", - "minTileCol": "2658", - "maxTileCol": "5366" + "minTileRow": "2731", + "maxTileRow": "5547", + "minTileCol": "2653", + "maxTileCol": "5976" }, "14": { - "minTileRow": "5477", - "maxTileRow": "9189", - "minTileCol": "5317", - "maxTileCol": "10733" + "minTileRow": "5462", + "maxTileRow": "11094", + "minTileCol": "5307", + "maxTileCol": "11953" }, "15": { - "minTileRow": "10955", - "maxTileRow": "18378", - "minTileCol": "10634", - "maxTileCol": "21467" + "minTileRow": "10924", + "maxTileRow": "22189", + "minTileCol": "10615", + "maxTileCol": "23906" }, "16": { - "minTileRow": "21911", - "maxTileRow": "36757", - "minTileCol": "21269", - "maxTileCol": "42934" - }, - "17": { - "minTileRow": "43822", - "maxTileRow": "73515", - "minTileCol": "42539", - "maxTileCol": "85869" - }, - "18": { - "minTileRow": "87645", - "maxTileRow": "147030", - "minTileCol": "85079", - "maxTileCol": "171738" - }, - "19": { - "minTileRow": "175290", - "maxTileRow": "294060", - "minTileCol": "170158", - "maxTileCol": "343476" + "minTileRow": "21849", + "maxTileRow": "44378", + "minTileCol": "21231", + "maxTileCol": "47813" } } }, - "styles": [], - "legends": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], "formats": [ { - "name": "application/x-protobuf", + "name": "image/png", "current": true } ] }, - "Aire-Parcellaire$GEOPORTAIL:OGC:WMS": { - "name": "Aire-Parcellaire", - "title": "Délimitation parcellaire AOC viticole", - "description": "Selon les règlements européens n°110/2008 du 15 janvier 2008, n°1151/2012 du 21 novembre 2012 et n°1308/2013 de l’OCM , le cahier des charges des appellations définit l’aire géographique. Le terme de « délimitation parcellaire » désigne une aire qui repose sur les limites administratives du cadastre (les parcelles) et dont le maillage suffisamment fin permet de tenir compte de variations très localisées des éléments du milieu physique. Elle correspond à l'aire de production de la matière première. Elle est incluse dans l'aire géographique. Données produites par l'Institut National des Origines et la Qualité (INAO)", + "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.BIOS", + "title": "Réserves de biosphère", + "description": "Réserves naturelles reconnues par le Programme sur l'Homme et la Biosphère créé par l'Unesco. 09-2022", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=INAO_AOC.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "AOCViticole", - "title": "Légende du 1/1000000" + "name": "PROTECTEDAREAS.BIOS", + "title": "PROTECTEDAREAS.BIOS", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/INAO-new-legend.png" + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.BIOS-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.HEATMAP", - "title": "Décalage de la représentation cadastrale", - "description": "Cartographie des décalages entre les données BD Parcellaire et Parcellaire Express", + "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.GP", + "title": "Géoparcs", + "description": "Les géoparcs mondiaux UNESCO sont des espaces géographiques unifiés, où les sites et paysages de portée géologique internationale sont gérés selon un concept global de protection, d’éducation et de développement durable", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "DECALAGE DE LA REPRESENTATION CADASTRALE", - "title": "DECALAGE DE LA REPRESENTATION CADASTRALE" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/CADASTRALPARCELS.HEATMAP-legend.png" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.HISTO.2008-2013.PARCELS", - "title": "Parcelles cadastrales historiques (2008-2013)", - "description": "Limites des parcelles cadastrales historiques (2008-2013) issues de plans scannés et de plans numériques.", + "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.INPG", + "title": "Inventaire National du Patrimoine Géologique (INPG)", + "description": "L'Inventaire National du Patrimoine Géologique (INPG) est un programme initié en 2007 de connaissance géologique du territoire métropolitain et outre-mer, dans lequel chaque site géologique naturel est renseigné sur une application web dédiée (InvenTerre) de façon textuelle avec une évaluation patrimoniale et une cartographie associées.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16070698, - "right": 55.846431162, - "top": 51.094486956, - "bottom": -21.392229744 + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2_image.xml" - } - ], + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "43", + "minTileCol": "20", + "maxTileCol": "46" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "86", + "minTileCol": "41", + "maxTileCol": "93" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "173", + "minTileCol": "82", + "maxTileCol": "186" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "346", + "minTileCol": "165", + "maxTileCol": "373" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "693", + "minTileCol": "331", + "maxTileCol": "747" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1386", + "minTileCol": "663", + "maxTileCol": "1494" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2773", + "minTileCol": "1326", + "maxTileCol": "2988" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "5547", + "minTileCol": "2653", + "maxTileCol": "5976" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "11094", + "minTileCol": "5307", + "maxTileCol": "11953" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "22189", + "minTileCol": "10615", + "maxTileCol": "23906" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "44378", + "minTileCol": "21231", + "maxTileCol": "47813" + } + } + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.PARCELS", - "title": "BDPARCELLAIRE-IMAGE WM 2018-09-27", - "description": "Parcelles cadastrales.", + "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.MNHN.CDL.PARCELS", + "title": "Conservatoire du littoral - sites sous responsabilité du conservatoire", + "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.16070698, - "right": 55.846431162, - "top": 51.090964667, - "bottom": -21.392229744 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2_image.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - }, - { - "name": "bdparcellaire_o", - "title": "BD Parcellaire orange transparente" - }, - { - "name": "bdparcellaire", - "title": "BD Parcellaire Noire et transparente" - }, - { - "name": "bdparcellaire_b", - "title": "BD Parcellaire blanc transparente" + "name": "PROTECTEDAREAS.MNHN.CDL.PARCELS", + "title": "PROTECTEDAREAS.MNHN.CDL.PARCELS", + "current": true, + "url": null } ], "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.MNHN.CDL.PARCELS-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "CADASTRALPARCELS.COMMUNES$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.COMMUNES", - "title": "CADASTRALPARCELS.COMMUNES", - "description": "Layer-Group type layer: CADASTRALPARCELS.COMMUNES", + "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.MNHN.CDL.PERIMETER", + "title": "Conservatoire du littoral : Les périmètres autorisés", + "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site.", "globalConstraint": { - "minScaleDenominator": 100.0, - "maxScaleDenominator": 160000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1531314, - "right": 55.83668585, - "top": 51.0888974, - "bottom": -21.38974728 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2_vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "CADASTRALPARCELS.GRAPHE$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.GRAPHE", - "title": "CADASTRALPARCELS.GRAPHE", - "description": "Layer-Group type layer: CADASTRALPARCELS.GRAPHE", + "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.MNHN.CONSERVATOIRES", + "title": "Terrains des conservatoires d'espaces naturels", + "description": "Les conservatoires d'espaces naturels organisent la maîtrise foncière de terrains en vue d'assurer la protection des espèces qui y résident. 05-2022", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 20000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.80958500478003, - "right": 55.83667989569937, - "top": 51.08900031051782, - "bottom": -21.38984989008148 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "CADASTRALPARCELS.SECTIONS$GEOPORTAIL:OGC:WMS": { - "name": "CADASTRALPARCELS.SECTIONS", - "title": "CADASTRALPARCELS.SECTIONS", - "description": "Layer-Group type layer: CADASTRALPARCELS.SECTIONS", - "globalConstraint": { - "minScaleDenominator": 100.0, - "maxScaleDenominator": 80000.0, - "bbox": { - "left": -63.1531314, - "right": 55.83668585, - "top": 51.0888974, - "bottom": -21.38974728 + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } } }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/v/wms?SERVICE=WMS&" + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDPARCELLAIREr_1-2_vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "PCI$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, - "serviceParams": { - "id": "GPP:TMS", - "version": "1.0.0", - "serverUrl": { - "parcellaire": "https://wxs.ign.fr/parcellaire/geoportail/tms/1.0.0/" - } - }, - "name": "PCI", - "title": "PCI", - "description": "Plan cadastral informatisé vecteur tuilé de la DGFIP", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" - } - ], - "styles": [ - { - "name": "pci", - "title": "Style pci", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PCI/pci.json" - }, - { - "name": "noir_et_blanc", - "title": "Style noir_et_blanc", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/PCI/noir_et_blanc.json" - } - ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -724011.531917197, - "right": 1095801.237496279, - "top": 6672646.821182753, - "bottom": 5009377.0856973175 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "PCI$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012", - "title": "PLEIADES - 2012", - "description": "Agrégation des images Pléiades de l'année 2012.", + "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.MNHN.RN.PERIMETER", + "title": "périmètres de protection de réserves naturelles", + "description": "Un périmètre de protection peut être institué en périphérie d’une réserve naturelle. Il concerne des espaces qui n’ont pas été classés en réserve et qui constituent une zone « tampon » autour de l’espace classé. Ils améliorent les échanges écologiques entre la réserve et sa périphérie. 04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -53.2686, - "right": 55.5544, - "top": 50.6037, - "bottom": -21.3539 + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -58337,99 +63444,87 @@ }, "3": { "minTileRow": "2", - "maxTileRow": "4", + "maxTileRow": "5", "minTileCol": "2", "maxTileCol": "5" }, "4": { "minTileRow": "5", - "maxTileRow": "8", + "maxTileRow": "10", "minTileCol": "5", - "maxTileCol": "10" + "maxTileCol": "11" }, "5": { "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "11", - "maxTileCol": "20" + "maxTileRow": "21", + "minTileCol": "10", + "maxTileCol": "23" }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "22", - "maxTileCol": "41" + "maxTileRow": "43", + "minTileCol": "20", + "maxTileCol": "46" }, "7": { - "minTileRow": "43", - "maxTileRow": "71", - "minTileCol": "45", - "maxTileCol": "83" + "minTileRow": "42", + "maxTileRow": "86", + "minTileCol": "41", + "maxTileCol": "93" }, "8": { - "minTileRow": "86", - "maxTileRow": "143", - "minTileCol": "90", - "maxTileCol": "167" + "minTileRow": "85", + "maxTileRow": "173", + "minTileCol": "82", + "maxTileCol": "186" }, "9": { - "minTileRow": "172", - "maxTileRow": "287", - "minTileCol": "180", - "maxTileCol": "335" + "minTileRow": "170", + "maxTileRow": "346", + "minTileCol": "165", + "maxTileCol": "373" }, "10": { - "minTileRow": "344", - "maxTileRow": "574", - "minTileCol": "360", - "maxTileCol": "670" + "minTileRow": "341", + "maxTileRow": "693", + "minTileCol": "331", + "maxTileCol": "747" }, "11": { - "minTileRow": "689", - "maxTileRow": "1148", - "minTileCol": "720", - "maxTileCol": "1340" + "minTileRow": "682", + "maxTileRow": "1386", + "minTileCol": "663", + "maxTileCol": "1494" }, "12": { - "minTileRow": "1378", - "maxTileRow": "2296", - "minTileCol": "1441", - "maxTileCol": "2680" + "minTileRow": "1365", + "maxTileRow": "2773", + "minTileCol": "1326", + "maxTileCol": "2988" }, "13": { - "minTileRow": "2756", - "maxTileRow": "4593", - "minTileCol": "2883", - "maxTileCol": "5360" + "minTileRow": "2731", + "maxTileRow": "5547", + "minTileCol": "2653", + "maxTileCol": "5976" }, "14": { - "minTileRow": "5513", - "maxTileRow": "9187", - "minTileCol": "5767", - "maxTileCol": "10720" + "minTileRow": "5462", + "maxTileRow": "11094", + "minTileCol": "5307", + "maxTileCol": "11953" }, "15": { - "minTileRow": "11027", - "maxTileRow": "18374", - "minTileCol": "11535", - "maxTileCol": "21440" + "minTileRow": "10924", + "maxTileRow": "22189", + "minTileCol": "10615", + "maxTileCol": "23906" }, "16": { - "minTileRow": "22054", - "maxTileRow": "36748", - "minTileCol": "23070", - "maxTileCol": "42881" - }, - "17": { - "minTileRow": "44109", - "maxTileRow": "73497", - "minTileCol": "46141", - "maxTileCol": "85762" - }, - "18": { - "minTileRow": "88218", - "maxTileRow": "146994", - "minTileCol": "92282", - "maxTileCol": "171525" + "minTileRow": "21849", + "maxTileRow": "44378", + "minTileCol": "21231", + "maxTileCol": "47813" } } }, @@ -58444,7 +63539,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -58455,160 +63550,112 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013", - "title": "PLEIADES - 2013", - "description": "Agrégation des images Pleiades de l'année 2013", + "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.PN", + "title": "Parcs nationaux", + "description": "Les parcs nationaux sont de vastes espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, et dont le but est à la fois de protéger des processus écologiques à large échelle et de fournir des possibilités de découverte de la nature. Mise à jour 04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "159", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "303", - "minTileCol": "160", + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "591", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1167", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2319", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4623", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9247", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10960", - "maxTileRow": "18479", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21920", - "maxTileRow": "36959", - "minTileCol": "21264", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43856", - "maxTileRow": "73919", - "minTileCol": "42528", - "maxTileCol": "85887" - }, - "18": { - "minTileRow": "87712", - "maxTileRow": "147839", - "minTileCol": "85072", - "maxTileCol": "171759" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.PN", + "title": "PROTECTEDAREAS.PN", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.PN-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -58618,144 +63665,96 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014", - "title": "PLEIADES - 2014", - "description": "Agrégation des images Pleiades de l'année 2014", + "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.PNM", + "title": "Parcs naturels marins", + "description": "Zones maritimes identifiées pour leur biodiversité ou par les activités humaines faisant l'objet de protection.
Date des données", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, - "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "0", - "maxTileCol": "47" + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "0", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "16", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "32", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "80", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "160", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "336", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "672", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "1360", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "2736", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21888", - "maxTileRow": "36767", - "minTileCol": "5472", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43792", - "maxTileRow": "73519", - "minTileCol": "10944", - "maxTileCol": "85887" - }, - "18": { - "minTileRow": "87584", - "maxTileRow": "147023", - "minTileCol": "21888", - "maxTileCol": "171759" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -58770,7 +63769,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -58781,160 +63780,112 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015", - "title": "PLEIADES - 2015", - "description": "Agrégation des images Pleiades de l'année 2015", + "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.PNR", + "title": "Parcs naturels régionaux", + "description": "Les parcs naturels régionaux ont pour but de valoriser de vastes espaces de fort intérêt culturel et naturel, et de veiller au développement durable de ces territoires dont le caractère rural est souvent très affirmé. 04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "0", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "0", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", - "maxTileRow": "159", - "minTileCol": "0", - "maxTileCol": "191" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", - "maxTileRow": "319", - "minTileCol": "0", - "maxTileCol": "367" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "639", - "minTileCol": "0", - "maxTileCol": "735" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1263", - "minTileCol": "0", - "maxTileCol": "1471" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2527", - "minTileCol": "16", - "maxTileCol": "2943" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "5039", - "minTileCol": "32", - "maxTileCol": "5871" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "10063", - "minTileCol": "80", - "maxTileCol": "11727" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10960", - "maxTileRow": "20127", - "minTileCol": "160", - "maxTileCol": "23455" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21920", - "maxTileRow": "40239", - "minTileCol": "320", - "maxTileCol": "46911" - }, - "17": { - "minTileRow": "43856", - "maxTileRow": "80479", - "minTileCol": "656", - "maxTileCol": "93807" - }, - "18": { - "minTileRow": "87712", - "maxTileRow": "160943", - "minTileCol": "1312", - "maxTileCol": "187599" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.PNR", + "title": "PROTECTEDAREAS.PNR", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.PNR-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -58944,160 +63895,118 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016", - "title": "PLEIADES - 2016", - "description": "Agrégation des images Pleiades de l'année 2016", + "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.PRSF", + "title": "Points de Rencontre de Secours en Forêt (PRSF)", + "description": "Les Points de Rencontre de Secours en Forêt (PRSF) sont supposées connus des services de secours. Ils permettent de faciliter la localisation d'un blessé par les services de secours.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -54.1373, - "right": 55.8441, - "top": 50.6549, - "bottom": -21.32 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "176", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "352", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "688", - "maxTileRow": "1151", - "minTileCol": "704", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1376", - "maxTileRow": "2303", - "minTileCol": "1424", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2752", - "maxTileRow": "4607", - "minTileCol": "2864", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5504", - "maxTileRow": "9199", - "minTileCol": "5728", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "11008", - "maxTileRow": "18383", - "minTileCol": "11456", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "22032", - "maxTileRow": "36751", - "minTileCol": "22912", - "maxTileCol": "42943" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" }, "17": { - "minTileRow": "44064", - "maxTileRow": "73487", - "minTileCol": "45824", - "maxTileCol": "85871" - }, - "18": { - "minTileRow": "88144", - "maxTileRow": "146975", - "minTileCol": "91648", - "maxTileCol": "171743" + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "POINT RENCONTRE SECOURS FORET", + "title": "POINT RENCONTRE SECOURS FORET", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.PRSF-legend.png", + "minScaleDenominator": "4000" } ], "formats": [ @@ -59107,160 +64016,112 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017", - "title": "PLEIADES - 2017", - "description": "Agrégation des images Pleiades de l'année 2017", + "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.RAMSAR", + "title": "Zones humides d'importance internationale", + "description": "Un site Ramsar est un espace désigné en application de la Convention relative aux zones humides d'importance internationale, particulièrement comme habitats des oiseaux d'eau, dont le traité a été signé en 1971 sur les bords de la mer Caspienne (Iran). 16-11-2021", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1796, - "right": 55.8465, - "top": 51.1117, - "bottom": -21.4013 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85871" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147039", - "minTileCol": "85056", - "maxTileCol": "171743" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.RAMSAR", + "title": "PROTECTEDAREAS.RAMSAR", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.RAMSAR-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -59270,144 +64131,96 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018", - "title": "PLEIADES - 2018", - "description": "Agrégation des images Pleiades de l'année 2018", + "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.RB", + "title": "Réserves biologiques", + "description": "Une réserve biologique est un espace protégé en milieu forestier ou en milieu associé à la forêt (landes, mares, tourbières, dunes). Ce statut s'applique aux forêts gérées par l'Office National des Forêts et a pour but la protection d'habitats remarquables ou représentatifs.
Date des données", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1702, - "right": 55.8649, - "top": 51.0841, - "bottom": -21.4094 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43824", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85887" - }, - "18": { - "minTileRow": "87648", - "maxTileRow": "147039", - "minTileCol": "85072", - "maxTileCol": "171759" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -59422,7 +64235,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -59433,144 +64246,96 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019", - "title": "PLEIADES - 2019", - "description": "Agrégation des images Pleiades de l'année 2019", + "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.RIPN", + "title": "Réserves Intégrales de Parcs Nationaux", + "description": "Au sein d'un cœur de parc national, il peut être institué une « réserve intégrale » afin d'assurer, dans un but scientifique, une protection plus grande de certains éléments de la faune et de la flore. 05-2022", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1702, - "right": 55.8649, - "top": 51.1117, - "bottom": -21.4094 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "320", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "656", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1328", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2656", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5312", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10624", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21264", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "73519", - "minTileCol": "42528", - "maxTileCol": "85887" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147039", - "minTileCol": "85072", - "maxTileCol": "171759" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -59585,7 +64350,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -59596,25 +64361,25 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020", - "title": "PLEIADES - 2020", - "description": "Agrégation des images Pleiades de l'année 2020", + "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.RN", + "title": "Réserves naturelles nationales", + "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité. 04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.1724, - "right": 45.3136, - "top": 51.1117, - "bottom": -13.0169 + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -59623,133 +64388,121 @@ "tileMatrixSetLimits": { "0": { "minTileRow": "0", - "maxTileRow": "1", + "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "1": { "minTileRow": "0", - "maxTileRow": "2", + "maxTileRow": "1", "minTileCol": "0", - "maxTileCol": "2" + "maxTileCol": "1" }, "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" }, "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" + "minTileRow": "2", + "maxTileRow": "5", + "minTileCol": "2", + "maxTileCol": "5" }, "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" + "minTileRow": "5", + "maxTileRow": "10", + "minTileCol": "5", + "maxTileCol": "11" }, "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" + "minTileRow": "10", + "maxTileRow": "21", + "minTileCol": "10", + "maxTileCol": "23" }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "43", + "minTileCol": "20", + "maxTileCol": "46" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "86", + "minTileCol": "41", + "maxTileCol": "93" }, "8": { - "minTileRow": "80", - "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileRow": "85", + "maxTileRow": "173", + "minTileCol": "82", + "maxTileCol": "186" }, "9": { - "minTileRow": "160", - "maxTileRow": "287", - "minTileCol": "160", - "maxTileCol": "335" + "minTileRow": "170", + "maxTileRow": "346", + "minTileCol": "165", + "maxTileCol": "373" }, "10": { - "minTileRow": "336", - "maxTileRow": "559", - "minTileCol": "320", - "maxTileCol": "655" + "minTileRow": "341", + "maxTileRow": "693", + "minTileCol": "331", + "maxTileCol": "747" }, "11": { - "minTileRow": "672", - "maxTileRow": "1103", - "minTileCol": "656", - "maxTileCol": "1295" + "minTileRow": "682", + "maxTileRow": "1386", + "minTileCol": "663", + "maxTileCol": "1494" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2207", - "minTileCol": "1328", - "maxTileCol": "2575" + "minTileRow": "1365", + "maxTileRow": "2773", + "minTileCol": "1326", + "maxTileCol": "2988" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4399", - "minTileCol": "2656", - "maxTileCol": "5135" + "minTileRow": "2731", + "maxTileRow": "5547", + "minTileCol": "2653", + "maxTileCol": "5976" }, "14": { - "minTileRow": "5472", - "maxTileRow": "8799", - "minTileCol": "5312", - "maxTileCol": "10255" + "minTileRow": "5462", + "maxTileRow": "11094", + "minTileCol": "5307", + "maxTileCol": "11953" }, "15": { - "minTileRow": "10944", - "maxTileRow": "17583", - "minTileCol": "10624", - "maxTileCol": "20511" + "minTileRow": "10924", + "maxTileRow": "22189", + "minTileCol": "10615", + "maxTileCol": "23906" }, "16": { - "minTileRow": "21904", - "maxTileRow": "35167", - "minTileCol": "21264", - "maxTileCol": "41023" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "70319", - "minTileCol": "42528", - "maxTileCol": "82047" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "140639", - "minTileCol": "85056", - "maxTileCol": "164079" + "minTileRow": "21849", + "maxTileRow": "44378", + "minTileCol": "21231", + "maxTileCol": "47813" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.RN", + "title": "PROTECTEDAREAS.RN", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legends/PROTECTEDAREAS.RN-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -59759,166 +64512,112 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021", - "title": "PLEIADES - 2021", - "description": "Agrégation des images Pleiades de l'année 2021", + "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.RNC", + "title": "Réserves Naturelles de Corse", + "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité.
Date des données", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5376", - "maxTileCol": "10735" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10752", - "maxTileCol": "21471" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21888", - "maxTileRow": "36767", - "minTileCol": "21504", - "maxTileCol": "42943" - }, - "17": { - "minTileRow": "43792", - "maxTileRow": "73519", - "minTileCol": "43024", - "maxTileCol": "85871" - }, - "18": { - "minTileRow": "87600", - "maxTileRow": "147039", - "minTileCol": "86048", - "maxTileCol": "171743" - }, - "19": { - "minTileRow": "180080", - "maxTileRow": "192303", - "minTileCol": "259312", - "maxTileCol": "270175" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.RNC", + "title": "PROTECTEDAREAS.RNC", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legends/PROTECTEDAREAS.RNC-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -59928,150 +64627,96 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022", - "title": "PLEIADES - 2022", - "description": "Agrégation des images Pleiades de l'année 2022", + "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.RNCF", + "title": "Réserves nationales de chasse et de faune sauvage", + "description": "Les réserves nationales de chasse et de faune sauvage sont des espaces protégés terrestres ou marins dont la gestion est principalement assurée par l'Office National de la Chasse et de la Faune Sauvage.09-2022", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.6648, - "right": 55.7216, - "top": 51.1117, - "bottom": -21.3733 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "2", - "minTileCol": "0", - "maxTileCol": "2" - }, - "2": { - "minTileRow": "0", - "maxTileRow": "4", - "minTileCol": "0", - "maxTileCol": "4" - }, - "3": { - "minTileRow": "0", - "maxTileRow": "8", - "minTileCol": "0", - "maxTileCol": "8" - }, - "4": { - "minTileRow": "0", - "maxTileRow": "15", - "minTileCol": "0", - "maxTileCol": "15" - }, - "5": { - "minTileRow": "0", - "maxTileRow": "31", - "minTileCol": "0", - "maxTileCol": "31" - }, "6": { - "minTileRow": "16", - "maxTileRow": "47", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "32", - "maxTileRow": "79", - "minTileCol": "32", - "maxTileCol": "95" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "80", - "maxTileCol": "175" + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "160", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "160", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "336", - "maxTileRow": "575", - "minTileCol": "336", + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", "maxTileCol": "671" }, "11": { - "minTileRow": "672", - "maxTileRow": "1151", - "minTileCol": "672", - "maxTileCol": "1343" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1360", - "maxTileRow": "2303", - "minTileCol": "1344", - "maxTileCol": "2687" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "4607", - "minTileCol": "2688", - "maxTileCol": "5375" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "9199", - "minTileCol": "5376", - "maxTileCol": "10735" - }, + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, "15": { - "minTileRow": "10944", - "maxTileRow": "18383", - "minTileCol": "10768", - "maxTileCol": "21455" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21904", - "maxTileRow": "36767", - "minTileCol": "21536", - "maxTileCol": "42911" - }, - "17": { - "minTileRow": "43808", - "maxTileRow": "73519", - "minTileCol": "43072", - "maxTileCol": "85823" - }, - "18": { - "minTileRow": "87616", - "maxTileRow": "147023", - "minTileCol": "86160", - "maxTileCol": "171647" - }, - "19": { - "minTileRow": "189104", - "maxTileRow": "189471", - "minTileCol": "260144", - "maxTileCol": "260495" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -60086,7 +64731,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -60097,271 +64742,211 @@ } ] }, - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010", - "title": "RAPIDEYE 2010", - "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.SIC", + "title": "Sites Natura 2000 au titre de la Directive Habitats", + "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.80725, - "right": 10.961, - "top": 50.9218, - "bottom": 41.2014 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "496", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "993", - "maxTileCol": "1079" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1368", - "maxTileRow": "1531", - "minTileCol": "1986", - "maxTileCol": "2159" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3063", - "minTileCol": "3972", - "maxTileCol": "4319" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6126", - "minTileCol": "7945", - "maxTileCol": "8638" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12253", - "minTileCol": "15890", - "maxTileCol": "17277" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.SIC", + "title": "PROTECTEDAREAS.SIC", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.SIC-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011", - "title": "RAPIDEYE - 2011", - "description": "Image satellitaire de la France métropolitaine effectuée en 2011 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "PROTECTEDAREAS.UNESCO$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.UNESCO", + "title": "Sites inscrits au patrimoine mondial de l’UNESCO (biens naturels ou mixtes)", + "description": "Un bien naturel ou mixte (naturel et culturel) inscrit au patrimoine mondial de l'UNESCO est un espace qui, du fait de sa valeur patrimoniale exceptionnelle, est considéré comme héritage commun de l'humanité.
Date des données", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.80725, - "right": 10.961, - "top": 51.1752, - "bottom": 41.0227 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "135" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "270" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "540" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "767", - "minTileCol": "993", - "maxTileCol": "1080" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1368", - "maxTileRow": "1534", - "minTileCol": "1986", - "maxTileCol": "2160" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3068", - "minTileCol": "3972", - "maxTileCol": "4321" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6137", - "minTileCol": "7945", - "maxTileCol": "8642" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12275", - "minTileCol": "15890", - "maxTileCol": "17285" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -60376,306 +64961,222 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013", - "title": "Millésime Spot 2013", - "description": "Agrégation des images Spot de l'année 2013", + "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.ZNIEFF1", + "title": "Zones écologiques de nature remarquable (ZNIEFF1)", + "description": "Inventaire des espaces naturels abritant la nature remarquable.09-2022", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 0.563585, - "right": 4.29191, - "top": 50.3879, - "bottom": 44.8809 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "1", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "2", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "4", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "8", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "16", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "32", - "maxTileCol": "32" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { - "minTileRow": "43", - "maxTileRow": "46", - "minTileCol": "64", - "maxTileCol": "65" + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { - "minTileRow": "86", - "maxTileRow": "92", - "minTileCol": "128", - "maxTileCol": "131" + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "172", - "maxTileRow": "184", - "minTileCol": "256", - "maxTileCol": "262" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "345", - "maxTileRow": "368", - "minTileCol": "513", - "maxTileCol": "524" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "691", - "maxTileRow": "737", - "minTileCol": "1027", - "maxTileCol": "1048" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1382", - "maxTileRow": "1475", - "minTileCol": "2054", - "maxTileCol": "2096" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2764", - "maxTileRow": "2950", - "minTileCol": "4109", - "maxTileCol": "4193" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5528", - "maxTileRow": "5900", - "minTileCol": "8219", - "maxTileCol": "8386" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "11057", - "maxTileRow": "11800", - "minTileCol": "16438", - "maxTileCol": "16773" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "22115", - "maxTileRow": "23600", - "minTileCol": "32876", - "maxTileCol": "33547" - }, - "17": { - "minTileRow": "44231", - "maxTileRow": "47201", - "minTileCol": "65752", - "maxTileCol": "67094" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.ZNIEFF1", + "title": "PROTECTEDAREAS.ZNIEFF1", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legends/PROTECTEDAREAS.ZNIEFF1-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014", - "title": "SPOT 6-7 - 2014", - "description": "Agrégation des images Spot de l'année 2014.

Financeurs de la couverture SPOT 6-7 :
CNES, IGN, GEOSUD
", + "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.ZNIEFF1.SEA", + "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type I", + "description": "Espaces marin homogènes d’un point de vue écologique abritant au moins une espèce ou un habitat rare ou menacé, d’intérêt local ou régional, national ou communautaire. Espaces marin d’intérêt fonctionnel pour le fonctionnement écologique local.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.5, - "right": 179.5, - "top": 75.0, - "bottom": -75.0 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1988", - "maxTileCol": "2157" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3977", - "maxTileCol": "4314" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5476", - "maxTileRow": "6123", - "minTileCol": "7955", - "maxTileCol": "8629" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10953", - "maxTileRow": "12246", - "minTileCol": "15911", - "maxTileCol": "17258" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21907", - "maxTileRow": "24493", - "minTileCol": "31823", - "maxTileCol": "34516" - }, - "17": { - "minTileRow": "43815", - "maxTileRow": "48986", - "minTileCol": "63646", - "maxTileCol": "69033" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -60690,306 +65191,222 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015", - "title": "SPOT 6-7 - 2015", - "description": "Agrégation des images Spot de l'année 2015.

Financeurs de la télémesure SPOT 6-7 :
CIRAD, CNES, CNRS, IGN, IRD, Irstea, GEOSUD
", + "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.ZNIEFF2", + "title": "Zones fonctionnelles de nature remarquable (ZNIEFF2)", + "description": "Inventaire des espaces fonctionnels indispensables à la nature remarquable.
Date des données", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.8141, - "right": 55.856, - "top": 51.106, - "bottom": -21.4104 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", "maxTileRow": "35", - "minTileCol": "21", + "minTileCol": "20", "maxTileCol": "41" }, "7": { "minTileRow": "42", "maxTileRow": "71", - "minTileCol": "42", + "minTileCol": "41", "maxTileCol": "83" }, "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "84", + "minTileCol": "82", "maxTileCol": "167" }, "9": { - "minTileRow": "171", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "168", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "342", + "minTileRow": "341", "maxTileRow": "574", - "minTileCol": "336", - "maxTileCol": "670" + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "672", - "maxTileCol": "1341" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "2297", - "minTileCol": "1344", - "maxTileCol": "2683" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "4594", - "minTileCol": "2689", - "maxTileCol": "5367" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5476", - "maxTileRow": "9189", - "minTileCol": "5378", - "maxTileCol": "10734" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10953", - "maxTileRow": "18379", - "minTileCol": "10757", - "maxTileCol": "21468" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21907", - "maxTileRow": "36759", - "minTileCol": "21515", - "maxTileCol": "42936" - }, - "17": { - "minTileRow": "43815", - "maxTileRow": "73519", - "minTileCol": "43030", - "maxTileCol": "85872" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.ZNIEFF2", + "title": "PROTECTEDAREAS.ZNIEFF2", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legends/PROTECTEDAREAS.ZNIEFF2-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016", - "title": "SPOT 6-7 - 2016", - "description": "Agrégation des images Spot de l'année 2016.

Financeurs de la télémesure SPOT 6-7 :
CIRAD, CNES, CNRS, IGN, IRD, Irstea, GEOSUD
", + "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.ZNIEFF2.SEA", + "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type II", + "description": "Grands ensembles naturels ou peu modifiés marin offrant des potentialités biologiques importantes.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.85, - "right": 55.8562, - "top": 51.1123, - "bottom": -21.4104 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", "maxTileRow": "35", - "minTileCol": "21", + "minTileCol": "20", "maxTileCol": "41" }, "7": { "minTileRow": "42", "maxTileRow": "71", - "minTileCol": "42", + "minTileCol": "41", "maxTileCol": "83" }, "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "84", + "minTileCol": "82", "maxTileCol": "167" }, "9": { - "minTileRow": "171", + "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "168", + "minTileCol": "165", "maxTileCol": "335" }, "10": { - "minTileRow": "342", + "minTileRow": "341", "maxTileRow": "574", - "minTileCol": "336", - "maxTileCol": "670" + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "672", - "maxTileCol": "1341" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "2297", - "minTileCol": "1344", - "maxTileCol": "2683" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "4594", - "minTileCol": "2688", - "maxTileCol": "5367" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5476", - "maxTileRow": "9189", - "minTileCol": "5377", - "maxTileCol": "10734" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10953", - "maxTileRow": "18379", - "minTileCol": "10755", - "maxTileCol": "21468" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21907", - "maxTileRow": "36759", - "minTileCol": "21510", - "maxTileCol": "42936" - }, - "17": { - "minTileRow": "43815", - "maxTileRow": "73519", - "minTileCol": "43020", - "maxTileCol": "85872" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, @@ -61004,392 +65421,387 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017", - "title": "SPOT 6-7 - 2017", - "description": "Agrégation des images Spot de l'année 2017", + "PROTECTEDAREAS.ZPR$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.ZPR", + "title": "Zones_de_protection_renforcée", + "description": "L'arrêté préfectoral fixant la liste départementale de sites d'intérêt géologique est un outil règlementaire qui vise à protéger, par des mesures générales, les sites géologiques qui sont mentionnés en son sein. Il s'agit d'un des deux outils mis en place par le décret du 28 décembre 2015 codifié aux articles R.411-17-1 et 17-2 du code de l'environnement et précisé par la Note du 1er décembre 2016 relative à la protection des sites d'intérêt géologique", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.8534, - "right": 55.8562, - "top": 51.1123, - "bottom": -21.4104 + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "1", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "2", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "4", - "minTileCol": "2", - "maxTileCol": "5" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "21", - "maxTileCol": "41" + "maxTileRow": "43", + "minTileCol": "20", + "maxTileCol": "46" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "42", - "maxTileCol": "83" + "maxTileRow": "86", + "minTileCol": "41", + "maxTileCol": "93" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "84", - "maxTileCol": "167" + "maxTileRow": "173", + "minTileCol": "82", + "maxTileCol": "186" }, "9": { - "minTileRow": "171", - "maxTileRow": "287", - "minTileCol": "168", - "maxTileCol": "335" + "minTileRow": "170", + "maxTileRow": "346", + "minTileCol": "165", + "maxTileCol": "373" }, "10": { - "minTileRow": "342", - "maxTileRow": "574", - "minTileCol": "336", - "maxTileCol": "670" + "minTileRow": "341", + "maxTileRow": "693", + "minTileCol": "331", + "maxTileCol": "747" }, "11": { - "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "672", - "maxTileCol": "1341" + "minTileRow": "682", + "maxTileRow": "1386", + "minTileCol": "663", + "maxTileCol": "1494" }, "12": { - "minTileRow": "1369", - "maxTileRow": "2297", - "minTileCol": "1344", - "maxTileCol": "2683" + "minTileRow": "1365", + "maxTileRow": "2773", + "minTileCol": "1326", + "maxTileCol": "2988" }, "13": { - "minTileRow": "2738", - "maxTileRow": "4594", - "minTileCol": "2688", - "maxTileCol": "5367" + "minTileRow": "2731", + "maxTileRow": "5547", + "minTileCol": "2653", + "maxTileCol": "5976" }, "14": { - "minTileRow": "5476", - "maxTileRow": "9189", - "minTileCol": "5377", - "maxTileCol": "10734" + "minTileRow": "5462", + "maxTileRow": "11094", + "minTileCol": "5307", + "maxTileCol": "11953" }, "15": { - "minTileRow": "10953", - "maxTileRow": "18379", - "minTileCol": "10754", - "maxTileCol": "21468" + "minTileRow": "10924", + "maxTileRow": "22189", + "minTileCol": "10615", + "maxTileCol": "23906" }, "16": { - "minTileRow": "21907", - "maxTileRow": "36759", - "minTileCol": "21508", - "maxTileCol": "42936" - }, - "17": { - "minTileRow": "43815", - "maxTileRow": "73518", - "minTileCol": "43016", - "maxTileCol": "85872" + "minTileRow": "21849", + "maxTileRow": "44378", + "minTileCol": "21231", + "maxTileCol": "47813" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.BIOS", + "title": "PROTECTEDAREAS.BIOS", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.BIOS-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018", - "title": "SPOT 6-7 - 2018", - "description": "Agrégation des images Spot de l'année 2018", + "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDAREAS.ZPS", + "title": "Sites NATURA 2000 au titre de la Directive Oiseaux", + "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.57103, - "right": 10.7394, - "top": 51.1123, - "bottom": 41.2593 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", - "maxTileRow": "23", - "minTileCol": "31", - "maxTileCol": "33" + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, "7": { "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, "8": { "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1988", - "maxTileCol": "2157" + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3977", - "maxTileCol": "4314" + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" }, "14": { - "minTileRow": "5476", - "maxTileRow": "6123", - "minTileCol": "7955", - "maxTileCol": "8629" + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" }, "15": { - "minTileRow": "10953", - "maxTileRow": "12247", - "minTileCol": "15911", - "maxTileCol": "17258" + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" }, "16": { - "minTileRow": "21907", - "maxTileRow": "24494", - "minTileCol": "31822", - "maxTileCol": "34516" - }, - "17": { - "minTileRow": "43815", - "maxTileRow": "48988", - "minTileCol": "63645", - "maxTileCol": "69032" + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PROTECTEDAREAS.ZPS", + "title": "PROTECTEDAREAS.ZPS", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.ZPS-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019", - "title": "SPOT 6-7 - 2019", - "description": "Agrégation des images SPOT 2019", + "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMTS": { + "name": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES", + "title": "Réserves naturelles régionales", + "description": "Les réserves naturelles régionales sont gérées prioritairement à des fins de conservation de la nature. Elles sont placées sous la responsabilité exclusive des conseils régionaux.04-2023", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.57103, - "right": 10.7394, - "top": 51.1123, - "bottom": 41.2593 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + } + } + }, + "styles": [ + { + "name": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES", + "title": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legends/PROTECTEDSITES.MNHN.RESERVES-REGIONALES-legend.png", + "minScaleDenominator": "2000" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "PUISSANCE.INSTALLEE.BIOMETHANE$GEOPORTAIL:OGC:WMTS": { + "name": "PUISSANCE.INSTALLEE.BIOMETHANE", + "title": "Puissances cumulées des installations par commune biométhane", + "description": "Puissances cumulées des installations par commune biométhane", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { "6": { "minTileRow": "21", "maxTileRow": "23", @@ -61429,124 +65841,94 @@ "12": { "minTileRow": "1369", "maxTileRow": "1530", - "minTileCol": "1988", - "maxTileCol": "2157" + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { "minTileRow": "2738", "maxTileRow": "3061", - "minTileCol": "3977", - "maxTileCol": "4314" + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5476", + "minTileRow": "5477", "maxTileRow": "6123", - "minTileCol": "7955", - "maxTileCol": "8629" + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10953", - "maxTileRow": "12247", - "minTileCol": "15911", - "maxTileCol": "17258" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21907", - "maxTileRow": "24494", - "minTileCol": "31822", - "maxTileCol": "34516" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { - "minTileRow": "43815", - "maxTileRow": "48988", - "minTileCol": "63645", - "maxTileCol": "69032" + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PUISSANCE.INSTALLEE.METHANISATION.BIOMETHANE", + "title": "PUISSANCE.INSTALLEE.METHANISATION.BIOMETHANE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PUISSANCE.INSTALLEE.METHANISATION.BIOMETHANE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020", - "title": "SPOT 6-7 - 2020", - "description": "Agrégation des images SPOT 2020", + "PUISSANCE.INSTALLEE.METHANISATION$GEOPORTAIL:OGC:WMTS": { + "name": "PUISSANCE.INSTALLEE.METHANISATION", + "title": "Puissances cumulées des installations par commune méthanisation", + "description": "Puissances cumulées des installations par commune méthanisation", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.57103, - "right": 10.7394, - "top": 51.1123, - "bottom": 41.2593 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "0": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "0" - }, - "1": { - "minTileRow": "0", - "maxTileRow": "0", - "minTileCol": "0", - "maxTileCol": "1" - }, - "2": { - "minTileRow": "1", - "maxTileRow": "1", - "minTileCol": "1", - "maxTileCol": "2" - }, - "3": { - "minTileRow": "2", - "maxTileRow": "2", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "5", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "11", - "minTileCol": "15", - "maxTileCol": "16" - }, "6": { "minTileRow": "21", "maxTileRow": "23", @@ -61586,82 +65968,88 @@ "12": { "minTileRow": "1369", "maxTileRow": "1530", - "minTileCol": "1988", - "maxTileCol": "2157" + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { "minTileRow": "2738", "maxTileRow": "3061", - "minTileCol": "3977", - "maxTileCol": "4314" + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5476", + "minTileRow": "5477", "maxTileRow": "6123", - "minTileCol": "7955", - "maxTileCol": "8629" + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10953", - "maxTileRow": "12247", - "minTileCol": "15911", - "maxTileCol": "17258" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21907", - "maxTileRow": "24494", - "minTileCol": "31822", - "maxTileCol": "34516" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { - "minTileRow": "43815", - "maxTileRow": "48988", - "minTileCol": "63645", - "maxTileCol": "69032" + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "PUISSANCE.INSTALLEE.METHANISATION.BIOMETHANE", + "title": "PUISSANCE.INSTALLEE.METHANISATION.BIOMETHANE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/PUISSANCE.INSTALLEE.METHANISATION.BIOMETHANE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMTS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021", - "title": "SPOT 6-7 - 2021", - "description": "Agrégation des images SPOT 2021", + "PVA_IGN_zone-marais-de-Virvee_1945$GEOPORTAIL:OGC:WMTS": { + "name": "PVA_IGN_zone-marais-de-Virvee_1945", + "title": "PVA IGN : zone de marais de Virvée, 1945", + "description": "zone de marais de Virvée, prise de vue IGN de 1945", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.57103, - "right": 10.7394, - "top": 51.1123, - "bottom": 41.2593 + "left": -0.473697, + "right": -0.353311, + "top": 44.9958, + "bottom": 44.9109 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -61678,2119 +66066,2625 @@ "minTileRow": "0", "maxTileRow": "0", "minTileCol": "0", - "maxTileCol": "1" + "maxTileCol": "0" }, "2": { "minTileRow": "1", "maxTileRow": "1", "minTileCol": "1", - "maxTileCol": "2" + "maxTileCol": "1" }, "3": { "minTileRow": "2", "maxTileRow": "2", "minTileCol": "3", - "maxTileCol": "4" + "maxTileCol": "3" }, "4": { "minTileRow": "5", "maxTileRow": "5", "minTileCol": "7", - "maxTileCol": "8" + "maxTileCol": "7" }, "5": { - "minTileRow": "10", + "minTileRow": "11", "maxTileRow": "11", "minTileCol": "15", - "maxTileCol": "16" + "maxTileCol": "15" }, "6": { - "minTileRow": "21", + "minTileRow": "23", "maxTileRow": "23", "minTileCol": "31", - "maxTileCol": "33" + "maxTileCol": "31" }, "7": { - "minTileRow": "42", - "maxTileRow": "47", - "minTileCol": "62", - "maxTileCol": "67" + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" }, "8": { - "minTileRow": "85", - "maxTileRow": "95", - "minTileCol": "124", - "maxTileCol": "134" + "minTileRow": "92", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "127" }, "9": { - "minTileRow": "171", - "maxTileRow": "191", - "minTileCol": "248", - "maxTileCol": "269" + "minTileRow": "184", + "maxTileRow": "184", + "minTileCol": "255", + "maxTileCol": "255" }, "10": { - "minTileRow": "342", - "maxTileRow": "382", - "minTileCol": "497", - "maxTileCol": "539" + "minTileRow": "368", + "maxTileRow": "368", + "minTileCol": "510", + "maxTileCol": "510" }, "11": { - "minTileRow": "684", - "maxTileRow": "765", - "minTileCol": "994", - "maxTileCol": "1078" + "minTileRow": "736", + "maxTileRow": "737", + "minTileCol": "1021", + "maxTileCol": "1021" }, "12": { - "minTileRow": "1369", - "maxTileRow": "1530", - "minTileCol": "1988", - "maxTileCol": "2157" + "minTileRow": "1473", + "maxTileRow": "1474", + "minTileCol": "2042", + "maxTileCol": "2043" }, "13": { - "minTileRow": "2738", - "maxTileRow": "3061", - "minTileCol": "3977", - "maxTileCol": "4314" + "minTileRow": "2947", + "maxTileRow": "2949", + "minTileCol": "4085", + "maxTileCol": "4087" }, "14": { - "minTileRow": "5476", - "maxTileRow": "6123", - "minTileCol": "7955", - "maxTileCol": "8629" + "minTileRow": "5894", + "maxTileRow": "5899", + "minTileCol": "8170", + "maxTileCol": "8175" }, "15": { - "minTileRow": "10953", - "maxTileRow": "12247", - "minTileCol": "15911", - "maxTileCol": "17258" + "minTileRow": "11788", + "maxTileRow": "11798", + "minTileCol": "16340", + "maxTileCol": "16351" }, "16": { - "minTileRow": "21907", - "maxTileRow": "24494", - "minTileCol": "31822", - "maxTileCol": "34516" + "minTileRow": "23576", + "maxTileRow": "23597", + "minTileCol": "32681", + "maxTileCol": "32703" }, "17": { - "minTileRow": "43815", - "maxTileRow": "48988", - "minTileCol": "63645", - "maxTileCol": "69032" + "minTileRow": "47152", + "maxTileRow": "47195", + "minTileCol": "65363", + "maxTileCol": "65407" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", "current": true, "url": null } ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "image/png", "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012", - "title": "PLEIADES - 2012", - "description": "Agrégation des images Pléiades de l'année 2012.", + "PVA_IGN_zone-marais-de-Virvee_1956$GEOPORTAIL:OGC:WMTS": { + "name": "PVA_IGN_zone-marais-de-Virvee_1956", + "title": "PVA IGN : zone de marais de Virvée, 1956", + "description": "zone de marais de Virvée, prise de vue IGN de 1956", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -53.268643533, - "right": 55.554353343, - "top": 50.603690184, - "bottom": -21.353853399 + "left": -0.459808, + "right": -0.400713, + "top": 44.9831, + "bottom": 44.943 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "1" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "3" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "7" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "15" + }, + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "92", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "184", + "maxTileRow": "184", + "minTileCol": "255", + "maxTileCol": "255" + }, + "10": { + "minTileRow": "368", + "maxTileRow": "368", + "minTileCol": "510", + "maxTileCol": "510" + }, + "11": { + "minTileRow": "736", + "maxTileRow": "737", + "minTileCol": "1021", + "maxTileCol": "1021" + }, + "12": { + "minTileRow": "1473", + "maxTileRow": "1474", + "minTileCol": "2042", + "maxTileCol": "2043" + }, + "13": { + "minTileRow": "2947", + "maxTileRow": "2948", + "minTileCol": "4085", + "maxTileCol": "4086" + }, + "14": { + "minTileRow": "5894", + "maxTileRow": "5897", + "minTileCol": "8171", + "maxTileCol": "8173" + }, + "15": { + "minTileRow": "11789", + "maxTileRow": "11794", + "minTileCol": "16342", + "maxTileCol": "16347" + }, + "16": { + "minTileRow": "23579", + "maxTileRow": "23589", + "minTileCol": "32684", + "maxTileCol": "32695" + }, + "17": { + "minTileRow": "47158", + "maxTileRow": "47179", + "minTileCol": "65368", + "maxTileCol": "65390" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", + "current": true, + "url": null } ], + "legends": [], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013", - "title": "PLEIADES - 2013", - "description": "Agrégation des images Pleiades de l'année 2013.", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDORTHOr_2-0.xml" - }, - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014", - "title": "PLEIADES - 2014", - "description": "Agrégation des images Pleiades de l'année 2014.", + "PVA_IGN_zone-marais-de-Virvee_1976$GEOPORTAIL:OGC:WMTS": { + "name": "PVA_IGN_zone-marais-de-Virvee_1976", + "title": "PVA IGN : zone de marais de Virvée, 1976", + "description": "Zone de marais de Virvée, prise de vue IGN de 1976", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -0.462614, + "right": -0.421769, + "top": 44.9695, + "bottom": 44.9412 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "1" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "3" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "7" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "15" + }, + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "92", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "184", + "maxTileRow": "184", + "minTileCol": "255", + "maxTileCol": "255" + }, + "10": { + "minTileRow": "368", + "maxTileRow": "368", + "minTileCol": "510", + "maxTileCol": "510" + }, + "11": { + "minTileRow": "736", + "maxTileRow": "737", + "minTileCol": "1021", + "maxTileCol": "1021" + }, + "12": { + "minTileRow": "1473", + "maxTileRow": "1474", + "minTileCol": "2042", + "maxTileCol": "2043" + }, + "13": { + "minTileRow": "2947", + "maxTileRow": "2948", + "minTileCol": "4085", + "maxTileCol": "4086" + }, + "14": { + "minTileRow": "5895", + "maxTileRow": "5897", + "minTileCol": "8170", + "maxTileCol": "8172" + }, + "15": { + "minTileRow": "11791", + "maxTileRow": "11795", + "minTileCol": "16341", + "maxTileCol": "16345" + }, + "16": { + "minTileRow": "23582", + "maxTileRow": "23590", + "minTileCol": "32683", + "maxTileCol": "32691" + }, + "17": { + "minTileRow": "47165", + "maxTileRow": "47180", + "minTileCol": "65367", + "maxTileCol": "65382" + }, + "18": { + "minTileRow": "94331", + "maxTileRow": "94360", + "minTileCol": "130735", + "maxTileCol": "130764" + } } - ], + }, "styles": [ { - "name": "white_is_transparent", - "title": "Blanc est transparent" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", + "current": true, + "url": null } ], + "legends": [], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015", - "title": "PLEIADES – 2015", - "description": "Agrégation des images Pleiades de l'année 2015.", + "PVA_IGN_zone-marais-de-Virvee_1984$GEOPORTAIL:OGC:WMTS": { + "name": "PVA_IGN_zone-marais-de-Virvee_1984", + "title": "PVA IGN : zone de marais de Virvée, 1984", + "description": "Zone de marais de Virvée, prise de vue IGN de 1984", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -0.479737, + "right": -0.403842, + "top": 44.9712, + "bottom": 44.9204 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "1" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "3" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "7" + }, + "5": { + "minTileRow": "11", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "15" + }, + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "31" + }, + "7": { + "minTileRow": "46", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "63" + }, + "8": { + "minTileRow": "92", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "127" + }, + "9": { + "minTileRow": "184", + "maxTileRow": "184", + "minTileCol": "255", + "maxTileCol": "255" + }, + "10": { + "minTileRow": "368", + "maxTileRow": "368", + "minTileCol": "510", + "maxTileCol": "510" + }, + "11": { + "minTileRow": "736", + "maxTileRow": "737", + "minTileCol": "1021", + "maxTileCol": "1021" + }, + "12": { + "minTileRow": "1473", + "maxTileRow": "1474", + "minTileCol": "2042", + "maxTileCol": "2043" + }, + "13": { + "minTileRow": "2947", + "maxTileRow": "2949", + "minTileCol": "4085", + "maxTileCol": "4086" + }, + "14": { + "minTileRow": "5895", + "maxTileRow": "5898", + "minTileCol": "8170", + "maxTileCol": "8173" + }, + "15": { + "minTileRow": "11791", + "maxTileRow": "11797", + "minTileCol": "16340", + "maxTileCol": "16347" + }, + "16": { + "minTileRow": "23582", + "maxTileRow": "23595", + "minTileCol": "32680", + "maxTileCol": "32694" + }, + "17": { + "minTileRow": "47164", + "maxTileRow": "47190", + "minTileCol": "65361", + "maxTileCol": "65388" + } } - ], + }, "styles": [ { - "name": "white_is_transparent", - "title": "Blanc est transparent" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique", + "current": true, + "url": null } ], + "legends": [], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016", - "title": "PLEIADES - 2016", - "description": "Agrégation des images Pleiades de l'année 2016", + "RAPIDEYE_PYR-JPEG_WLD_WM_2010$GEOPORTAIL:OGC:WMTS": { + "name": "RAPIDEYE_PYR-JPEG_WLD_WM_2010", + "title": "GEOSUD / RapidEye (2010)", + "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -54.13733562, - "right": 55.844065762, - "top": 50.6549027, - "bottom": -21.319962417 + "left": -5.80725, + "right": 10.961, + "top": 50.9218, + "bottom": 41.2014 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "343", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "543" + }, + "11": { + "minTileRow": "686", + "maxTileRow": "766", + "minTileCol": "990", + "maxTileCol": "1086" + }, + "12": { + "minTileRow": "1372", + "maxTileRow": "1532", + "minTileCol": "1981", + "maxTileCol": "2172" + }, + "13": { + "minTileRow": "2745", + "maxTileRow": "3065", + "minTileCol": "3963", + "maxTileCol": "4345" + }, + "14": { + "minTileRow": "5490", + "maxTileRow": "6130", + "minTileCol": "7927", + "maxTileCol": "8690" + }, + "15": { + "minTileRow": "10981", + "maxTileRow": "12261", + "minTileCol": "15855", + "maxTileCol": "17381" + } } - ], + }, "styles": [ { - "name": "white_is_transparent", - "title": "Blanc est transparent" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017", - "title": "PLEIADES - 2017", - "description": "Agrégation des images Pleiades de l'année 2017", + "RAPIDEYE_PYR-JPEG_WLD_WM_2011$GEOPORTAIL:OGC:WMTS": { + "name": "RAPIDEYE_PYR-JPEG_WLD_WM_2011", + "title": "GEOSUD / RapidEye (2011)", + "description": "Image satellitaire de la France métropolitaine effectuée en 2011 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.179622845, - "right": 55.846500087, - "top": 51.111742348, - "bottom": -21.401263115 + "left": -5.80725, + "right": 10.961, + "top": 51.1752, + "bottom": 41.0227 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018", - "title": "PLEIADES - 2018", - "description": "Agrégation des images Pleiades de l'année 2018", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.170169042, - "right": 55.864906502, - "top": 51.08409304, - "bottom": -21.409383222 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "30", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "61", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "123", + "maxTileCol": "135" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "247", + "maxTileCol": "271" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "383", + "minTileCol": "495", + "maxTileCol": "543" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "767", + "minTileCol": "990", + "maxTileCol": "1086" + }, + "12": { + "minTileRow": "1368", + "maxTileRow": "1535", + "minTileCol": "1981", + "maxTileCol": "2172" + }, + "13": { + "minTileRow": "2736", + "maxTileRow": "3070", + "minTileCol": "3963", + "maxTileCol": "4345" + }, + "14": { + "minTileRow": "5472", + "maxTileRow": "6141", + "minTileCol": "7927", + "maxTileCol": "8690" + }, + "15": { + "minTileRow": "10944", + "maxTileRow": "12282", + "minTileCol": "15855", + "maxTileCol": "17381" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], "styles": [ { - "name": "white_is_transparent", - "title": "Blanc est transparent" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019", - "title": "PLEIADES - 2019", - "description": "Agrégation des images Pleiades de l'année 2019", + "REPARTITION.POTENTIEL.METHANISATION.2050$GEOPORTAIL:OGC:WMTS": { + "name": "REPARTITION.POTENTIEL.METHANISATION.2050", + "title": "Potentiel méthanisable par canton", + "description": "Potentiel méthanisable par canton", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.170169042, - "right": 55.864906502, - "top": 51.111742348, - "bottom": -21.409383222 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], - "styles": [ - { - "name": "white_is_transparent", - "title": "Blanc est transparent" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020", - "title": "PLEIADES - 2020", - "description": "Agrégation des images Pleiades de l'année 2020", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -63.172445009, - "right": 45.313553025, - "top": 51.111742348, - "bottom": -13.016858111 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + } } }, - "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], "styles": [ { - "name": "white_is_transparent", - "title": "Blanc est transparent" + "name": "REPARTITION.POTENTIEL.METHANISATION.2050", + "title": "REPARTITION.POTENTIEL.METHANISATION.2050", + "current": true, + "url": null } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/REPARTITION.POTENTIEL.METHANISATION.2050-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021", - "title": "PLEIADES - 2021", - "description": "Agrégation des images Pleiades de l'année 2021", + "RPG2012_PYR-PNG_WLD_EDUGEO_20170126$GEOPORTAIL:OGC:WMTS": { + "name": "RPG2012_PYR-PNG_WLD_EDUGEO_20170126", + "title": "Registre parcellaire graphique (RPG) 2012", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2012", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "11", + "minTileCol": "15", + "maxTileCol": "16" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + } } - ], + }, "styles": [ { - "name": "white_is_transparent", - "title": "Blanc est transparent" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022", - "title": "PLEIADES - 2022", - "description": "Agrégation des images Pleiades de l'année 2022", + "RPG_2020$GEOPORTAIL:OGC:WMTS": { + "name": "RPG_2020", + "title": "RPG 2020", + "description": "RPG 2020", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.664767098, - "right": 55.721559924, - "top": 51.111742348, - "bottom": -21.373251407 + "left": -5.15053, + "right": 9.57115, + "top": 51.0992, + "bottom": 41.3247 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], - "styles": [ - { - "name": "white_is_transparent", - "title": "Blanc est transparent" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87644", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + }, + "19": { + "minTileRow": "175289", + "maxTileRow": "195941", + "minTileCol": "254642", + "maxTileCol": "276082" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010", - "title": "Couche RapidEye 2010", - "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "RUE_FEMININE$GEOPORTAIL:OGC:WMTS": { + "name": "RUE_FEMININE", + "title": "Odonymes féminins", + "description": "Représentation au niveau national des odonymes (allée, rue, bvd, place…) féminins, réalisée à l’occasion de la Journée internationale des droits des femmes du 8 mars 2022", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.80725465, - "right": 10.961008726, - "top": 50.9218, - "bottom": 41.201427489 + "left": -63.3726, + "right": 55.9259, + "top": 51.3122, + "bottom": -21.4761 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=RAPIDEYE.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + }, + "19": { + "minTileRow": "174794", + "maxTileRow": "294179", + "minTileCol": "169850", + "maxTileCol": "343591" + } } - ], + }, + "styles": [], + "legends": [], "formats": [ { - "name": "image/jpeg", + "name": "application/x-protobuf", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011", - "title": "RAPIDEYE - 2011", - "description": "Image satellitaire de la France métropolitaine effectuée en 2011 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "SCAN-EDUGEO_PYR-PNG_FXX_WM$GEOPORTAIL:OGC:WMTS": { + "name": "SCAN-EDUGEO_PYR-PNG_FXX_WM", + "title": "Cartographie Le Havre 1979", + "description": "Zone de Le Havre - Cartographie 1979", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.80725465, - "right": 10.961008726, - "top": 51.175192567, - "bottom": 41.022722594 + "left": -0.125103, + "right": 0.625515, + "top": 49.6868, + "bottom": 49.2805 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=RAPIDEYE.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "21", + "minTileCol": "31", + "maxTileCol": "32" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "43", + "minTileCol": "63", + "maxTileCol": "64" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "87", + "minTileCol": "127", + "maxTileCol": "128" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "175", + "minTileCol": "255", + "maxTileCol": "256" + }, + "10": { + "minTileRow": "348", + "maxTileRow": "350", + "minTileCol": "511", + "maxTileCol": "513" + }, + "11": { + "minTileRow": "697", + "maxTileRow": "700", + "minTileCol": "1023", + "maxTileCol": "1027" + }, + "12": { + "minTileRow": "1394", + "maxTileRow": "1401", + "minTileCol": "2046", + "maxTileCol": "2055" + }, + "13": { + "minTileRow": "2789", + "maxTileRow": "2803", + "minTileCol": "4093", + "maxTileCol": "4110" + }, + "14": { + "minTileRow": "5578", + "maxTileRow": "5607", + "minTileCol": "8186", + "maxTileCol": "8220" + }, + "15": { + "minTileRow": "11157", + "maxTileRow": "11214", + "minTileCol": "16372", + "maxTileCol": "16440" + }, + "16": { + "minTileRow": "22314", + "maxTileRow": "22428", + "minTileCol": "32745", + "maxTileCol": "32881" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013", - "title": "SPOT 6 - 2013", - "description": "Couche millésimée SPOT 2013 agrégeant les orthophotographies satellites du projet Geosud.", + "SCAN1000_PYR-JPEG_WLD_WM_WMTS_3D$GEOPORTAIL:OGC:WMTS": { + "name": "SCAN1000_PYR-JPEG_WLD_WM_WMTS_3D", + "title": "Carte SCAN 1000", + "description": "Le produit SCAN 1000® version 2 est une collection d'images numériques en couleurs, obtenues par rastérisation des données vecteur de la carte nationale France (901) à l'échelle 1 :1,000,000ième. Le produit couvre l'ensemble du territoire français métropolitain et la Corse.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 714285714.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": 0.563584697, - "right": 4.291908232, - "top": 50.387858436, - "bottom": 44.880939415 + "left": -6.42088, + "right": 13.55, + "top": 51.444, + "bottom": 40.2891 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" + }, + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "1" + }, + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "61", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "123", + "maxTileCol": "137" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "193", + "minTileCol": "246", + "maxTileCol": "275" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "386", + "minTileCol": "493", + "maxTileCol": "550" + } } - ], + }, "styles": [ { "name": "normal", - "title": "Légende générique" + "title": "Légende générique", + "current": true, + "url": null } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ { "name": "image/jpeg", "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014", - "title": "SPOT 6 - 2014", - "description": "Couche millésimée SPOT 2014 agrégeant les orthophotographies satellites du projet Geosud.", + "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.1TE", + "title": "Tronçons routiers 1TE", + "description": "Tronçons routiers 1TE", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 714285714.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -179.499994634, - "right": 179.499994634, - "top": 74.99999974, - "bottom": -74.99999974 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "RESEAU ROUTIER 1TE", + "title": "RESEAU ROUTIER 1TE", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.1TE-legend.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015", - "title": "SPOT 6-7 - 2015", - "description": "Agrégation des images Spot de l'année 2015.

Financeurs de la télémesure SPOT 6-7 :
CIRAD, CNES, CNRS, IGN, IRD, Irstea, GEOSUD
", + "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.2TE48", + "title": "Tronçons routiers 2TE48", + "description": "Tronçons routiers 2TE48", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.814139295, - "right": 55.856042783, - "top": 51.106015232, - "bottom": -21.410362841 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "RESEAU ROUTIER 2TE48", + "title": "RESEAU ROUTIER 2TE48", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.2TE48-legend.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016", - "title": "SPOT 6-7 - 2016", - "description": "Agrégation des images Spot de l'année 2016", + "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.ALL", + "title": "Tous les franchissements", + "description": "Tous les franchissements", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.850048337, - "right": 55.856247729, - "top": 51.112287648, - "bottom": -21.410362841 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "TOUS LES FRANCHISSEMENTS", + "title": "TOUS LES FRANCHISSEMENTS", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.ALL.GE-legend.png", + "minScaleDenominator": "500" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017", - "title": "SPOT 6-7 - 2017", - "description": "Agrégation des images Spot de l'année 2017", + "SECUROUTE.TE.OA$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.OA", + "title": "Franchissements ouvrage d'art", + "description": "Franchissements ouvrage d'art", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -61.853381538, - "right": 55.856247729, - "top": 51.112287648, - "bottom": -21.410362841 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "AUTRES FRANCHISSEMENTS", + "title": "AUTRES FRANCHISSEMENTS", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.OA.GE-legend.png", + "minScaleDenominator": "500" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018", - "title": "SPOT 6-7 - 2018", - "description": "Agrégation des images Spot de l'année 2018", + "SECUROUTE.TE.PN$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.PN", + "title": "Franchissements passage à niveau", + "description": "Franchissements passage à niveau", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.571026215, - "right": 10.739428395, - "top": 51.112287648, - "bottom": 41.259349038 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "FRANCHISSEMENTS PASSAGE A NIVEAU", + "title": "FRANCHISSEMENTS PASSAGE A NIVEAU", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.PN.GE-legend.png", + "minScaleDenominator": "500" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019", - "title": "SPOT 6-7 - 2019", - "description": "Agrégation des images SPOT", + "SECUROUTE.TE.PND$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.PND", + "title": "Franchissements passage à niveau difficile", + "description": "Franchissements passage à niveau difficile", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.571026215, - "right": 10.739428395, - "top": 51.112287648, - "bottom": 41.259349038 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" - } - ], - "styles": [ - { - "name": "normal", - "title": "Légende générique" - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } + } + }, + "styles": [ { - "name": "image/geotiff", - "current": false - }, + "name": "FRANCHISSEMENTS PASSAGE A NIVEAU DIFFICILE", + "title": "FRANCHISSEMENTS PASSAGE A NIVEAU DIFFICILE", + "current": true, + "url": null + } + ], + "legends": [ { - "name": "image/x-bil;bits=32", - "current": false - }, + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.PND.GE-legend.png", + "minScaleDenominator": "500" + } + ], + "formats": [ { - "name": "text/asc", - "current": false + "name": "image/png", + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020", - "title": "SPOT 6-7 - 2020", - "description": "Agrégation des images SPOT 2020", + "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.TE120", + "title": "Tronçons routiers TE120", + "description": "Tronçons routiers TE120", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.571026215, - "right": 10.739428395, - "top": 51.112287648, - "bottom": 41.259349038 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "RESEAU ROUTIER TE120", + "title": "RESEAU ROUTIER TE120", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.TE120-legend.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021", - "title": "SPOT 6-7 - 2021", - "description": "Agrégation des images SPOT 2021", + "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.TE72", + "title": "Tronçons routiers TE72", + "description": "Tronçons routiers TE72", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.571026215, - "right": 10.739428395, - "top": 51.112287648, - "bottom": 41.259349038 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/r/wms?" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_ORTHO_SATr_1-0.xml" + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } } - ], + }, "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "RESEAU ROUTIER TE94", + "title": "RESEAU ROUTIER TE94", + "current": true, + "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.TE94-legend.png", + "minScaleDenominator": "8000" } ], "formats": [ - { - "name": "image/jpeg", - "current": true - }, { "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false + "current": true } ] }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE", + "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMTS": { + "name": "SECUROUTE.TE.TE94", + "title": "Tronçons routiers TE94", + "description": "Tronçons routiers TE94", "globalConstraint": { - "minScaleDenominator": 10000.0, - "maxScaleDenominator": 10000000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.188391641518418, - "right": 9.604384585315612, - "top": 51.11164522281672, - "bottom": 41.32320079493196 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "7": { + "minTileRow": "42", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=SPOT5.xml" + "name": "RESEAU ROUTIER TE94", + "title": "RESEAU ROUTIER TE94", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SECUROUTE.TE.TE94-legend.png", + "minScaleDenominator": "8000" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE", - "globalConstraint": { - "minScaleDenominator": 10000.0, - "maxScaleDenominator": 10000000.0, - "bbox": { - "left": -5.192596173253126, - "right": 9.644884959798665, - "top": 51.11178837965851, - "bottom": 41.31611385248832 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=SPOT5.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE", - "globalConstraint": { - "minScaleDenominator": 10000.0, - "maxScaleDenominator": 10000000.0, - "bbox": { - "left": -5.192596532083307, - "right": 9.614758765948139, - "top": 51.111788513424955, - "bottom": 41.32801546919799 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=SPOT5.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { - "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE", - "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE", - "description": "Layer-Group type layer: ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE", - "globalConstraint": { - "minScaleDenominator": 10000.0, - "maxScaleDenominator": 10000000.0, - "bbox": { - "left": -61.851057032764174, - "right": 55.85418347517755, - "top": 51.111788652793, - "bottom": -21.409529823323165 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "satellite": "https://wxs.ign.fr/satellite/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=SPOT5.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMTS": { - "name": "BDCARTO_ETAT-MAJOR.NIVEAU3", - "title": "BD CARTO Etat-major N3", - "description": "BDCARTO ETAT-MAJOR NIVEAU 3", + "SITE.PRODUCTION.CHALEUR.BIOGAZ$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.BIOGAZ", + "title": "Localisation des installations de production de chaleur par Biogaz", + "description": "Localisation des installations de production de chaleur par Biogaz", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.15012, - "right": 7.19384, - "top": 51.0938, - "bottom": 43.151 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "sol": "https://wxs.ign.fr/sol/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -63798,86 +68692,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "42", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "672", - "maxTileRow": "751", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1503", - "minTileCol": "1984", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3007", - "minTileCol": "3968", - "maxTileCol": "4271" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6015", - "minTileCol": "7952", - "maxTileCol": "8527" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12031", - "minTileCol": "15904", - "maxTileCol": "17039" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24047", - "minTileCol": "31824", - "maxTileCol": "34079" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.BIOGAZ", + "title": "SITE.PRODUCTION.CHALEUR.BIOGAZ", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.BIOGAZ-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -63887,10 +68793,10 @@ } ] }, - "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMTS": { - "name": "BDCARTO_ETAT-MAJOR.NIVEAU4", - "title": "BD CARTO Etat-major N4", - "description": "BDCARTO ETAT-MAJOR NIVEAU 4", + "SITE.PRODUCTION.CHALEUR.COGENERATION$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.COGENERATION", + "title": "Localisation des installations de production d'électricité pouvant valoriser de la chaleur", + "description": "Localisation des installations de production d'électricité pouvant valoriser de la chaleur", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -63905,7 +68811,7 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "sol": "https://wxs.ign.fr/sol/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -63913,86 +68819,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "16", - "maxTileRow": "31", - "minTileCol": "16", - "maxTileCol": "47" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "32", + "minTileRow": "42", "maxTileRow": "47", - "minTileCol": "48", - "maxTileCol": "79" + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "80", + "minTileRow": "85", "maxTileRow": "95", - "minTileCol": "112", - "maxTileCol": "143" + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "160", + "minTileRow": "171", "maxTileRow": "191", - "minTileCol": "240", - "maxTileCol": "271" + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "336", - "maxTileRow": "383", - "minTileCol": "496", - "maxTileCol": "543" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "672", - "maxTileRow": "751", - "minTileCol": "992", - "maxTileCol": "1071" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1360", - "maxTileRow": "1503", - "minTileCol": "1984", - "maxTileCol": "2143" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2736", - "maxTileRow": "3007", - "minTileCol": "3968", - "maxTileCol": "4271" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5472", - "maxTileRow": "6015", - "minTileCol": "7952", - "maxTileCol": "8527" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10944", - "maxTileRow": "12255", - "minTileCol": "15904", - "maxTileCol": "17263" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21904", - "maxTileRow": "24495", - "minTileCol": "31824", - "maxTileCol": "34511" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.COGENERATION", + "title": "SITE.PRODUCTION.CHALEUR.COGENERATION", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.COGENERATION-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -64002,293 +68920,152 @@ } ] }, - "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO_ETAT-MAJOR.NIVEAU3", - "title": "BD CARTO Etat-major N3", - "description": "BDCARTO ETAT-MAJOR NIVEAU 3", + "SITE.PRODUCTION.CHALEUR.DECHETS$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.DECHETS", + "title": "Localisation des installations de production de chaleur par incinération des déchets", + "description": "Localisation des installations de production de chaleur par incinération des déchets", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -5.150115786, - "right": 7.193835249, - "top": 51.09380074, - "bottom": 43.15100173 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "sol": "https://wxs.ign.fr/sol/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCEM_1-0_LAMB93.xml" - } - ], - "styles": [ - { - "name": "BDCARTO_ETAT-MAJOR3", - "title": "Légende du 1/1000000" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/BDCARTO_ETAT-MAJOR-legend.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMS": { - "name": "BDCARTO_ETAT-MAJOR.NIVEAU4", - "title": "BD CARTO Etat-major N4", - "description": "BDCARTO ETAT-MAJOR NIVEAU 4", - "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, - "bbox": { - "left": -5.150472715, - "right": 9.570543239, - "top": 51.099054184, - "bottom": 41.325209636 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "sol": "https://wxs.ign.fr/sol/geoportail/r/wms?" - } - }, - "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDCEM_1-0_LAMB93.xml" - } - ], - "styles": [ - { - "name": "BDCARTO_ETAT-MAJOR4", - "title": "Légende du 1/1000000" - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/BDCARTO_ETAT-MAJOR.NIVEAU4-legend.png" - } - ], - "formats": [ - { - "name": "image/jpeg", - "current": true - }, - { - "name": "image/png", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/x-bil;bits=32", - "current": false - }, - { - "name": "text/asc", - "current": false - } - ] - }, - "BDTOPO$GEOPORTAIL:OGC:WMTS": { - "name": "BDTOPO", - "title": "BDTOPO", - "description": "La BD TOPO® contient une description vectorielle, structurée en objets, des éléments du territoire et de ses infrastructures, de précision métrique.", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -6.50391, - "right": 9.84375, - "top": 51.2894, - "bottom": 40.9799 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "83", - "maxTileCol": "167" + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { "minTileRow": "171", - "maxTileRow": "287", - "minTileCol": "166", - "maxTileCol": "335" + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { "minTileRow": "342", - "maxTileRow": "574", - "minTileCol": "332", - "maxTileCol": "670" + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { "minTileRow": "684", - "maxTileRow": "1148", - "minTileCol": "664", - "maxTileCol": "1341" + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { "minTileRow": "1369", - "maxTileRow": "2297", - "minTileCol": "1329", - "maxTileCol": "2683" + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { "minTileRow": "2738", - "maxTileRow": "4594", - "minTileCol": "2658", - "maxTileCol": "5366" + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { "minTileRow": "5477", - "maxTileRow": "9189", - "minTileCol": "5317", - "maxTileCol": "10733" + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { "minTileRow": "10955", - "maxTileRow": "18378", - "minTileCol": "10634", - "maxTileCol": "21467" + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { "minTileRow": "21911", - "maxTileRow": "36757", - "minTileCol": "21269", - "maxTileCol": "42934" + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { "minTileRow": "43822", - "maxTileRow": "73515", - "minTileCol": "42539", - "maxTileCol": "85869" + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" }, "18": { "minTileRow": "87645", - "maxTileRow": "147030", - "minTileCol": "85079", - "maxTileCol": "171738" - }, - "19": { - "minTileRow": "175290", - "maxTileRow": "294060", - "minTileCol": "170158", - "maxTileCol": "343476" + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, - "styles": [], - "legends": [], + "styles": [ + { + "name": "SITE.PRODUCTION.CHALEUR.DECHETS", + "title": "SITE.PRODUCTION.CHALEUR.DECHETS", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.DECHETS-legend.png", + "minScaleDenominator": "2000" + } + ], "formats": [ { - "name": "application/x-protobuf", + "name": "image/png", "current": true } ] }, - "BUILDINGS.BUILDINGS$GEOPORTAIL:OGC:WMTS": { - "name": "BUILDINGS.BUILDINGS", - "title": "Bâtiments", - "description": "Affichage des constructions couvrant le territoire français.", + "SITE.PRODUCTION.CHALEUR.METHANISATON$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.METHANISATON", + "title": "Localisation des installations de production de chaleur par méthanisation", + "description": "Localisation des installations de production de chaleur par méthanisation", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.9692, - "right": 55.9644, - "top": 71.5841, - "bottom": -21.4969 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -64296,89 +69073,89 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "26", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "53", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "107", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" }, "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "BUILDINGS.BUILDINGS", - "title": "BUILDINGS.BUILDINGS", + "name": "SITE.PRODUCTION.CHALEUR.METHANISATON", + "title": "SITE.PRODUCTION.CHALEUR.METHANISATON", "current": true, "url": null } @@ -64386,7 +69163,7 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/BUILDINGS.BUILDINGS-legend.png", + "url": "hhttps://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.METHANISATON-legend.png", "minScaleDenominator": "2000" } ], @@ -64397,25 +69174,25 @@ } ] }, - "GEOGRAPHICALNAMES.NAMES$GEOPORTAIL:OGC:WMTS": { - "name": "GEOGRAPHICALNAMES.NAMES", - "title": "Dénominations géographiques", - "description": "Affichage des noms des villes, villages, lieux-dits ...", + "SITE.PRODUCTION.CHALEUR.RC$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.RC", + "title": "Localisation des réseaux de chaleur et de froid en France", + "description": "Localisation des réseaux de chaleur et de froid en France", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.9692, - "right": 55.9644, - "top": 71.5841, - "bottom": -21.4969 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -64423,98 +69200,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "26", - "minTileCol": "26", - "maxTileCol": "40" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "26", - "maxTileRow": "53", - "minTileCol": "52", - "maxTileCol": "81" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "53", - "maxTileRow": "107", - "minTileCol": "105", - "maxTileCol": "162" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "107", - "maxTileRow": "215", - "minTileCol": "210", - "maxTileCol": "325" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "215", - "maxTileRow": "574", - "minTileCol": "330", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "430", - "maxTileRow": "1149", - "minTileCol": "660", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" }, "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.RC", + "title": "SITE.PRODUCTION.CHALEUR.RC", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.RC-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -64524,25 +69301,25 @@ } ] }, - "HYDROGRAPHY.HYDROGRAPHY$GEOPORTAIL:OGC:WMTS": { - "name": "HYDROGRAPHY.HYDROGRAPHY", - "title": "Hydrographie", - "description": "Affichage des lacs, réservoirs, rivières et cours d'eau en France.", + "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE", + "title": "Localisation des réseaux de chaleur en Bretagne", + "description": "Localisation des réseaux de chaleur en Bretagne", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.9692, - "right": 55.9644, - "top": 71.5841, - "bottom": -21.4969 + "left": -5.15012, + "right": -1.00687, + "top": 48.9064, + "bottom": 47.2719 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -64550,98 +69327,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "26", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "63" }, "8": { - "minTileRow": "53", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "88", + "maxTileRow": "89", + "minTileCol": "124", + "maxTileCol": "127" }, "9": { - "minTileRow": "107", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "176", + "maxTileRow": "179", + "minTileCol": "248", + "maxTileCol": "254" }, "10": { - "minTileRow": "215", - "maxTileRow": "574", - "minTileCol": "330", - "maxTileCol": "671" + "minTileRow": "352", + "maxTileRow": "359", + "minTileCol": "497", + "maxTileCol": "509" }, "11": { - "minTileRow": "430", - "maxTileRow": "1149", - "minTileCol": "660", - "maxTileCol": "1342" + "minTileRow": "704", + "maxTileRow": "718", + "minTileCol": "994", + "maxTileCol": "1018" }, "12": { - "minTileRow": "861", - "maxTileRow": "2298", - "minTileCol": "1320", - "maxTileCol": "2684" + "minTileRow": "1408", + "maxTileRow": "1436", + "minTileCol": "1989", + "maxTileCol": "2036" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2816", + "maxTileRow": "2872", + "minTileCol": "3978", + "maxTileCol": "4073" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5633", + "maxTileRow": "5744", + "minTileCol": "7957", + "maxTileCol": "8146" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11266", + "maxTileRow": "11488", + "minTileCol": "15915", + "maxTileCol": "16292" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22532", + "maxTileRow": "22977", + "minTileCol": "31830", + "maxTileCol": "32584" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "minTileRow": "45064", + "maxTileRow": "45955", + "minTileCol": "63660", + "maxTileCol": "65169" }, "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "90129", + "maxTileRow": "91911", + "minTileCol": "127321", + "maxTileCol": "130338" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE", + "title": "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.RC.BRETAGNE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -64651,100 +69428,124 @@ } ] }, - "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMTS": { - "name": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", - "title": "Points de repère routiers (PR)", - "description": "Ensemble des points de repère situés sur les routes départementales, nationales ou infrastructures autoroutières concédées de France métropolitaine.", + "SITE.PRODUCTION.CHALEUR.RC.PACA$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.RC.PACA", + "title": "Localisation des réseaux de chaleur en PACA", + "description": "Localisation des réseaux de chaleur en PACA", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": 4.22277, + "right": 7.72777, + "top": 45.1331, + "bottom": 42.9758 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "47", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "91", + "maxTileRow": "94", + "minTileCol": "131", + "maxTileCol": "133" + }, + "9": { + "minTileRow": "183", + "maxTileRow": "188", + "minTileCol": "262", + "maxTileCol": "266" + }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "367", + "maxTileRow": "376", + "minTileCol": "524", + "maxTileCol": "533" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "735", + "maxTileRow": "752", + "minTileCol": "1048", + "maxTileCol": "1067" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1471", + "maxTileRow": "1505", + "minTileCol": "2096", + "maxTileCol": "2135" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2942", + "maxTileRow": "3010", + "minTileCol": "4192", + "maxTileCol": "4271" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5885", + "maxTileRow": "6021", + "minTileCol": "8384", + "maxTileCol": "8543" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11770", + "maxTileRow": "12043", + "minTileCol": "16768", + "maxTileCol": "17087" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "23540", + "maxTileRow": "24087", + "minTileCol": "33536", + "maxTileCol": "34174" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "minTileRow": "47081", + "maxTileRow": "48174", + "minTileCol": "67073", + "maxTileCol": "68349" }, "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "94162", + "maxTileRow": "96348", + "minTileCol": "134146", + "maxTileCol": "136699" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.RC.PACA", + "title": "SITE.PRODUCTION.CHALEUR.RC.PACA", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.RC.PACA-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -64754,25 +69555,25 @@ } ] }, - "TRANSPORTNETWORKS.RAILWAYS$GEOPORTAIL:OGC:WMTS": { - "name": "TRANSPORTNETWORKS.RAILWAYS", - "title": "Réseau ferroviaire", - "description": "Carte du réseau ferroviaire", + "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE", + "title": "Localisation des réseaux de chaleur et de froid linéaires", + "description": "Localisation des réseaux de chaleur et de froid linéaires", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.9692, - "right": 55.9644, - "top": 71.5841, - "bottom": -21.4969 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -64780,58 +69581,58 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "26", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "53", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "107", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "215", - "maxTileRow": "574", - "minTileCol": "330", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "430", - "maxTileRow": "1149", - "minTileCol": "660", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "861", - "maxTileRow": "2298", - "minTileCol": "1320", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { "minTileRow": "10955", @@ -64861,17 +69662,17 @@ }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE", + "title": "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -64881,25 +69682,25 @@ } ] }, - "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMTS": { - "name": "TRANSPORTNETWORKS.ROADS", - "title": "Routes", - "description": "Affichage du réseau routier français et européen.", + "SITE.PRODUCTION.CHALEUR.RCF.POINT$GEOPORTAIL:OGC:WMTS": { + "name": "SITE.PRODUCTION.CHALEUR.RCF.POINT", + "title": "Localisation des réseaux de chaleur et de froid ponctuels", + "description": "Localisation des réseaux de chaleur et de froid ponctuels", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.9692, - "right": 55.9644, - "top": 71.5841, - "bottom": -21.4969 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -64907,98 +69708,98 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" }, "7": { - "minTileRow": "26", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" }, "8": { - "minTileRow": "53", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" }, "9": { - "minTileRow": "107", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" }, "10": { - "minTileRow": "215", - "maxTileRow": "574", - "minTileCol": "330", - "maxTileCol": "671" + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" }, "11": { - "minTileRow": "430", - "maxTileRow": "1149", - "minTileCol": "660", - "maxTileCol": "1342" + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" }, "12": { - "minTileRow": "861", - "maxTileRow": "2298", - "minTileCol": "1320", - "maxTileCol": "2684" + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" }, "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "87645", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" } } }, "styles": [ { - "name": "normal", - "title": "Légende générique", + "name": "SITE.PRODUCTION.CHALEUR.RCF.POINT", + "title": "SITE.PRODUCTION.CHALEUR.RCF.POINT", "current": true, "url": null } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/SITE.PRODUCTION.CHALEUR.RCF.POINT-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -65008,25 +69809,25 @@ } ] }, - "TRANSPORTNETWORKS.RUNWAYS$GEOPORTAIL:OGC:WMTS": { - "name": "TRANSPORTNETWORKS.RUNWAYS", - "title": "Aéroports", - "description": "Localisation des aéroports, aérodromes et héliports, des pistes, bâtiments et équipements dédiés.", + "SPOT-EDUGEO_PYR-PNG_WLD_WM$GEOPORTAIL:OGC:WMTS": { + "name": "SPOT-EDUGEO_PYR-PNG_WLD_WM", + "title": "SPOT BORDEAUX 2003", + "description": "Zone de Bordeaux 2003", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.9692, - "right": 55.9644, - "top": 71.5841, - "bottom": -21.4969 + "left": -1.12593, + "right": 0.125103, + "top": 45.5582, + "bottom": 44.6754 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -65034,82 +69835,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "26", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "63", + "maxTileCol": "64" }, "8": { - "minTileRow": "53", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "91", + "maxTileRow": "92", + "minTileCol": "127", + "maxTileCol": "128" }, "9": { - "minTileRow": "107", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "183", + "maxTileRow": "184", + "minTileCol": "254", + "maxTileCol": "256" }, "10": { - "minTileRow": "215", - "maxTileRow": "574", - "minTileCol": "330", - "maxTileCol": "671" + "minTileRow": "366", + "maxTileRow": "369", + "minTileCol": "508", + "maxTileCol": "512" }, "11": { - "minTileRow": "430", - "maxTileRow": "1149", - "minTileCol": "660", - "maxTileCol": "1342" + "minTileRow": "732", + "maxTileRow": "739", + "minTileCol": "1017", + "maxTileCol": "1024" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1464", + "maxTileRow": "1478", + "minTileCol": "2035", + "maxTileCol": "2049" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2928", + "maxTileRow": "2957", + "minTileCol": "4070", + "maxTileCol": "4098" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5857", + "maxTileRow": "5914", + "minTileCol": "8140", + "maxTileCol": "8197" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11715", + "maxTileRow": "11829", + "minTileCol": "16281", + "maxTileCol": "16395" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - }, - "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "23430", + "maxTileRow": "23658", + "minTileCol": "32563", + "maxTileCol": "32790" } } }, @@ -65124,7 +69913,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -65135,25 +69924,25 @@ } ] }, - "UTILITYANDGOVERNMENTALSERVICES.ALL$GEOPORTAIL:OGC:WMTS": { - "name": "UTILITYANDGOVERNMENTALSERVICES.ALL", - "title": "Lignes électriques", - "description": "Affichage des lignes électriques.", + "SPOT5_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMTS": { + "name": "SPOT5_PYR-JPEG_WLD_WM", + "title": "SPOT 5 sud-ouest 2009-2010", + "description": "Cette couche est formée d'images prises par le satellite SPOT 5 en 2009 et 2010 depuis une altitude de 800 km. La résolution des images initiales est de 2,5 mètres/pixel, ce qui permet d'identifier l'existence de bâtiments, routes et chemins, et sa précision est homogène avec celle du référentiel à Grande Echelle. Le satellite SPOT 5 est exploité depuis 2002 par le Centre national d'études spatiales (CNES) et les images sont distribuées par la société Spot Image (Astrium GEO-Information Services). L'expertise de l'IGN menée à la demande du CNES a permis d'affiner les performances géométriques du capteur SPOT5, dans l'intérêt de tous les utilisateurs. La couche \" SPOT 5 \" visible sur Géoportail est issue de la co-édition Reference3D® entre Spot Image et l'IGN. Aucune légende n'est associée à cette couche. La radiométrie des images est traitée par des couleurs naturelles.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 71.5841, - "bottom": -21.4756 + "left": -2.10938, + "right": 5.09766, + "top": 46.0732, + "bottom": 41.9023 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -65161,82 +69950,70 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "13", - "maxTileRow": "26", - "minTileCol": "26", - "maxTileCol": "40" + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "32" }, "7": { - "minTileRow": "26", - "maxTileRow": "53", - "minTileCol": "52", - "maxTileCol": "81" + "minTileRow": "45", + "maxTileRow": "47", + "minTileCol": "63", + "maxTileCol": "65" }, "8": { - "minTileRow": "53", - "maxTileRow": "107", - "minTileCol": "105", - "maxTileCol": "162" + "minTileRow": "91", + "maxTileRow": "95", + "minTileCol": "126", + "maxTileCol": "131" }, "9": { - "minTileRow": "107", - "maxTileRow": "215", - "minTileCol": "210", - "maxTileCol": "325" + "minTileRow": "182", + "maxTileRow": "190", + "minTileCol": "252", + "maxTileCol": "263" }, "10": { - "minTileRow": "215", - "maxTileRow": "431", - "minTileCol": "421", - "maxTileCol": "651" + "minTileRow": "364", + "maxTileRow": "380", + "minTileCol": "505", + "maxTileCol": "526" }, "11": { - "minTileRow": "430", - "maxTileRow": "863", - "minTileCol": "842", - "maxTileCol": "1303" + "minTileRow": "728", + "maxTileRow": "761", + "minTileCol": "1011", + "maxTileCol": "1052" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1456", + "maxTileRow": "1522", + "minTileCol": "2023", + "maxTileCol": "2105" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2912", + "maxTileRow": "3044", + "minTileCol": "4047", + "maxTileCol": "4211" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5824", + "maxTileRow": "6088", + "minTileCol": "8095", + "maxTileCol": "8423" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11648", + "maxTileRow": "12176", + "minTileCol": "16191", + "maxTileCol": "16847" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - }, - "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" + "minTileRow": "23296", + "maxTileRow": "24352", + "minTileCol": "32383", + "maxTileCol": "33695" } } }, @@ -65251,7 +70028,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -65262,31 +70039,497 @@ } ] }, - "hedge.hedge$GEOPORTAIL:OGC:WMTS": { - "name": "hedge.hedge", - "title": "haies linéraires", - "description": "Couche nationale de référence des haies linéaires en France métropolitaine.", + "TEST_PBE_LE_HAVRE$GEOPORTAIL:OGC:WMTS": { + "name": "TEST_PBE_LE_HAVRE", + "title": "TEST_PBE_LE_HAVRE", + "description": "TEST_PBE_LE_HAVRE", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "6": { + "minTileRow": "0", + "maxTileRow": "64", + "minTileCol": "0", + "maxTileCol": "63" + }, + "7": { + "minTileRow": "0", + "maxTileRow": "128", + "minTileCol": "0", + "maxTileCol": "127" + }, + "8": { + "minTileRow": "0", + "maxTileRow": "256", + "minTileCol": "0", + "maxTileCol": "255" + }, + "9": { + "minTileRow": "0", + "maxTileRow": "512", + "minTileCol": "0", + "maxTileCol": "511" + }, + "10": { + "minTileRow": "0", + "maxTileRow": "1024", + "minTileCol": "0", + "maxTileCol": "1023" + }, + "11": { + "minTileRow": "0", + "maxTileRow": "2048", + "minTileCol": "0", + "maxTileCol": "2047" + }, + "12": { + "minTileRow": "0", + "maxTileRow": "4096", + "minTileCol": "0", + "maxTileCol": "4095" + }, + "13": { + "minTileRow": "0", + "maxTileRow": "8192", + "minTileCol": "0", + "maxTileCol": "8191" + }, + "14": { + "minTileRow": "0", + "maxTileRow": "16384", + "minTileCol": "0", + "maxTileCol": "16383" + }, + "15": { + "minTileRow": "0", + "maxTileRow": "32768", + "minTileCol": "0", + "maxTileCol": "32767" + }, + "16": { + "minTileRow": "0", + "maxTileRow": "65536", + "minTileCol": "0", + "maxTileCol": "65535" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Données Brutes", + "current": true, + "url": null + } + ], + "legends": [], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMTS": { + "name": "THR.ORTHOIMAGERY.ORTHOPHOTOS", + "title": "Photographies aériennes très haute résolution", + "description": "Orthophotographies aériennes d'une résolution de 10cm à 5cm selon disponibilité.", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": 0.0354912, + "right": 6.02353, + "top": 49.6969, + "bottom": 43.1533 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "43", + "maxTileRow": "46", + "minTileCol": "64", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "87", + "maxTileRow": "93", + "minTileCol": "128", + "maxTileCol": "132" + }, + "9": { + "minTileRow": "174", + "maxTileRow": "187", + "minTileCol": "256", + "maxTileCol": "264" + }, + "10": { + "minTileRow": "348", + "maxTileRow": "375", + "minTileCol": "512", + "maxTileCol": "529" + }, + "11": { + "minTileRow": "697", + "maxTileRow": "751", + "minTileCol": "1024", + "maxTileCol": "1058" + }, + "12": { + "minTileRow": "1394", + "maxTileRow": "1502", + "minTileCol": "2048", + "maxTileCol": "2116" + }, + "13": { + "minTileRow": "2788", + "maxTileRow": "3005", + "minTileCol": "4096", + "maxTileCol": "4233" + }, + "14": { + "minTileRow": "5577", + "maxTileRow": "6010", + "minTileCol": "8193", + "maxTileCol": "8466" + }, + "15": { + "minTileRow": "11155", + "maxTileRow": "12021", + "minTileCol": "16387", + "maxTileCol": "16932" + }, + "16": { + "minTileRow": "22311", + "maxTileRow": "24042", + "minTileCol": "32774", + "maxTileCol": "33864" + }, + "17": { + "minTileRow": "44623", + "maxTileRow": "48085", + "minTileCol": "65548", + "maxTileCol": "67729" + }, + "18": { + "minTileRow": "89247", + "maxTileRow": "96171", + "minTileCol": "131097", + "maxTileCol": "135458" + }, + "19": { + "minTileRow": "178494", + "maxTileRow": "192343", + "minTileCol": "262195", + "maxTileCol": "270916" + }, + "20": { + "minTileRow": "356988", + "maxTileRow": "384687", + "minTileCol": "524391", + "maxTileCol": "541832" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + } + ] + }, + "TRACES.RANDO.HIVERNALE$GEOPORTAIL:OGC:WMTS": { + "name": "TRACES.RANDO.HIVERNALE", + "title": "Trace de randonnée hivernale (à ski, à raquette)", + "description": "Trace de randonnée hivernale (à ski, à raquette)", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": 5.44835, + "right": 7.20036, + "top": 46.4052, + "bottom": 44.1893 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "22", + "maxTileRow": "23", + "minTileCol": "32", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "45", + "maxTileRow": "46", + "minTileCol": "65", + "maxTileCol": "66" + }, + "8": { + "minTileRow": "90", + "maxTileRow": "92", + "minTileCol": "131", + "maxTileCol": "133" + }, + "9": { + "minTileRow": "181", + "maxTileRow": "185", + "minTileCol": "263", + "maxTileCol": "266" + }, + "10": { + "minTileRow": "362", + "maxTileRow": "371", + "minTileCol": "527", + "maxTileCol": "532" + }, + "11": { + "minTileRow": "725", + "maxTileRow": "743", + "minTileCol": "1054", + "maxTileCol": "1064" + }, + "12": { + "minTileRow": "1450", + "maxTileRow": "1486", + "minTileCol": "2109", + "maxTileCol": "2129" + }, + "13": { + "minTileRow": "2901", + "maxTileRow": "2972", + "minTileCol": "4219", + "maxTileCol": "4259" + }, + "14": { + "minTileRow": "5802", + "maxTileRow": "5945", + "minTileCol": "8439", + "maxTileCol": "8519" + }, + "15": { + "minTileRow": "11604", + "maxTileRow": "11891", + "minTileCol": "16879", + "maxTileCol": "17039" + }, + "16": { + "minTileRow": "23208", + "maxTileRow": "23782", + "minTileCol": "33759", + "maxTileCol": "34078" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Données Brutes", + "current": true, + "url": null + } + ], + "legends": [], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", + "title": "Points de repère routiers (PR)", + "description": "Ensemble des points de repère situés sur les routes départementales, nationales ou infrastructures autoroutières concédées de France métropolitaine.", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "10": { + "minTileRow": "341", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "682", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "1365", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "2731", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "5462", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } + } + }, + "styles": [ + { + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + } + ] + }, + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST_VISU$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST_VISU", + "title": "Points de repère routiers (PR)", + "description": "Ensemble des points de repère situés sur les routes départementales, nationales ou infrastructures autoroutières concédées de France métropolitaine. Echelles du 1/8.000.000 au 1/8.000", + "globalConstraint": { + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMTS", + "version": "1.0.0", + "serverUrl": { + "full": "https://data.geopf.fr/wmts" + } + }, + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, "7": { "minTileRow": "42", "maxTileRow": "71", @@ -65372,7 +70615,7 @@ "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", "minScaleDenominator": "200" } ], @@ -65383,1262 +70626,838 @@ } ] }, - "BDTOPO-GEOPO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-BATI_WLD_WGS84G", - "title": "BDTOPO-GEOPO-BATI_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-BATI_WLD_WGS84G", + "TRANSPORTNETWORKS.RAILWAYS$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTNETWORKS.RAILWAYS", + "title": "Réseau ferroviaire", + "description": "Carte du réseau ferroviaire", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -63.9692, + "right": 55.9644, + "top": 71.5841, + "bottom": -21.4969 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "13", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "26", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "53", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "107", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "215", + "maxTileRow": "574", + "minTileCol": "330", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "430", + "maxTileRow": "1149", + "minTileCol": "660", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "861", + "maxTileRow": "2298", + "minTileCol": "1320", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "1723", + "maxTileRow": "4597", + "minTileCol": "2640", + "maxTileCol": "5369" + }, + "14": { + "minTileRow": "3447", + "maxTileRow": "9194", + "minTileCol": "5280", + "maxTileCol": "10739" + }, + "15": { + "minTileRow": "6894", + "maxTileRow": "18388", + "minTileCol": "10561", + "maxTileCol": "21478" + }, + "16": { + "minTileRow": "13789", + "maxTileRow": "36776", + "minTileCol": "21122", + "maxTileCol": "42956" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73553", + "minTileCol": "42245", + "maxTileCol": "85912" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147106", + "minTileCol": "84491", + "maxTileCol": "171824" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", - "title": "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", + "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTNETWORKS.ROADS", + "title": "Routes", + "description": "Affichage du réseau routier français et européen.", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -63.9692, + "right": 55.9644, + "top": 71.5841, + "bottom": -21.4969 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "13", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "26", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "53", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "107", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "215", + "maxTileRow": "574", + "minTileCol": "330", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "430", + "maxTileRow": "1149", + "minTileCol": "660", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "861", + "maxTileRow": "2298", + "minTileCol": "1320", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "1723", + "maxTileRow": "4597", + "minTileCol": "2640", + "maxTileCol": "5369" + }, + "14": { + "minTileRow": "3447", + "maxTileRow": "9194", + "minTileCol": "5280", + "maxTileCol": "10739" + }, + "15": { + "minTileRow": "6894", + "maxTileRow": "18388", + "minTileCol": "10561", + "maxTileCol": "21478" + }, + "16": { + "minTileRow": "13789", + "maxTileRow": "36776", + "minTileCol": "21122", + "maxTileCol": "42956" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73553", + "minTileCol": "42245", + "maxTileCol": "85912" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147106", + "minTileCol": "84491", + "maxTileCol": "171824" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G", - "title": "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G", + "TRANSPORTNETWORKS.ROADS.DIRECTION$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTNETWORKS.ROADS.DIRECTION", + "title": "Sens de circulation", + "description": "Affichage des sens de circulation du réseau routier", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "15": { + "minTileRow": "10924", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "21849", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "43698", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", - "title": "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", + "TRANSPORTNETWORKS.RUNWAYS$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTNETWORKS.RUNWAYS", + "title": "Aéroports", + "description": "Localisation des aéroports, aérodromes et héliports, des pistes, bâtiments et équipements dédiés.", "globalConstraint": { - "minScaleDenominator": 300.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -63.9692, + "right": 55.9644, + "top": 71.5841, + "bottom": -21.4969 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "13", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "26", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "53", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "107", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "215", + "maxTileRow": "574", + "minTileCol": "330", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "430", + "maxTileRow": "1149", + "minTileCol": "660", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "861", + "maxTileRow": "2298", + "minTileCol": "1320", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "1723", + "maxTileRow": "4597", + "minTileCol": "2640", + "maxTileCol": "5369" + }, + "14": { + "minTileRow": "3447", + "maxTileRow": "9194", + "minTileCol": "5280", + "maxTileCol": "10739" + }, + "15": { + "minTileRow": "6894", + "maxTileRow": "18388", + "minTileCol": "10561", + "maxTileCol": "21478" + }, + "16": { + "minTileRow": "13789", + "maxTileRow": "36776", + "minTileCol": "21122", + "maxTileCol": "42956" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73553", + "minTileCol": "42245", + "maxTileCol": "85912" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147106", + "minTileCol": "84491", + "maxTileCol": "171824" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G", - "title": "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G", + "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORTS.DRONES.RESTRICTIONS", + "title": "Restrictions UAS catégorie Ouverte et Aéromodélisme", + "description": "Représentation des zones soumises à interdictions ou à restrictions pour l’usage, à titre de loisir, d’aéronefs télépilotés (ou drones), sur le territoire métropolitain, à jour au 07-2020 Elle intègre partiellement les interdictions s'appuyant sur des données non publiées à l'AIP et ne couvre pas les interdictions temporaires. Cette carte est basée sur l’arrêté « espace » du 09/11/2017. La représentation des zones soumises à interdictions ou à restrictions n’engage pas la responsabilité des producteurs de la donnée. Le contour des agglomérations est fourni à titre purement indicatif. Consultez les interdictions temporaires sur https://www.sia.aviation-civile.gouv.fr/.", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "3": { + "minTileRow": "2", + "maxTileRow": "3", + "minTileCol": "3", + "maxTileCol": "4" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "6", + "minTileCol": "7", + "maxTileCol": "8" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "12", + "minTileCol": "15", + "maxTileCol": "17" + }, + "6": { + "minTileRow": "21", + "maxTileRow": "24", + "minTileCol": "30", + "maxTileCol": "34" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "48", + "minTileCol": "60", + "maxTileCol": "68" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "96", + "minTileCol": "120", + "maxTileCol": "136" + }, + "9": { + "minTileRow": "170", + "maxTileRow": "192", + "minTileCol": "241", + "maxTileCol": "272" + }, + "10": { + "minTileRow": "340", + "maxTileRow": "385", + "minTileCol": "483", + "maxTileCol": "545" + }, + "11": { + "minTileRow": "681", + "maxTileRow": "771", + "minTileCol": "967", + "maxTileCol": "1090" + }, + "12": { + "minTileRow": "1363", + "maxTileRow": "1542", + "minTileCol": "1935", + "maxTileCol": "2180" + }, + "13": { + "minTileRow": "2726", + "maxTileRow": "3084", + "minTileCol": "3871", + "maxTileCol": "4361" + }, + "14": { + "minTileRow": "5452", + "maxTileRow": "6168", + "minTileCol": "7742", + "maxTileCol": "8723" + }, + "15": { + "minTileRow": "10905", + "maxTileRow": "12336", + "minTileCol": "15484", + "maxTileCol": "17446" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G", - "title": "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G", + "TRANSPORT_EXCEPTIONNEL$GEOPORTAIL:OGC:WMTS": { + "name": "TRANSPORT_EXCEPTIONNEL", + "title": "Transports exceptionnels", + "description": "Réseaux routiers pouvant être empruntés par les transports exceptionnels (TE).", "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -5.15053, + "right": 9.57115, + "top": 51.0992, + "bottom": 41.3247 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "21", + "maxTileRow": "23", + "minTileCol": "31", + "maxTileCol": "33" + }, + "7": { + "minTileRow": "42", + "maxTileRow": "47", + "minTileCol": "62", + "maxTileCol": "67" + }, + "8": { + "minTileRow": "85", + "maxTileRow": "95", + "minTileCol": "124", + "maxTileCol": "134" + }, + "9": { + "minTileRow": "171", + "maxTileRow": "191", + "minTileCol": "248", + "maxTileCol": "269" + }, + "10": { + "minTileRow": "342", + "maxTileRow": "382", + "minTileCol": "497", + "maxTileCol": "539" + }, + "11": { + "minTileRow": "684", + "maxTileRow": "765", + "minTileCol": "994", + "maxTileCol": "1078" + }, + "12": { + "minTileRow": "1369", + "maxTileRow": "1530", + "minTileCol": "1989", + "maxTileCol": "2156" + }, + "13": { + "minTileRow": "2738", + "maxTileRow": "3061", + "minTileCol": "3978", + "maxTileCol": "4313" + }, + "14": { + "minTileRow": "5477", + "maxTileRow": "6123", + "minTileCol": "7957", + "maxTileCol": "8627" + }, + "15": { + "minTileRow": "10955", + "maxTileRow": "12246", + "minTileCol": "15915", + "maxTileCol": "17255" + }, + "16": { + "minTileRow": "21911", + "maxTileRow": "24492", + "minTileCol": "31830", + "maxTileCol": "34510" + }, + "17": { + "minTileRow": "43822", + "maxTileRow": "48985", + "minTileCol": "63660", + "maxTileCol": "69020" + }, + "18": { + "minTileRow": "87644", + "maxTileRow": "97970", + "minTileCol": "127321", + "maxTileCol": "138041" + }, + "19": { + "minTileRow": "175289", + "maxTileRow": "195941", + "minTileCol": "254642", + "maxTileCol": "276082" + } } - ], + }, "styles": [], "legends": [], "formats": [ { - "name": "image/png", + "name": "application/x-protobuf", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G", - "title": "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-VEGETATION_WLD_WGS84G", + "UTILITYANDGOVERNMENTALSERVICES.ALL$GEOPORTAIL:OGC:WMTS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.ALL", + "title": "Lignes électriques", + "description": "Affichage des lignes électriques.", "globalConstraint": { - "minScaleDenominator": 200.0, - "maxScaleDenominator": 50000.0, + "maxScaleDenominator": 559082264.0287179, + "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 + "left": -63.3725, + "right": 55.9259, + "top": 71.5841, + "bottom": -21.4756 } }, "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", + "id": "OGC:WMTS", + "version": "1.0.0", "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wmts" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "wmtsOptions": { + "tileMatrixSetLink": "PM", + "tileMatrixSetLimits": { + "6": { + "minTileRow": "13", + "maxTileRow": "35", + "minTileCol": "20", + "maxTileCol": "41" + }, + "7": { + "minTileRow": "26", + "maxTileRow": "71", + "minTileCol": "41", + "maxTileCol": "83" + }, + "8": { + "minTileRow": "53", + "maxTileRow": "143", + "minTileCol": "82", + "maxTileCol": "167" + }, + "9": { + "minTileRow": "107", + "maxTileRow": "287", + "minTileCol": "165", + "maxTileCol": "335" + }, + "10": { + "minTileRow": "215", + "maxTileRow": "574", + "minTileCol": "331", + "maxTileCol": "671" + }, + "11": { + "minTileRow": "430", + "maxTileRow": "1149", + "minTileCol": "663", + "maxTileCol": "1342" + }, + "12": { + "minTileRow": "861", + "maxTileRow": "2298", + "minTileCol": "1326", + "maxTileCol": "2684" + }, + "13": { + "minTileRow": "1723", + "maxTileRow": "4596", + "minTileCol": "2653", + "maxTileCol": "5368" + }, + "14": { + "minTileRow": "3447", + "maxTileRow": "9193", + "minTileCol": "5307", + "maxTileCol": "10737" + }, + "15": { + "minTileRow": "6894", + "maxTileRow": "18386", + "minTileCol": "10615", + "maxTileCol": "21474" + }, + "16": { + "minTileRow": "13789", + "maxTileRow": "36772", + "minTileCol": "21231", + "maxTileCol": "42948" + }, + "17": { + "minTileRow": "27579", + "maxTileRow": "73544", + "minTileCol": "42462", + "maxTileCol": "85897" + }, + "18": { + "minTileRow": "55159", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" + } + } + }, + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" + "name": "normal", + "title": "Légende générique", + "current": true, + "url": null + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { - "name": "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G", - "title": "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G", - "description": "Layer-Group type layer: BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G", - "globalConstraint": { - "minScaleDenominator": 1000.0, - "maxScaleDenominator": 30000.0, - "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE$GEOPORTAIL:OGC:WMS": { - "name": "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE", - "title": "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE", - "description": "Layer-Group type layer: UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE", - "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 15000000.0, - "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false - } - ] - }, - "hedge.hedge$GEOPORTAIL:OGC:WMS": { - "name": "hedge.hedge", - "title": "hedge.hedge", - "description": "Layer-Group type layer: hedge.hedge", - "globalConstraint": { - "minScaleDenominator": 250.0, - "maxScaleDenominator": 15000000.0, - "bbox": { - "left": -63.153333951602704, - "right": 55.8367590264458, - "top": 51.1889097594303, - "bottom": -21.389720340767205 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" - } - ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, - { - "name": "image/gif", - "current": false - }, - { - "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false - }, - { - "name": "image/svg+xml", - "current": false - }, - { - "name": "image/tiff", - "current": false - }, - { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", - "current": false - }, - { - "name": "text/html; subtype=openlayers3", - "current": false } ] }, - "BDTOPO$GEOPORTAIL:GPP:TMS": { - "hidden": true, - "queryable": false, - "serviceParams": { - "id": "GPP:TMS", - "version": "1.0.0", - "serverUrl": { - "topographie": "https://wxs.ign.fr/topographie/geoportail/tms/1.0.0" - } - }, - "name": "BDTOPO", - "title": "BDTOPO", - "description": "La BD TOPO® contient une description vectorielle, structurée en objets, des éléments du territoire et de ses infrastructures, de précision métrique.", - "formats": [ - { - "current": true, - "name": "application/x-protobuf" - } - ], - "styles": [ - { - "name": "classique", - "title": "Style issu du projet bd carto", - "current": true, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/BDTOPO/classique.json" - }, - { - "name": "bati", - "title": "Style thématique Bati", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/BDTOPO/bati.json" - }, - { - "name": "bati_date", - "title": "Style bati sur l'attribut date de construction", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/BDTOPO/bati_date.json" - }, - { - "name": "bati_etages", - "title": "Style bati sur l'attribut étages", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/BDTOPO/bati_etages.json" - }, - { - "name": "hydrographie", - "title": "Style thématique hydrographie", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/BDTOPO/hydrographie.json" - }, - { - "name": "routier", - "title": "Style thématique routier", - "current": false, - "url": "https://wxs.ign.fr/static/vectorTiles/styles/BDTOPO/routier.json" - } - ], - "globalConstraint": { - "crs": null, - "bbox": { - "left": -724011.531917197, - "right": 1095801.237496279, - "top": 6672646.821182753, - "bottom": 5009377.0856973175 - }, - "minScaleDenominator": null, - "maxScaleDenominator": null - }, - "quicklookUrl": "https://wxs.ign.fr/static/pictures/ign_carte2.jpg", - "layerId": "BDTOPO$GEOPORTAIL:GPP:TMS", - "defaultProjection": "EPSG:3857" - }, - "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.1TE", - "title": "Tronçons routiers 1TE", - "description": "Tronçons routiers 1TE", + "ZONAGE.OFB$GEOPORTAIL:OGC:WMTS": { + "name": "ZONAGE.OFB", + "title": "Zones exclues des aires d'accélération de l'éolien terrestre, de toutes les EnR (sauf toirures) ou nécessitant l'avis du gestionnaire", + "description": "Zones exclues des aires d'accélération de l'éolien terrestre, de toutes les EnR (sauf toirures) ou nécessitant l'avis du gestionnaire", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -66653,25 +71472,13 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "4": { - "minTileRow": "5", - "maxTileRow": "8", - "minTileCol": "5", - "maxTileCol": "10" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "17", - "minTileCol": "10", - "maxTileCol": "20" - }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -66737,19 +71544,13 @@ "maxTileRow": "36772", "minTileCol": "21231", "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" } } }, "styles": [ { - "name": "RESEAU ROUTIER 1TE", - "title": "RESEAU ROUTIER 1TE", + "name": "ZONAGE.OFB", + "title": "ZONAGE.OFB", "current": true, "url": null } @@ -66757,8 +71558,8 @@ "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.1TE-legend.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/ZONAGE.OFB-legend.png", + "minScaleDenominator": "2000" } ], "formats": [ @@ -66768,31 +71569,55 @@ } ] }, - "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.2TE48", - "title": "Tronçons routiers 2TE48", - "description": "Tronçons routiers 2TE48", + "bdtopo_cote_d_azur$GEOPORTAIL:OGC:WMTS": { + "name": "bdtopo_cote_d_azur", + "title": "BDTOPO personnalisable cote d'azur", + "description": "test petite zone génération bdtopo", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -63.1533, + "right": 55.8368, + "top": 51.3127, + "bottom": -21.3897 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { + "2": { + "minTileRow": "1", + "maxTileRow": "2", + "minTileCol": "1", + "maxTileCol": "2" + }, + "3": { + "minTileRow": "2", + "maxTileRow": "4", + "minTileCol": "2", + "maxTileCol": "5" + }, + "4": { + "minTileRow": "5", + "maxTileRow": "8", + "minTileCol": "5", + "maxTileCol": "10" + }, + "5": { + "minTileRow": "10", + "maxTileRow": "17", + "minTileCol": "10", + "maxTileCol": "20" + }, "6": { "minTileRow": "21", "maxTileRow": "35", @@ -66808,106 +71633,105 @@ "8": { "minTileRow": "85", "maxTileRow": "143", - "minTileCol": "82", + "minTileCol": "83", "maxTileCol": "167" }, "9": { "minTileRow": "170", "maxTileRow": "287", - "minTileCol": "165", + "minTileCol": "166", "maxTileCol": "335" }, "10": { "minTileRow": "341", "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileCol": "332", + "maxTileCol": "670" }, "11": { "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "maxTileRow": "1148", + "minTileCol": "664", + "maxTileCol": "1341" }, "12": { "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "maxTileRow": "2297", + "minTileCol": "1329", + "maxTileCol": "2683" }, "13": { "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "maxTileRow": "4594", + "minTileCol": "2658", + "maxTileCol": "5366" }, "14": { "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "maxTileRow": "9188", + "minTileCol": "5317", + "maxTileCol": "10733" }, "15": { "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "maxTileRow": "18377", + "minTileCol": "10635", + "maxTileCol": "21466" }, "16": { "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "maxTileRow": "36755", + "minTileCol": "21271", + "maxTileCol": "42932" }, "17": { "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "maxTileRow": "73511", + "minTileCol": "42542", + "maxTileCol": "85865" + }, + "18": { + "minTileRow": "87396", + "maxTileRow": "147022", + "minTileCol": "85085", + "maxTileCol": "171731" + }, + "19": { + "minTileRow": "174793", + "maxTileRow": "294044", + "minTileCol": "170170", + "maxTileCol": "343462" } } }, - "styles": [ - { - "name": "RESEAU ROUTIER 2TE48", - "title": "RESEAU ROUTIER 2TE48", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.2TE48-legend.png", - "minScaleDenominator": "8000" - } - ], + "styles": [], + "legends": [], "formats": [ { - "name": "image/png", + "name": "application/x-protobuf", "current": true } ] }, - "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.ALL", - "title": "Tous les franchissements", - "description": "Tous les franchissements", + "d029_1_brest_2021$GEOPORTAIL:OGC:WMTS": { + "name": "d029_1_brest_2021", + "title": "CoSIA - latest", + "description": "Flux pyramide CoSIA (latest)", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -4.6728, + "right": -4.29803, + "top": 48.5488, + "bottom": 48.3139 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", @@ -66915,110 +71739,104 @@ "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" + "minTileRow": "22", + "maxTileRow": "22", + "minTileCol": "31", + "maxTileCol": "31" }, "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "minTileRow": "44", + "maxTileRow": "44", + "minTileCol": "62", + "maxTileCol": "62" }, "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "minTileRow": "88", + "maxTileRow": "88", + "minTileCol": "124", + "maxTileCol": "124" }, "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "minTileRow": "176", + "maxTileRow": "177", + "minTileCol": "249", + "maxTileCol": "249" }, "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "minTileRow": "353", + "maxTileRow": "354", + "minTileCol": "498", + "maxTileCol": "499" }, "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "minTileRow": "707", + "maxTileRow": "709", + "minTileCol": "997", + "maxTileCol": "999" }, "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "minTileRow": "1414", + "maxTileRow": "1418", + "minTileCol": "1994", + "maxTileCol": "1999" }, "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "minTileRow": "2828", + "maxTileRow": "2836", + "minTileCol": "3989", + "maxTileCol": "3998" }, "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "minTileRow": "5657", + "maxTileRow": "5673", + "minTileCol": "7979", + "maxTileCol": "7996" }, "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "minTileRow": "11315", + "maxTileRow": "11347", + "minTileCol": "15958", + "maxTileCol": "15992" }, "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "minTileRow": "22631", + "maxTileRow": "22695", + "minTileCol": "31917", + "maxTileCol": "31985" }, "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "minTileRow": "45262", + "maxTileRow": "45391", + "minTileCol": "63834", + "maxTileCol": "63971" + }, + "18": { + "minTileRow": "90524", + "maxTileRow": "90782", + "minTileCol": "127669", + "maxTileCol": "127942" + }, + "19": { + "minTileRow": "181049", + "maxTileRow": "181564", + "minTileCol": "255338", + "maxTileCol": "255884" } } }, - "styles": [ - { - "name": "TOUS LES FRANCHISSEMENTS", - "title": "TOUS LES FRANCHISSEMENTS", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.ALL.GE-legend.png", - "minScaleDenominator": "500" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.ALL.PE-legend.png", - "minScaleDenominator": "200000" - } - ], + "styles": [], + "legends": [], "formats": [ { - "name": "image/png", + "name": "application/x-protobuf", "current": true } ] }, - "SECUROUTE.TE.OA$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.OA", - "title": "Franchissements ouvrage d'art", - "description": "Franchissements ouvrage d'art", + "hedge.hedge$GEOPORTAIL:OGC:WMTS": { + "name": "hedge.hedge", + "title": "haies linéraires", + "description": "Couche nationale de référence des haies linéaires en France métropolitaine.", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, @@ -67033,19 +71851,13 @@ "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, "7": { "minTileRow": "42", "maxTileRow": "71", @@ -67111,27 +71923,28 @@ "maxTileRow": "73544", "minTileCol": "42462", "maxTileCol": "85897" + }, + "18": { + "minTileRow": "87397", + "maxTileRow": "147089", + "minTileCol": "84925", + "maxTileCol": "171795" } } }, "styles": [ { - "name": "AUTRES FRANCHISSEMENTS", - "title": "AUTRES FRANCHISSEMENTS", + "name": "normal", + "title": "Légende générique", "current": true, "url": null } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.OA.GE-legend.png", - "minScaleDenominator": "500" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.OA.PE-legend.png", - "minScaleDenominator": "200000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg", + "minScaleDenominator": "200" } ], "formats": [ @@ -67141,139 +71954,181 @@ } ] }, - "SECUROUTE.TE.PN$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.PN", - "title": "Franchissements passage à niveau", - "description": "Franchissements passage à niveau", + "tuto_scan1000_SRD$GEOPORTAIL:OGC:WMTS": { + "name": "tuto_scan1000_SRD", + "title": "SCAN 1000 Corse", + "description": "Données SCAN 1000 sur la Corse", "globalConstraint": { "maxScaleDenominator": 559082264.0287179, "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": 8.35477, + "right": 9.75281, + "top": 43.0475, + "bottom": 41.2349 } }, "serviceParams": { "id": "OGC:WMTS", "version": "1.0.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wmts" } }, "defaultProjection": "EPSG:3857", "wmtsOptions": { "tileMatrixSetLink": "PM", "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" + "0": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "0", + "maxTileCol": "0" }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" + "1": { + "minTileRow": "0", + "maxTileRow": "0", + "minTileCol": "1", + "maxTileCol": "1" }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" + "2": { + "minTileRow": "1", + "maxTileRow": "1", + "minTileCol": "2", + "maxTileCol": "2" }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" + "3": { + "minTileRow": "2", + "maxTileRow": "2", + "minTileCol": "4", + "maxTileCol": "4" }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" + "4": { + "minTileRow": "5", + "maxTileRow": "5", + "minTileCol": "8", + "maxTileCol": "8" }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" + "5": { + "minTileRow": "11", + "maxTileRow": "11", + "minTileCol": "16", + "maxTileCol": "16" }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" + "6": { + "minTileRow": "23", + "maxTileRow": "23", + "minTileCol": "33", + "maxTileCol": "33" }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" + "7": { + "minTileRow": "47", + "maxTileRow": "47", + "minTileCol": "66", + "maxTileCol": "67" }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" + "8": { + "minTileRow": "94", + "maxTileRow": "95", + "minTileCol": "133", + "maxTileCol": "134" }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" + "9": { + "minTileRow": "188", + "maxTileRow": "191", + "minTileCol": "267", + "maxTileCol": "269" }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" + "10": { + "minTileRow": "376", + "maxTileRow": "383", + "minTileCol": "535", + "maxTileCol": "539" } } }, "styles": [ { - "name": "FRANCHISSEMENTS PASSAGE A NIVEAU", - "title": "FRANCHISSEMENTS PASSAGE A NIVEAU", + "name": "normal", + "title": "Données Brutes", "current": true, "url": null } ], - "legends": [ + "legends": [], + "formats": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.PN.GE-legend.png", - "minScaleDenominator": "500" - }, + "name": "image/jpeg", + "current": true + } + ] + }, + "ADMINEXPRESS-COG-CARTO.LATEST$GEOPORTAIL:OGC:WMS": { + "name": "ADMINEXPRESS-COG-CARTO.LATEST", + "title": "ADMINEXPRESS COG CARTO", + "description": "Limites administratives Express COG code officiel géographique 2023", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.PN.PE-legend.png", - "minScaleDenominator": "200000" + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false } ] }, - "SECUROUTE.TE.PND$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.PND", - "title": "Franchissements passage à niveau difficile", - "description": "Franchissements passage à niveau difficile", + "ADMINEXPRESS-COG.LATEST$GEOPORTAIL:OGC:WMS": { + "name": "ADMINEXPRESS-COG.LATEST", + "title": "ADMINEXPRESS COG", + "description": "Limites administratives Express COG code officiel géographique. 2023", "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, "bbox": { "left": -63.3725, "right": 55.9259, @@ -67282,124 +72137,57 @@ } }, "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", + "id": "OGC:WMS", + "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" - }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - } - } - }, + "queryable": true, + "metadata": [], "styles": [ { - "name": "FRANCHISSEMENTS PASSAGE A NIVEAU DIFFICILE", - "title": "FRANCHISSEMENTS PASSAGE A NIVEAU DIFFICILE", - "current": true, - "url": null + "name": "ADMINEXPRESS-COG", + "title": "Légende du 1/1000000" } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.PND.GE-legend.png", - "minScaleDenominator": "500" - }, - { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.PND.PE-legend.png", - "minScaleDenominator": "200000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ADMINEXPRESS-COG.LATEST-legend.png" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false } ] }, - "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.TE120", - "title": "Tronçons routiers TE120", - "description": "Tronçons routiers TE120", + "ADMINEXPRESS_COG_2020$GEOPORTAIL:OGC:WMS": { + "name": "ADMINEXPRESS_COG_2020", + "title": "ADMINEXPRESS_COG (2022)", + "description": "Limites administratives Express COG code officiel géographique 2022", "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, "bbox": { "left": -63.3725, "right": 55.9259, @@ -67408,585 +72196,268 @@ } }, "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", + "id": "OGC:WMS", + "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" - }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - } - } - }, + "queryable": true, + "metadata": [], "styles": [ { - "name": "RESEAU ROUTIER TE120", - "title": "RESEAU ROUTIER TE120", - "current": true, - "url": null + "name": "normal", + "title": "Légende générique" } ], "legends": [ { - "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.TE120-legend.png", - "minScaleDenominator": "8000" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false } ] }, - "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.TE72", - "title": "Tronçons routiers TE72", - "description": "Tronçons routiers TE72", + "Aire-Parcellaire$GEOPORTAIL:OGC:WMS": { + "name": "Aire-Parcellaire", + "title": "Délimitation parcellaire AOC viticole", + "description": "Selon les règlements européens n°110/2008 du 15 janvier 2008, n°1151/2012 du 21 novembre 2012 et n°1308/2013 de l’OCM , le cahier des charges des appellations définit l’aire géographique. Le terme de « délimitation parcellaire » désigne une aire qui repose sur les limites administratives du cadastre (les parcelles) et dont le maillage suffisamment fin permet de tenir compte de variations très localisées des éléments du milieu physique. Elle correspond à l'aire de production de la matière première. Elle est incluse dans l'aire géographique. Données produites par l'Institut National des Origines et la Qualité (INAO)", "globalConstraint": { + "minScaleDenominator": 2132.72958385, "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", + "id": "OGC:WMS", + "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" - }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - } - } - }, + "queryable": false, + "metadata": [], "styles": [ { - "name": "RESEAU ROUTIER TE72", - "title": "RESEAU ROUTIER TE72", - "current": true, - "url": null + "name": "AOCViticole", + "title": "Légende du 1/1000000" } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.TE72-legend.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/annexes/ressources/legendes/INAO-new-legend.png" } ], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false } ] }, - "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMTS": { - "name": "SECUROUTE.TE.TE94", - "title": "Tronçons routiers TE94", - "description": "Tronçons routiers TE94", + "BDCARTO_ETAT-MAJOR.NIVEAU3$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO_ETAT-MAJOR.NIVEAU3", + "title": "BD CARTO Etat-major 13-03-2023", + "description": "Représentation de l'occupation du sol de la France métropolitaine au 19e siècle. La production des données est réalisée à partir des cartes d'Etat-major, élaborées entre 1825 et 1866. Elle est complétée par des mises à jour partielles (ajout des voies de chemin de fer notamment) jusqu'en 1889. Seul le niveau 3 de géoréférencement de niveau 3 est visible sur le site Géoportail. Il existe un géoréférencement de niveau 4 de meilleure qualité disponible. Source : IGN", "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": -5.52303725, + "right": 7.35518119, + "top": 51.08427873, + "bottom": 43.09602342 } }, "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", + "id": "OGC:WMS", + "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "6": { - "minTileRow": "21", - "maxTileRow": "35", - "minTileCol": "20", - "maxTileCol": "41" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "71", - "minTileCol": "41", - "maxTileCol": "83" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "143", - "minTileCol": "82", - "maxTileCol": "167" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "287", - "minTileCol": "165", - "maxTileCol": "335" - }, - "10": { - "minTileRow": "341", - "maxTileRow": "574", - "minTileCol": "331", - "maxTileCol": "671" - }, - "11": { - "minTileRow": "682", - "maxTileRow": "1149", - "minTileCol": "663", - "maxTileCol": "1342" - }, - "12": { - "minTileRow": "1365", - "maxTileRow": "2298", - "minTileCol": "1326", - "maxTileCol": "2684" - }, - "13": { - "minTileRow": "2731", - "maxTileRow": "4596", - "minTileCol": "2653", - "maxTileCol": "5368" - }, - "14": { - "minTileRow": "5462", - "maxTileRow": "9193", - "minTileCol": "5307", - "maxTileCol": "10737" - }, - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - } + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], "styles": [ { - "name": "RESEAU ROUTIER TE94", - "title": "RESEAU ROUTIER TE94", - "current": true, - "url": null + "name": "default-style-BDCARTO_ETAT-MAJOR.NIVEAU3", + "title": "BDCARTO_ETAT-MAJOR.NIVEAU3 style" } ], "legends": [ { "format": "image/png", - "url": "https://wxs.ign.fr/static/legends/SECUROUTE.TE.TE94-legend.png", - "minScaleDenominator": "8000" + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO_ETAT-MAJOR.NIVEAU3" } ], "formats": [ { "name": "image/png", "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false } ] }, - "TRANSPORTNETWORKS.ROADS.DIRECTION$GEOPORTAIL:OGC:WMTS": { - "name": "TRANSPORTNETWORKS.ROADS.DIRECTION", - "title": "Sens de circulation", - "description": "Affichage des sens de circulation du réseau routier", + "BDCARTO_ETAT-MAJOR.NIVEAU4$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO_ETAT-MAJOR.NIVEAU4", + "title": "BD CARTO Etat-major 16-02-2023", + "description": "Représentation de l'occupation du sol de la France métropolitaine au 19e siècle. La production des données est réalisée à partir des cartes d'Etat-major, élaborées entre 1825 et 1866. Elle est complétée par des mises à jour partielles (ajout des voies de chemin de fer notamment) jusqu'en 1889. Source : IGN", "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -63.3725, - "right": 55.9259, - "top": 51.3121, - "bottom": -21.4756 + "left": 2.27143298, + "right": 7.33718287, + "top": 46.80272707, + "bottom": 44.00271216 } }, "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", + "id": "OGC:WMS", + "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "15": { - "minTileRow": "10924", - "maxTileRow": "18386", - "minTileCol": "10615", - "maxTileCol": "21474" - }, - "16": { - "minTileRow": "21849", - "maxTileRow": "36772", - "minTileCol": "21231", - "maxTileCol": "42948" - }, - "17": { - "minTileRow": "43698", - "maxTileRow": "73544", - "minTileCol": "42462", - "maxTileCol": "85897" - }, - "18": { - "minTileRow": "87397", - "maxTileRow": "147089", - "minTileCol": "84925", - "maxTileCol": "171795" - } + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], "styles": [ { - "name": "normal", - "title": "Légende générique", - "current": true, - "url": null + "name": "default-style-BDCARTO_ETAT-MAJOR.NIVEAU4", + "title": "BDCARTO_ETAT-MAJOR.NIVEAU4 style" } ], "legends": [ { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO_ETAT-MAJOR.NIVEAU4" } ], - "formats": [ - { - "name": "image/png", - "current": true - } - ] - }, - "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMTS": { - "name": "TRANSPORTS.DRONES.RESTRICTIONS", - "title": "Restrictions UAS catégorie Ouverte et Aéromodélisme", - "description": "Représentation des zones soumises à interdictions ou à restrictions pour l’usage, à titre de loisir, d’aéronefs télépilotés (ou drones), sur le territoire métropolitain, à jour au 07-2020 Elle intègre partiellement les interdictions s'appuyant sur des données non publiées à l'AIP et ne couvre pas les interdictions temporaires. Cette carte est basée sur l’arrêté « espace » du 09/11/2017. La représentation des zones soumises à interdictions ou à restrictions n’engage pas la responsabilité des producteurs de la donnée. Le contour des agglomérations est fourni à titre purement indicatif. Consultez les interdictions temporaires sur https://www.sia.aviation-civile.gouv.fr/.", - "globalConstraint": { - "maxScaleDenominator": 559082264.0287179, - "minScaleDenominator": 266.5911979812229, - "bbox": { - "left": -9.88147, - "right": 11.6781, - "top": 51.4428, - "bottom": 40.576 - } - }, - "serviceParams": { - "id": "OGC:WMTS", - "version": "1.0.0", - "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/wmts" - } - }, - "defaultProjection": "EPSG:3857", - "wmtsOptions": { - "tileMatrixSetLink": "PM", - "tileMatrixSetLimits": { - "3": { - "minTileRow": "2", - "maxTileRow": "3", - "minTileCol": "3", - "maxTileCol": "4" - }, - "4": { - "minTileRow": "5", - "maxTileRow": "6", - "minTileCol": "7", - "maxTileCol": "8" - }, - "5": { - "minTileRow": "10", - "maxTileRow": "12", - "minTileCol": "15", - "maxTileCol": "17" - }, - "6": { - "minTileRow": "21", - "maxTileRow": "24", - "minTileCol": "30", - "maxTileCol": "34" - }, - "7": { - "minTileRow": "42", - "maxTileRow": "48", - "minTileCol": "60", - "maxTileCol": "68" - }, - "8": { - "minTileRow": "85", - "maxTileRow": "96", - "minTileCol": "120", - "maxTileCol": "136" - }, - "9": { - "minTileRow": "170", - "maxTileRow": "192", - "minTileCol": "241", - "maxTileCol": "272" - }, - "10": { - "minTileRow": "340", - "maxTileRow": "385", - "minTileCol": "483", - "maxTileCol": "545" - }, - "11": { - "minTileRow": "681", - "maxTileRow": "771", - "minTileCol": "967", - "maxTileCol": "1090" - }, - "12": { - "minTileRow": "1363", - "maxTileRow": "1542", - "minTileCol": "1935", - "maxTileCol": "2180" - }, - "13": { - "minTileRow": "2726", - "maxTileRow": "3084", - "minTileCol": "3871", - "maxTileCol": "4361" - }, - "14": { - "minTileRow": "5452", - "maxTileRow": "6168", - "minTileCol": "7742", - "maxTileCol": "8723" - }, - "15": { - "minTileRow": "10905", - "maxTileRow": "12336", - "minTileCol": "15484", - "maxTileCol": "17446" - } - } - }, - "styles": [ - { - "name": "normal", - "title": "Légende générique", - "current": true, - "url": null - } - ], - "legends": [ - { - "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg", - "minScaleDenominator": "200" - } - ], - "formats": [ - { - "name": "image/png", - "current": true - } - ] - }, - "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.1TE", - "title": "SECUROUTE.TE.1TE", - "description": "Layer-Group type layer: SECUROUTE.TE.1TE", - "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, - "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 - } - }, - "serviceParams": { - "id": "OGC:WMS", - "version": "1.3.0", - "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" - } - }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ - { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" - } - ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -68074,37 +72545,42 @@ } ] }, - "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.2TE48", - "title": "SECUROUTE.TE.2TE48", - "description": "Layer-Group type layer: SECUROUTE.TE.2TE48", + "CADASTRALPARCELS.HEATMAP$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.HEATMAP", + "title": "Décalage de la représentation cadastrale", + "description": "Cartographie des décalages entre les données BD Parcellaire et Parcellaire Express", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -5.14076796, + "right": 9.55990504, + "top": 64.15154681, + "bottom": -4.46233984 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "default-style-CADASTRALPARCELS.HEATMAP", + "title": "CADASTRALPARCELS.HEATMAP style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRALPARCELS.HEATMAP" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -68192,155 +72668,251 @@ } ] }, - "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.ALL", - "title": "SECUROUTE.TE.ALL", - "description": "Layer-Group type layer: SECUROUTE.TE.ALL", + "CADASTRALPARCELS.HISTO.2008-2013.PARCELS$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.HISTO.2008-2013.PARCELS", + "title": "Parcelles cadastrales historiques (2008-2013)", + "description": "Limites des parcelles cadastrales historiques (2008-2013) issues de plans scannés et de plans numériques.", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 62236752975597, + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -63.1607, + "right": 55.8464, + "top": 51.0945, + "bottom": -21.3922 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], - "styles": [], - "legends": [], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true }, { - "name": "application/atom+xml", + "name": "image/png", "current": false }, { - "name": "application/json;type=utfgrid", + "name": "image/tiff", "current": false }, { - "name": "application/pdf", + "name": "image/geotiff", "current": false }, { - "name": "application/rss+xml", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "CADASTRALPARCELS.PARCELLAIRE_EXPRESS$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.PARCELLAIRE_EXPRESS", + "title": "Parcellaire cadastral", + "description": "Parcellaire cadastral édition : 2023-07-01", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" }, { - "name": "application/vnd.google-earth.kml+xml", - "current": false + "name": "PCI vecteur", + "title": "PCI vecteur" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CADASTRALPARCELS.PARCELLAIRE_EXPRESS.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "application/vnd.google-earth.kmz", + "name": "image/png", "current": false }, { - "name": "image/geotiff", + "name": "image/tiff", "current": false }, { - "name": "image/geotiff8", + "name": "image/geotiff", "current": false }, { - "name": "image/gif", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "CADASTRALPARCELS.PARCELS$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.PARCELS", + "title": "BDPARCELLAIRE-IMAGE WM 2018-09-27", + "description": "Parcelles cadastrales.", + "globalConstraint": { + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1607, + "right": 55.8464, + "top": 51.091, + "bottom": -21.3922 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" }, { - "name": "image/jpeg", - "current": false + "name": "bdparcellaire_o", + "title": "BD Parcellaire orange transparente" }, { - "name": "image/png; mode=8bit", - "current": false + "name": "bdparcellaire", + "title": "BD Parcellaire Noire et transparente" }, { - "name": "image/svg+xml", - "current": false + "name": "bdparcellaire_b", + "title": "BD Parcellaire blanc transparente" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "name": "image/tiff", - "current": false + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "name": "image/tiff8", - "current": false + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "name": "image/vnd.jpeg-png", - "current": false + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "image/vnd.jpeg-png8", + "name": "image/png", "current": false }, { - "name": "text/html; subtype=openlayers", + "name": "image/tiff", "current": false }, { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] }, - "SECUROUTE.TE.OA$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.OA", - "title": "SECUROUTE.TE.OA", - "description": "Layer-Group type layer: SECUROUTE.TE.OA", + "CADASTRALPARCELS.QUALREFBDP$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.QUALREFBDP", + "title": "Qualité du géoréférencement de la BD Parcellaire", + "description": "Qualité du géoréférencement de la BD Parcellaire", "globalConstraint": { - "minScaleDenominator": 500.0, + "minScaleDenominator": 0.0, "maxScaleDenominator": 62236752975597, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -63.15313141, + "right": 55.83668587, + "top": 51.0888974, + "bottom": -21.38974726 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "default-style-CADASTRALPARCELS.QUALREFBDP", + "title": "CADASTRALPARCELS.QUALREFBDP style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRALPARCELS.QUALREFBDP" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -68428,92 +73000,49 @@ } ] }, - "SECUROUTE.TE.PN$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.PN", - "title": "SECUROUTE.TE.PN", - "description": "Layer-Group type layer: SECUROUTE.TE.PN", + "CP.CadastralParcel$GEOPORTAIL:OGC:WMS": { + "name": "CP.CadastralParcel", + "title": "BDParcellaire", + "description": "Parcelles cadastrales.", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 62236752975597, + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -63.1607, + "right": 55.8464, + "top": 51.091, + "bottom": -21.3922 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "inspire_common:DEFAULT", + "title": "Style INSPIRE" } ], - "styles": [], - "legends": [], - "formats": [ - { - "name": "image/png", - "current": true - }, - { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, - { - "name": "application/vnd.google-earth.kmz", - "current": false - }, - { - "name": "image/geotiff", - "current": false - }, - { - "name": "image/geotiff8", - "current": false - }, + "legends": [ { - "name": "image/gif", - "current": false - }, + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ { "name": "image/jpeg", - "current": false - }, - { - "name": "image/png; mode=8bit", - "current": false + "current": true }, { - "name": "image/svg+xml", + "name": "image/png", "current": false }, { @@ -68521,62 +73050,51 @@ "current": false }, { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] }, - "SECUROUTE.TE.PND$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.PND", - "title": "SECUROUTE.TE.PND", - "description": "Layer-Group type layer: SECUROUTE.TE.PND", + "DREAL.ZONAGE_PINEL$GEOPORTAIL:OGC:WMS": { + "name": "DREAL.ZONAGE_PINEL", + "title": "Zonage du dispositif Pinel en Bretagne 2020-2021", + "description": "La réduction d'impôt « Pinel » (code général des impôts) s'applique à l’investissement locatif réalisé dans les zones où la tension entre l'offre et la demande de logements est la plus forte. La loi n°2019-1479 du 28 décembre 2019 de finances pour 2020, prévoit à titre expérimental, un dispositif dérogatoire au droit commun pour la Bretagne. Ainsi, les communes ou parties de communes éligibles à la réduction d'impôt « Pinel » sont fixées par arrêté du préfet de région. Cet arrêté est pris après avis du président du conseil régional et du comité régional de l'habitat et de l'hébergement. Cet article prévoit également que le préfet de région fixe, par arrêté, les plafonds de loyer et de ressources du locataire pour chaque commune ou partie de commune éligible et par type de logement. L’une des particularités de cette expérimentation réside dans l’éligibilité du dispositif qui peut être limitée à une partie seulement du territoire communal. Lorsqu’une commune n’est éligible que pour une partie de son territoire, deux approches sont distinguées, à savoir à la maille de l’IRIS (correspondant à un quartier) ou à la maille du carreau de 200 mètres sur 200 mètres.", "globalConstraint": { - "minScaleDenominator": 500.0, + "minScaleDenominator": 0.0, "maxScaleDenominator": 62236752975597, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -180.0, + "right": 180.0, + "top": 85.0, + "bottom": -85.0 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "default-style-DREAL.ZONAGE_PINEL", + "title": "DREAL.ZONAGE_PINEL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DREAL.ZONAGE_PINEL" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -68664,37 +73182,101 @@ } ] }, - "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.TE120", - "title": "SECUROUTE.TE.TE120", - "description": "Layer-Group type layer: SECUROUTE.TE.TE120", + "EL.GridCoverage$GEOPORTAIL:OGC:WMS": { + "name": "EL.GridCoverage", + "title": "Carte du relief", + "description": "La couche altitude se compose d'un MNT (Modèle Numérique de Terrain) affiché en teintes hypsométriques et issu de la BD ALTI®.", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, + "minScaleDenominator": 34123.673341597, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "inspire_common:DEFAULT", + "title": "Style INSPIRE" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ELEVATION.CONTOUR.LINE$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.CONTOUR.LINE", + "title": "Courbes de niveau", + "description": "Le produit « Courbes de niveau » est un modèle numérique de terrain sous forme de courbes de même altitude, appelées aussi « isoplèthes d’altitude », ou plus techniquement « isohypses ». Ces courbes permettent la description du relief français.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15340092, + "right": 55.83678733, + "top": 51.12086835, + "bottom": -21.3896732 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "name": "default-style-ELEVATION.CONTOUR.LINE", + "title": "ELEVATION.CONTOUR.LINE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ELEVATION.CONTOUR.LINE" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -68782,186 +73364,246 @@ } ] }, - "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.TE72", - "title": "SECUROUTE.TE.TE72", - "description": "Layer-Group type layer: SECUROUTE.TE.TE72", + "ELEVATION.ELEVATIONGRIDCOVERAGE$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE", + "title": "MNT BDAlti V1", + "description": "BDAlti V1 au pas de 25m", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, + "minScaleDenominator": 1.226152693, + "maxScaleDenominator": 2511.160714286, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -64.0, + "right": 168.0, + "top": 52.0, + "bottom": -23.0 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "IGNF:WGS84G", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], - "styles": [], - "legends": [], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true }, { - "name": "application/atom+xml", + "name": "image/png", "current": false }, { - "name": "application/json;type=utfgrid", + "name": "image/tiff", "current": false }, { - "name": "application/pdf", + "name": "image/geotiff", "current": false }, { - "name": "application/rss+xml", + "name": "image/x-bil;bits=32", "current": false - }, + } + ] + }, + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES", + "title": "Modèle Numérique de Terrain issu du RGEALTI", + "description": "Modèle Numérique de Terrain issu du RGEALTI", + "globalConstraint": { + "minScaleDenominator": 0.153269087, + "maxScaleDenominator": 39.236886161, + "bbox": { + "left": -62.9528, + "right": 45.3043, + "top": 51.1053, + "bottom": -13.0078 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:WGS84G", + "queryable": false, + "metadata": [], + "styles": [ { - "name": "application/vnd.google-earth.kml+xml", - "current": false + "name": "normal", + "title": "Légende générique" }, { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", - "current": false - }, + "name": "estompage_grayscale", + "title": "Estompage" + } + ], + "legends": [ { - "name": "application/vnd.google-earth.kmz", - "current": false + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "name": "image/geotiff", - "current": false - }, + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ { - "name": "image/geotiff8", - "current": false + "name": "image/jpeg", + "current": true }, { - "name": "image/gif", + "name": "image/png", "current": false }, { - "name": "image/jpeg", + "name": "image/tiff", "current": false }, { - "name": "image/png; mode=8bit", + "name": "image/geotiff", "current": false }, { - "name": "image/svg+xml", + "name": "image/x-bil;bits=32", "current": false - }, + } + ] + }, + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS", + "title": "Modèle numérique de surface", + "description": "Modèle numérique de surface (MNS)", + "globalConstraint": { + "minScaleDenominator": 0.019158636, + "maxScaleDenominator": 156.947544643, + "bbox": { + "left": -63.1968, + "right": 55.8639, + "top": 51.22, + "bottom": -21.4338 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:WGS84G", + "queryable": false, + "metadata": [], + "styles": [ { - "name": "image/tiff", - "current": false + "name": "normal", + "title": "Légende générique" }, { - "name": "image/tiff8", - "current": false + "name": "estompage_grayscale", + "title": "Estompage" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" }, { - "name": "image/vnd.jpeg-png", - "current": false + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "image/vnd.jpeg-png8", + "name": "image/png", "current": false }, { - "name": "text/html; subtype=openlayers", + "name": "image/tiff", "current": false }, { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] }, - "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMS": { - "name": "SECUROUTE.TE.TE94", - "title": "SECUROUTE.TE.TE94", - "description": "Layer-Group type layer: SECUROUTE.TE.TE94", + "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS.SHADOW$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES.MNS.SHADOW", + "title": "Estompage appliqué au Modèle Numérique de Surface", + "description": "Modèle Numérique de Surface (MNS) avec un style par défaut produisant de l'estompage.", "globalConstraint": { - "minScaleDenominator": 500.0, - "maxScaleDenominator": 10000000.0, + "minScaleDenominator": 0.019158636, + "maxScaleDenominator": 156.947544643, "bbox": { - "left": -5.5, - "right": 9.9, - "top": 51.3, - "bottom": 41.2 + "left": -63.1968, + "right": 55.8639, + "top": 51.22, + "bottom": -21.4338 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, - "defaultProjection": "EPSG:4326", - "queryable": true, - "metadata": [ + "defaultProjection": "IGNF:WGS84G", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=MTD_Produit_Vecteur.xml" + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], - "styles": [], - "legends": [], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true }, { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "name": "image/png", "current": false }, { - "name": "application/vnd.google-earth.kmz", + "name": "image/tiff", "current": false }, { @@ -68969,23 +73611,54 @@ "current": false }, { - "name": "image/geotiff8", + "name": "image/x-bil;bits=32", "current": false - }, + } + ] + }, + "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SHADOW", + "title": "Estompage", + "description": "Couche d'ombrage calculée à partir des données altimétriques de l'IGN permettant de mieux appréhender le relief. L'estompage proposé est réalisé à partir des données MNT BDAlti au pas de 25m avec deux soleils : un au nord-est de hauteur 45°, l'autre zénithal.", + "globalConstraint": { + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.187, + "right": 55.8884, + "top": 50.9218, + "bottom": -21.4069 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ { - "name": "image/gif", - "current": false - }, + "name": "estompage_grayscale", + "title": "Estompage" + } + ], + "legends": [ { - "name": "image/jpeg", - "current": false - }, + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ { - "name": "image/png; mode=8bit", - "current": false + "name": "image/jpeg", + "current": true }, { - "name": "image/svg+xml", + "name": "image/png", "current": false }, { @@ -68993,70 +73666,73 @@ "current": false }, { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] }, - "TRANSPORTNETWORKS.ROADS.DIRECTION$GEOPORTAIL:OGC:WMS": { - "name": "TRANSPORTNETWORKS.ROADS.DIRECTION", - "title": "Sens de circulation", - "description": "Affichage des sens de circulation du réseau routier", + "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3", + "title": "MNT SRTM3", + "description": "MNT SRTM3 construit par la NASA et le NGA.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 2.452305385, + "maxScaleDenominator": 1255.580357143, "bbox": { - "left": -63.372521503, - "right": 55.925864577, - "top": 51.312119281, - "bottom": -21.475586668 + "left": -180.0, + "right": 180.0, + "top": 61.0004, + "bottom": -56.0004 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/r/wms?" + "full": "https://data.geopf.fr/wms-r/wms" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "IGNF:WGS84G", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=IGNF_BDTOPOr_3-0Beta.xml" - } - ], + "metadata": [], "styles": [ { "name": "normal", "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], "formats": [ @@ -69079,52 +73755,43 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMS": { - "name": "TRANSPORTS.DRONES.RESTRICTIONS", - "title": "Restrictions UAS catégorie Ouverte et Aéromodélisme", - "description": "Représentation des zones soumises à interdictions ou à restrictions pour l’usage, à titre de loisir, d’aéronefs télépilotés (ou drones), sur le territoire métropolitain, à jour au 07-2020. Elle intègre partiellement les interdictions s'appuyant sur des données non publiées à l'AIP et ne couvre pas les interdictions temporaires. Cette carte est basée sur l’arrêté « espace » du 09/11/2017. La représentation des zones soumises à interdictions ou à restrictions n’engage pas la responsabilité des producteurs de la donnée. Le contour des agglomérations est fourni à titre purement indicatif. Consultez les interdictions temporaires sur https://www.sia.aviation-civile.gouv.fr/.", + "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", + "title": "Seuils de pente pour l'agriculture", + "description": "La carte expérimentale des seuils de pente pour l'agriculture est dérivée du MNT RGEAlti, modèle numérique de terrain maillé au pas de 1 m. Les seuils de représentation de cette carte sont : 7% à 10% : bleu, 10% à 15% : mauve, 15% à 20% : orange, plus de 20% : rouge. Données disponibles en France Métropolitaine du 1/4265 au 1/69885283 - mise à jour du 30/06/2017.", "globalConstraint": { - "minScaleDenominator": 267.857142857, - "maxScaleDenominator": 559082264.2857143, + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 69885283.00358963, "bbox": { - "left": -9.881468125, - "right": 11.678098694, - "top": 51.44281758, - "bottom": 40.575989819 + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/r/wms?" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", "queryable": false, - "metadata": [ - { - "format": "xml", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=RESTRICTIONS_DRONES_FRANCE_METROPOLITAINE.xml" - } - ], + "metadata": [], "styles": [ { - "name": "normal", - "title": "Légende générique" + "name": "ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD", + "title": "Valeur de pente en %" } ], "legends": [ { "format": "image/jpeg", - "url": "https://wxs.ign.fr/static/legends/LEGEND.jpg" + "url": "https://data.geopf.fr/annexes/ressources/legendes/ELEVATION.ELEVATIONGRIDCOVERAGE.THRESHOLD-legend.png" } ], "formats": [ @@ -69147,44 +73814,45 @@ { "name": "image/x-bil;bits=32", "current": false - }, - { - "name": "text/asc", - "current": false } ] }, - "DGAC-PEB-POI_BDD_WLD_WM$GEOPORTAIL:OGC:WMS": { - "name": "DGAC-PEB-POI_BDD_WLD_WM", - "title": "DGAC-PEB-POI_BDD_WLD_WM", - "description": "Layer-Group type layer: DGAC-PEB-POI_BDD_WLD_WM", + "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY$GEOPORTAIL:OGC:WMS": { + "name": "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", + "title": "Masque de source du RGE Alti", + "description": "Informations sur la précision du RGEAlti.", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 15000000.0, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -61.52583300000002, - "right": 55.51634200000002, - "top": 50.68722199999998, - "bottom": -21.321535999999973 + "left": -63.18904211, + "right": 55.84453236, + "top": 51.12965159, + "bottom": -21.42727734 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DGAC_PEB.xml" + "name": "default-style-ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY", + "title": "ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ELEVATIONGRIDCOVERAGE.HIGHRES.QUALITY" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -69272,37 +73940,42 @@ } ] }, - "DGAC-PEB_BDD_FXX_WM_WMS$GEOPORTAIL:OGC:WMS": { - "name": "DGAC-PEB_BDD_FXX_WM_WMS", - "title": "DGAC-PEB_BDD_FXX_WM_WMS", - "description": "Layer-Group type layer: DGAC-PEB_BDD_FXX_WM_WMS", + "FORETS.PUBLIQUES$GEOPORTAIL:OGC:WMS": { + "name": "FORETS.PUBLIQUES", + "title": "Forêts publiques", + "description": "Localisation des forêts publiques domaniales et non domaniales (communales, sectionales, départementales et d'établissements publics) gérées par l'Office national des forêts (ONF).", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 8000000.0, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -61.59890399999998, - "right": 55.58267700000002, - "top": 50.700963999999985, - "bottom": -21.335064000000035 + "left": -61.80976436, + "right": 55.83659517, + "top": 50.8634572, + "bottom": -21.37682085 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DGAC_PEB.xml" + "name": "default-style-FORETS.PUBLIQUES", + "title": "FORETS.PUBLIQUES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=FORETS.PUBLIQUES" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -69390,37 +74063,42 @@ } ] }, - "DGAC-PGS-POI_BDD_FXX_WM_WM$GEOPORTAIL:OGC:WMS": { - "name": "DGAC-PGS-POI_BDD_FXX_WM_WM", - "title": "DGAC-PGS-POI_BDD_FXX_WM_WM", - "description": "Layer-Group type layer: DGAC-PGS-POI_BDD_FXX_WM_WM", + "GEOGRAPHICALGRIDSYSTEM.DFCI$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEM.DFCI", + "title": "Carroyage DFCI", + "description": "Le « carroyage DFCI » est un système de maillage géographique utilisé en France par les acteurs de la Défense des Forêts Contre les Incendies (DFCI). Le territoire métropolitain est couvert par des carrés de 100 km de côté, identifiables par deux lettres. Chaque carré de 100 km est divisé en 25 carrés de 20 km de côté, numérotés par des chiffres pairs de 0 à 8. Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. L'unité élémentaire est un carreau de 2 kilomètres de côté, défini par 6 caractères (exemple : KD42F7). Pour désigner un point à l'intérieur de l'unité élémentaire, la précision est obtenue en découpant ce carré en cinq zones numérotées de 1 à 5. Il a été créé sur une grille qui s'appuie sur la projection Lambert II étendue. Depuis 2009, il est re-projeté en Lambert 93 avec une légère déformation des angles et des surfaces. Carroyage DFCI (2 km) : Chaque carré de 20 km est divisé en 100 carrés de 2 km de côté, numérotés par un groupe composé d'une lettre et d'un chiffre. Les carrés de 2 km sont dénommés de A à L (sauf I et J) pour les abscisses, et numérotés de 0 à 9 pour les ordonnées. Date des données : 7 juin 2016", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 15000000.0, + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, "bbox": { - "left": -1.607808000898328, - "right": 7.529222000898308, - "top": 49.45442200058398, - "bottom": 43.436633999347684 + "left": -5.52344284, + "right": 10.81600641, + "top": 51.0945837, + "bottom": 40.27275277 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" } }, - "defaultProjection": "EPSG:3857", + "defaultProjection": "EPSG:4326", "queryable": true, - "metadata": [ + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DGAC_PEB.xml" + "name": "default-style-GEOGRAPHICALGRIDSYSTEM.DFCI", + "title": "GEOGRAPHICALGRIDSYSTEM.DFCI style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GEOGRAPHICALGRIDSYSTEM.DFCI" } ], - "styles": [], - "legends": [], "formats": [ { "name": "image/png", @@ -69508,68 +74186,53 @@ } ] }, - "DGAC-PGS_BDD_FXX_WM_WMS$GEOPORTAIL:OGC:WMS": { - "name": "DGAC-PGS_BDD_FXX_WM_WMS", - "title": "DGAC-PGS_BDD_FXX_WM_WMS", - "description": "Layer-Group type layer: DGAC-PGS_BDD_FXX_WM_WMS", + "GEOGRAPHICALGRIDSYSTEMS.COASTALMAPS$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.COASTALMAPS", + "title": "Carte littorale (SHOM/IGN)", + "description": "Le produit SCAN Littoral® version 1 est une collection d'images cartographiques numériques continues du littoral en couleur, obtenue par assemblage géoréférencé et dallé des données raster des cartes marines du SHOM et des cartes terrestres au 1:25,000ième de l'IGN. Le produit SCAN Littoral® se compose d'images numériques sans habillage ni légende ni indications de géoréférencement.Plus des images scannées complémentaires du SIEL.", "globalConstraint": { - "minScaleDenominator": 25000.0, - "maxScaleDenominator": 8000000.0, + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": -1.645795000000003, - "right": 7.5517369999999975, - "top": 49.48955499999997, - "bottom": 43.365423000000014 + "left": -61.8799, + "right": 56.1352, + "top": 51.1895, + "bottom": -21.5205 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "queryable": false, + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DGAC_PEB.xml" + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], - "styles": [], - "legends": [], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true }, { - "name": "application/atom+xml", - "current": false - }, - { - "name": "application/json;type=utfgrid", - "current": false - }, - { - "name": "application/pdf", - "current": false - }, - { - "name": "application/rss+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml", - "current": false - }, - { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "name": "image/png", "current": false }, { - "name": "application/vnd.google-earth.kmz", + "name": "image/tiff", "current": false }, { @@ -69577,23 +74240,54 @@ "current": false }, { - "name": "image/geotiff8", + "name": "image/x-bil;bits=32", "current": false - }, + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR10", + "title": "Carte de l'état-major - environs de Paris (1818 - 1824)", + "description": "Carte des environs de Paris au 1 : 10 000 établie entre 1818 et 1824.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": 1.82682, + "right": 2.79738, + "top": 49.5142, + "bottom": 48.3847 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ { - "name": "image/gif", - "current": false - }, + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ { - "name": "image/jpeg", - "current": false - }, + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ { - "name": "image/png; mode=8bit", - "current": false + "name": "image/jpeg", + "current": true }, { - "name": "image/svg+xml", + "name": "image/png", "current": false }, { @@ -69601,93 +74295,121 @@ "current": false }, { - "name": "image/tiff8", - "current": false - }, - { - "name": "image/vnd.jpeg-png", - "current": false - }, - { - "name": "image/vnd.jpeg-png8", - "current": false - }, - { - "name": "text/html; subtype=openlayers", - "current": false - }, - { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] }, - "TRANSPORTS.AIRNOISE$GEOPORTAIL:OGC:WMS": { - "name": "TRANSPORTS.AIRNOISE", - "title": "TRANSPORTS.AIRNOISE", - "description": "Layer-Group type layer: TRANSPORTS.AIRNOISE", + "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40", + "title": "Carte de l'état-major (1820-1866)", + "description": "Carte française en couleurs du XIXè siècle en couleurs superposable aux cartes et données modernes.", "globalConstraint": { - "minScaleDenominator": 0.0, - "maxScaleDenominator": 62236752975597, + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 8735660.375448715, "bbox": { - "left": -149.70617099999964, - "right": 167.60404399999982, - "top": 51.079720000000016, - "bottom": -22.666306000000013 + "left": -6.08889, + "right": 10.961, + "top": 51.2745, + "bottom": 41.1844 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "queryable": false, + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DGAC_PEB.xml" + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" } ], - "styles": [], - "legends": [], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true }, { - "name": "application/atom+xml", + "name": "image/png", "current": false }, { - "name": "application/json;type=utfgrid", + "name": "image/tiff", "current": false }, { - "name": "application/pdf", + "name": "image/geotiff", "current": false }, { - "name": "application/rss+xml", + "name": "image/x-bil;bits=32", "current": false - }, + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1", + "title": "Plan IGN J+1", + "description": "Représentation cartographique de la base de production du Référentiel à Grande Echelle actualisée quotidiennement.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 80.0, + "bottom": -80.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ { - "name": "application/vnd.google-earth.kml+xml", - "current": false + "name": "normal", + "title": "Données Brutes" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.MAPS.BDUNI.J1-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "name": "image/png", "current": false }, { - "name": "application/vnd.google-earth.kmz", + "name": "image/tiff", "current": false }, { @@ -69695,23 +74417,121 @@ "current": false }, { - "name": "image/geotiff8", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950", + "title": "SCAN50 Historique de 1950", + "description": "SCAN50 produit ppar l'IGN en 1950", + "globalConstraint": { + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 69885283.00358963, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "SCAN50_1950", + "title": "SCAN 50 historique" }, { - "name": "image/gif", - "current": false + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950-legend.png" }, + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ { "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", "current": false }, { - "name": "image/png; mode=8bit", + "name": "image/tiff", "current": false }, { - "name": "image/svg+xml", + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", + "title": "Plan IGN v2", + "description": "Cartographie multi-échelles sur le territoire national, issue des bases de données vecteur de l’IGN, mis à jour régulièrement et réalisée selon un processus entièrement automatisé.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -175.0, + "right": 175.0, + "top": 85.0, + "bottom": -85.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2", + "title": "Données GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", "current": false }, { @@ -69719,117 +74539,294 @@ "current": false }, { - "name": "image/tiff8", + "name": "image/geotiff", "current": false }, { - "name": "image/vnd.jpeg-png", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.MOUNTAIN", + "title": "Carte des pentes", + "description": "Carte des zones ayant une valeur de pente supérieure à 30°-35°-40°-45° d'après la BD ALTI au pas de 5m", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1614, + "right": 56.0018, + "top": 51.0991, + "bottom": -21.5446 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "image/vnd.jpeg-png8", + "name": "image/png", "current": false }, { - "name": "text/html; subtype=openlayers", + "name": "image/tiff", "current": false }, { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] }, - "TRANSPORTS.AIRNOISE.DOCS$GEOPORTAIL:OGC:WMS": { - "name": "TRANSPORTS.AIRNOISE.DOCS", - "title": "TRANSPORTS.AIRNOISE.DOCS", - "description": "Layer-Group type layer: TRANSPORTS.AIRNOISE.DOCS", + "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", + "title": "Carte des pentes pour l'agriculture sur la métropole", + "description": "Carte des zones ayant une valeur de pente supérieure à 10% - source : RGEALTI 2017 au pas de 5m - disponible jusqu'au 1/17062 - métropole uniquement - mise à jour le 12/10/2017", "globalConstraint": { - "minScaleDenominator": 1.0, - "maxScaleDenominator": 15000000.0, + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 559082264.0287179, "bbox": { - "left": -149.61138900000026, - "right": 167.4552780000003, - "top": 50.96093299999996, - "bottom": -22.588610999999986 + "left": -63.1614, + "right": 56.0018, + "top": 51.0991, + "bottom": -21.5446 } }, "serviceParams": { "id": "OGC:WMS", "version": "1.3.0", "serverUrl": { - "transports": "https://wxs.ign.fr/transports/geoportail/v/wms?SERVICE=WMS&" + "full": "https://data.geopf.fr/wms-r/wms" } }, "defaultProjection": "EPSG:3857", - "queryable": true, - "metadata": [ + "queryable": false, + "metadata": [], + "styles": [ { - "format": "text/plain", - "url": "https://wxs.ign.fr/catalogue/geoportail/csw?service=CSW&version=2.0.2&request=GetRecordById&Id=DGAC_PEB.xml" + "name": "GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC", + "title": "Données GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/GEOGRAPHICALGRIDSYSTEMS.SLOPES.PAC-legend.png" } ], - "styles": [], - "legends": [], "formats": [ { - "name": "image/png", + "name": "image/jpeg", "current": true }, { - "name": "application/atom+xml", + "name": "image/png", "current": false }, { - "name": "application/json;type=utfgrid", + "name": "image/tiff", "current": false }, { - "name": "application/pdf", + "name": "image/geotiff", "current": false }, { - "name": "application/rss+xml", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V1", + "title": "Plan Terrier V1 (XVIIIe siècle)", + "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": 8.36284, + "right": 9.75281, + "top": 43.1174, + "bottom": 41.2568 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "application/vnd.google-earth.kml+xml", + "name": "image/png", "current": false }, { - "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "name": "image/tiff", "current": false }, { - "name": "application/vnd.google-earth.kmz", + "name": "image/geotiff", "current": false }, { - "name": "image/geotiff", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.TERRIER_V2", + "title": "Plan Terrier V2 (XVIIIe siècle)", + "description": "Plan Terrier, cartographie ancienne du XVIIIème siècle sur la Corse version est une version numérisée par les archives militaires du Ministère de la Défense", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": 8.36284, + "right": 9.75282, + "top": 43.1174, + "bottom": 41.2568 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "image/geotiff8", + "name": "image/png", "current": false }, { - "name": "image/gif", + "name": "image/tiff", "current": false }, { - "name": "image/jpeg", + "name": "image/geotiff", "current": false }, { - "name": "image/png; mode=8bit", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "HR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS": { + "name": "HR.ORTHOIMAGERY.ORTHOPHOTOS", + "title": "Ortho 20 cm", + "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "image/svg+xml", + "name": "image/png", "current": false }, { @@ -69837,758 +74834,90249 @@ "current": false }, { - "name": "image/tiff8", + "name": "image/geotiff", "current": false }, { - "name": "image/vnd.jpeg-png", + "name": "image/x-bil;bits=32", "current": false + } + ] + }, + "HYDROGRAPHY.BCAE.2021$GEOPORTAIL:OGC:WMS": { + "name": "HYDROGRAPHY.BCAE.2021", + "title": "Cours d'eau BCAE 2021", + "description": "Identification des cours d'eau concernés par les règles des bonnes conditions agricoles et environnementales (BCAE) en 2021 pour les départements métropolitains. Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2021 au 31 décembre 2021. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, { - "name": "image/vnd.jpeg-png8", + "name": "image/png", "current": false }, { - "name": "text/html; subtype=openlayers", + "name": "image/tiff", "current": false }, { - "name": "text/html; subtype=openlayers2", + "name": "image/geotiff", "current": false }, { - "name": "text/html; subtype=openlayers3", + "name": "image/x-bil;bits=32", "current": false } ] - } - }, - "tileMatrixSets": { - "LAMB93": { - "projection": "EPSG:2154", - "nativeResolutions": [ - "104579.224549894", - "52277.5323537905", - "26135.4870785954", - "13066.8913818", - "6533.2286041135", - "3266.5595244627", - "1633.2660045974", - "816.629554986", - "408.3139146768", - "204.1567415109", - "102.0783167832", - "51.0391448966", - "25.5195690743", - "12.7597836936", - "6.379891636", - "3.1899457653", - "1.5949728695", - "0.7974864315", - "0.3987432149", - "0.1993716073", - "0.0996858037", - "0.0498429018" + }, + "HYDROGRAPHY.BCAE.LATEST$GEOPORTAIL:OGC:WMS": { + "name": "HYDROGRAPHY.BCAE.LATEST", + "title": "Cours d'eau BCAE dernière édition", + "description": "Le code rural et de la pêche maritime prévoit que les agriculteurs qui demandent des aides de la PAC implantent des bandes enherbées le long de certains cours d'eau au titre des bonnes conditions agricoles et environnementales. Cette carte est en vigueur du 1er janvier 2023 au 31 décembre 2023. Pour les départements non métropolitains, veuillez-vous référer aux arrêtés préfectoraux relatifs aux BCAE.", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 373497230.5353358, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 186705472.69210893, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 93341025.28069787, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true }, - "3": { - "matrixId": "3", - "matrixHeight": 3, - "matrixWidth": 2, - "scaleDenominator": 46667469.22071429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/png", + "current": false }, - "4": { - "matrixId": "4", - "matrixHeight": 5, - "matrixWidth": 2, - "scaleDenominator": 23332959.30040536, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/tiff", + "current": false }, - "5": { - "matrixId": "5", - "matrixHeight": 9, - "matrixWidth": 3, - "scaleDenominator": 11666284.015938217, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/geotiff", + "current": false }, - "6": { - "matrixId": "6", - "matrixHeight": 16, - "matrixWidth": 5, - "scaleDenominator": 5833092.873562143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", + "title": "Surface moyenne des logements (secret signalé)", + "description": "Surface moyenne des logements (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET", + "title": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true }, - "7": { - "matrixId": "7", - "matrixHeight": 30, - "matrixWidth": 8, - "scaleDenominator": 2916534.12495, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/atom+xml", + "current": false }, - "8": { - "matrixId": "8", - "matrixHeight": 59, - "matrixWidth": 14, - "scaleDenominator": 1458263.9809885714, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/json;type=utfgrid", + "current": false }, - "9": { - "matrixId": "9", - "matrixHeight": 117, - "matrixWidth": 26, - "scaleDenominator": 729131.2196817858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/pdf", + "current": false }, - "10": { - "matrixId": "10", - "matrixHeight": 232, - "matrixWidth": 51, - "scaleDenominator": 364565.41708285717, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/rss+xml", + "current": false }, - "11": { - "matrixId": "11", - "matrixHeight": 462, - "matrixWidth": 100, - "scaleDenominator": 182282.660345, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/vnd.google-earth.kml+xml", + "current": false }, - "12": { - "matrixId": "12", - "matrixHeight": 922, - "matrixWidth": 199, - "scaleDenominator": 91141.31812250002, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false }, - "13": { - "matrixId": "13", - "matrixHeight": 1842, - "matrixWidth": 396, - "scaleDenominator": 45570.65604857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/vnd.google-earth.kmz", + "current": false }, - "14": { - "matrixId": "14", - "matrixHeight": 3682, - "matrixWidth": 791, - "scaleDenominator": 22785.327271428574, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/geotiff", + "current": false }, - "15": { - "matrixId": "15", - "matrixHeight": 7363, - "matrixWidth": 1581, - "scaleDenominator": 11392.663447500001, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/geotiff8", + "current": false }, - "16": { - "matrixId": "16", - "matrixHeight": 14724, - "matrixWidth": 3161, - "scaleDenominator": 5696.331676785715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/gif", + "current": false }, - "17": { - "matrixId": "17", - "matrixHeight": 29447, - "matrixWidth": 6321, - "scaleDenominator": 2848.1658267857147, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/jpeg", + "current": false }, - "18": { - "matrixId": "18", - "matrixHeight": 58892, - "matrixWidth": 12641, - "scaleDenominator": 1424.082910357143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/png; mode=8bit", + "current": false }, - "19": { - "matrixId": "19", - "matrixHeight": 117782, - "matrixWidth": 25281, - "scaleDenominator": 712.0414546428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/svg+xml", + "current": false }, - "20": { - "matrixId": "20", - "matrixHeight": 235563, - "matrixWidth": 50561, - "scaleDenominator": 356.0207275000001, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/tiff", + "current": false }, - "21": { - "matrixId": "21", - "matrixHeight": 471125, - "matrixWidth": 101121, - "scaleDenominator": 178.01036357142857, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false } - } + ] }, - "LAMB93_1M_MNT": { - "projection": "IGNF:LAMB93", - "nativeResolutions": [ - "1000", - "500", - "250", - "100", - "75", - "50", - "25", - "5", - "1" + "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", + "title": "Niveau de vie winsorisé des individus (secret signalé)", + "description": "Niveau de vie des individus, retraité des valeurs extrêmes (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET", + "title": "INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET style" + } ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 23, - "matrixWidth": 4, - "scaleDenominator": 3571428.571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -500.0, - "y": 12000500.0 - } + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.NIVEAU.DE.VIE.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true }, - "1": { - "matrixId": "1", - "matrixHeight": 46, - "matrixWidth": 8, - "scaleDenominator": 1785714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -250.0, - "y": 12000250.0 - } + { + "name": "application/atom+xml", + "current": false }, - "2": { - "matrixId": "2", - "matrixHeight": 92, - "matrixWidth": 16, - "scaleDenominator": 892857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -125.0, - "y": 12000125.0 - } + { + "name": "application/json;type=utfgrid", + "current": false }, - "3": { - "matrixId": "3", - "matrixHeight": 230, - "matrixWidth": 40, - "scaleDenominator": 357142.85714285716, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -50.0, - "y": 12000050.0 - } + { + "name": "application/pdf", + "current": false }, - "4": { - "matrixId": "4", - "matrixHeight": 307, - "matrixWidth": 54, - "scaleDenominator": 267857.1428571429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -37.5, - "y": 12000037.5 - } + { + "name": "application/rss+xml", + "current": false }, - "5": { - "matrixId": "5", - "matrixHeight": 460, - "matrixWidth": 80, - "scaleDenominator": 178571.42857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -25.0, - "y": 12000025.0 - } + { + "name": "application/vnd.google-earth.kml+xml", + "current": false }, - "6": { - "matrixId": "6", - "matrixHeight": 920, - "matrixWidth": 160, - "scaleDenominator": 89285.71428571429, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -12.5, - "y": 12000012.5 - } + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false }, - "7": { - "matrixId": "7", - "matrixHeight": 4600, - "matrixWidth": 800, - "scaleDenominator": 17857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -2.5, - "y": 12000002.5 - } + { + "name": "application/vnd.google-earth.kmz", + "current": false }, - "8": { - "matrixId": "8", - "matrixHeight": 23000, - "matrixWidth": 4000, - "scaleDenominator": 3571.4285714285716, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -0.5, - "y": 12000000.5 - } - } - } - }, - "LAMB93_5cm": { - "projection": "IGNF:LAMB93", - "nativeResolutions": [ - "209715.2", - "104857.6", - "52428.8", - "26214.4", - "13107.2", - "6553.6", - "3276.8", - "1638.4", - "819.2", - "409.6", - "204.8", - "102.4", - "51.2", - "25.6", - "12.8", - "6.4", - "3.2", - "1.6", - "0.8", - "0.4", - "0.2", - "0.1", - "0.05" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 748982857.1428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/geotiff", + "current": false }, - "1": { - "matrixId": "1", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 374491428.5714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/geotiff8", + "current": false }, - "2": { - "matrixId": "2", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 187245714.2857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/gif", + "current": false }, - "3": { - "matrixId": "3", - "matrixHeight": 2, - "matrixWidth": 1, - "scaleDenominator": 93622857.14285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/jpeg", + "current": false }, - "4": { - "matrixId": "4", - "matrixHeight": 4, - "matrixWidth": 1, - "scaleDenominator": 46811428.571428575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/png; mode=8bit", + "current": false }, - "5": { - "matrixId": "5", - "matrixHeight": 7, - "matrixWidth": 1, - "scaleDenominator": 23405714.285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/svg+xml", + "current": false }, - "6": { - "matrixId": "6", - "matrixHeight": 13, - "matrixWidth": 2, - "scaleDenominator": 11702857.142857144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/tiff", + "current": false }, - "7": { - "matrixId": "7", - "matrixHeight": 26, - "matrixWidth": 4, - "scaleDenominator": 5851428.571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/tiff8", + "current": false }, - "8": { - "matrixId": "8", - "matrixHeight": 52, - "matrixWidth": 7, - "scaleDenominator": 2925714.285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/vnd.jpeg-png", + "current": false }, - "9": { - "matrixId": "9", - "matrixHeight": 103, - "matrixWidth": 13, - "scaleDenominator": 1462857.142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "image/vnd.jpeg-png8", + "current": false }, - "10": { - "matrixId": "10", - "matrixHeight": 206, - "matrixWidth": 25, - "scaleDenominator": 731428.5714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET", + "title": "% des 0-17 ans (secret signalé)", + "description": "Nombre d’individus âgés de 0 à 17 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET", + "title": "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", + "title": "% familles monoparentales (secret signalé)", + "description": "Part des familles monoparentales (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET", + "title": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", + "title": "% des 25-39 ans (secret signalé)", + "description": "Nombre d’individus âgés de 25 à 39 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET", + "title": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", + "title": "% des 40-54 ans (secret signalé)", + "description": "Nombre d’individus âgés de 40 à 54 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET", + "title": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", + "title": "% des 55-64 ans (secret signalé)", + "description": "Nombre d’individus âgés de 55 à 64 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET", + "title": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", + "title": "% de logements construits après 1990 (secret signalé)", + "description": "Part des logements construits après 1990 (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", + "title": "% de logements construits avant 1945 (secret signalé)", + "description": "Part des logements construits avant 1945 (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", + "title": "% de logements collectifs (secret signalé)", + "description": "Part des ménages habitant en logement collectif (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", + "title": "% de logements construits entre 1945 et 1970 (secret signalé)", + "description": "Part des logements construits entre 1945 et 1970 (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", + "title": "% de logements construits entre 1970 et 1990 (secret signalé)", + "description": "Part des logements construits entre 1970 et 1990 (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", + "title": "% de logements sociaux (secret signalé)", + "description": "Nombre de ménages habitant en logement social – voir définition- (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", + "title": "% ménages de 1 personne (secret signalé)", + "description": "Part des ménages de 1 personne (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET", + "title": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", + "title": "% ménages de 5 personnes ou + (secret signalé)", + "description": "Part des ménages de 5 personnes ou plus (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET", + "title": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", + "title": "% ménages en maison (secret signalé)", + "description": "Part des ménages vivant en maison (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET", + "title": "INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.MAISON.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", + "title": "% ménages pauvres (secret signalé)", + "description": "Part des ménages pauvres (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET", + "title": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.PAUVRES.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", + "title": "% ménages propriétaires (secret signalé)", + "description": "Part des ménages propriétaires (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET", + "title": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", + "title": "% des plus de 65 ans (secret signalé)", + "description": "Nombre d’individus âgés de plus de 65 ans dans la population (les cases hachurées correspondent aux données secrétisées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET", + "title": "INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.PLUS.65.ANS.SECRET" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.POPULATION$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.POPULATION", + "title": "Densité de population", + "description": "Nombre d'individus par km²", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.POPULATION", + "title": "INSEE.FILOSOFI.POPULATION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.POPULATION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "IRRADIATION.SOLAIRE$GEOPORTAIL:OGC:WMS": { + "name": "IRRADIATION.SOLAIRE", + "title": "Irradiation solaire horizontale annuelle moyenne", + "description": "Cette couche représente les valeurs annuelles horizontales moyennes (ie \"reçues sur une surface horizontale\") d'irradiation solaire exprimées en kWh/m². Les données sont issues de Solargis et calculées sur une période 1994-2018. Pour plus d'informations : www.solargis.com", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -6.0, + "right": 10.0, + "top": 52.0, + "bottom": 41.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "irradiation", + "title": "Irradiation solaire horizontale annuelle moyenne" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/IRRADIATION.SOLAIRE-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA00_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA00_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 1990-2000", + "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA06_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA06_DOM", + "title": "CORINE Land Cover - DOM - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2000-2006 a été réalisée à partir d'images satellitaires des périodes 1998-2003 et 2005-2008, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA06_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA06_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2000-2006, a été réalisée à partir d'images satellitaires des années 2000 et 2006 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA12_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA12_DOM", + "title": "CORINE Land Cover - DOM - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 212 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2006-2012 a été réalisée à partir d'images satellitaires des périodes 2005-2008 et 2011-2012, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA12_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA12_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 2012 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2006-2012, a été réalisée à partir d'images satellitaires des années 2006 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA18$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA18", + "title": "CORINE Land Cover - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA18_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA18_DOM", + "title": "CORINE Land Cover - DOM - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CHA18_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CHA18_FR", + "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2011-2012 et 2017 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC00R_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC00R_FR", + "title": "CORINE Land Cover - France métropolitaine - 2000 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC00_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC00_DOM", + "title": "CORINE Land Cover - DOM - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC00_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC00_FR", + "title": "CORINE Land Cover - France métropolitaine - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC06R_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC06R_DOM", + "title": "CORINE Land Cover - DOM - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC06R_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC06R_FR", + "title": "CORINE Land Cover - France métropolitaine - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC06_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC06_DOM", + "title": "CORINE Land Cover - DOM - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC06_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC06_FR", + "title": "CORINE Land Cover - France métropolitaine - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC12R$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC12R", + "title": "CORINE Land Cover - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC12R_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC12R_DOM", + "title": "CORINE Land Cover - DOM - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC12R_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC12R_FR", + "title": "CORINE Land Cover - France métropolitaine - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires des années 2011-2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC12_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC12_DOM", + "title": "CORINE Land Cover - DOM - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2012 a été réalisée à partir de CORINE Land Cover DOM 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC12_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC12_FR", + "title": "CORINE Land Cover - France métropolitaine - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC18$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC18", + "title": "CORINE Land Cover - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.4428, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC18_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC18_DOM", + "title": "CORINE Land Cover - DOM - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2018 a été réalisée à partir de CORINE Land Cover DOM 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 47.1747, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC18_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC18_FR", + "title": "CORINE Land Cover - France métropolitaine - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.CLC90_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC90_FR", + "title": "CORINE Land Cover - France métropolitaine - 1990", + "description": "Inventaire biophysique de l'occupation des sols en 1990 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -9.88147, + "right": 11.6781, + "top": 51.4428, + "bottom": 40.576 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.FORESTINVENTORY.V1$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.FORESTINVENTORY.V1", + "title": "Carte forestière v1 (1987-2004)", + "description": "La cartographie forestière est une base de données cartographique des formations végétales forestières et naturelles. Elle couvre l'ensemble du territoire de France métropolitaine. Elle est réalisée par interprétation de photographies aériennes infrarouges et affinée par des contrôles sur le terrain (le seuil minimal de surface cartographiée est de 2,25 ha).", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.FORESTINVENTORY.V2$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.FORESTINVENTORY.V2", + "title": "Carte forestière (v2 : 2006-)", + "description": "Localisation de 32 types de formations végétales sur le territoire. Carte en cours de réalisation depuis 2006.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "LANDCOVER.FORESTINVENTORY.V2", + "title": "Données LANDCOVER.FORESTINVENTORY.V2" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LANDCOVER.FORESTINVENTORY.V2-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC00$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC00", + "title": "Raster CORINE Land Cover - 2000", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006 pour les DOM, et à partir d'images satellitaires de l'année 2000 et de données d'appui pour la Métropole.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.9063, + "right": 55.9362, + "top": 51.1827, + "bottom": -21.4825 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC00R_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC00R_FR", + "title": "Raster CORINE Land Cover - 2000 révisée", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2000 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC00_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC00_DOM", + "title": "Raster CORINE Land Cover - DOM - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes sur la métropole et 50 sur les DOMs CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appuis", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.9063, + "right": 55.9362, + "top": 16.6077, + "bottom": -21.4825 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC00_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC00_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC06$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC06", + "title": "Raster CORINE Land Cover - 2006", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir de CLC 2000 révisée et de la base des changements 2000-2006 pour la Métropole.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC06R$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC06R", + "title": "Raster CORINE Land Cover - 2006 révisée", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui pour les DOM, et à partir d'images satellitaires de l'année 2006 et de données d'appui pour la Métropole.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.9063, + "right": 55.9362, + "top": 51.2963, + "bottom": -21.4825 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC06R_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC06R_DOM", + "title": "Raster CORINE Land Cover - DOM - 2006 - révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la Métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.9063, + "right": 55.9362, + "top": 16.6077, + "bottom": -21.4825 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC06R_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC06R_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la métropole . CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.91689, + "right": 11.0883, + "top": 51.2963, + "bottom": 41.0278 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC06_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC06_DOM", + "title": "Raster CORINE Land Cover - DOM - 2006", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir de CORINE Land Cover DOM 2000 révisée et de la base des changements 200062006.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC06_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC06_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2006", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC12$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC12", + "title": "Raster CORINE Land Cover - 2012", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole, 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CORINE Land Cover 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover", + "title": "CORINE Land Cover" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC12_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC12_DOM", + "title": "Raster CORINE Land Cover - DOM - 2012", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2012 a été réalisée à partir de CORINE Land Cover DOM 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - DOM", + "title": "CORINE Land Cover - DOM" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_DOM.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC12_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC12_FR", + "title": "Raster CORINE Land Cover - France métropolitaine - 2012", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.GRID.CLC90_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.GRID.CLC90_FR", + "title": "Raster CORINE Land Cover - 1990", + "description": "Raster au pas de 25m de l'inventaire biophysique de l'occupation des sols en 1990 en 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.68494, + "right": 10.8556, + "top": 51.1827, + "bottom": 41.1779 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - France métropolitaine", + "title": "CORINE Land Cover - France métropolitaine" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_FR.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.DLT.CLC12$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.DLT.CLC12", + "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - type de forêts", + "title": "CORINE Land Cover - HR - type de forêts" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_DLT.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.DLT.CLC15$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.DLT.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution du type de forêts - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le type de forêt cartographie la distinction feuillus ou résineux majoritairement présents dans les pixels, avec un taux de couvert arboré de plus de 10%. Ce produit permet d’approcher le plus possible des forêts au sens de la définition de l’Organisation des Nations unies pour l'alimentation et l'agriculture (FAO). La surface minimale cartographiée est de 0,52 ha, ce qui correspond à un groupement de 13 pixels. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1 : Feuillus - 2 : Conifères - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - type de forêts", + "title": "CORINE Land Cover - HR - type de forêts" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_DLT.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.GRA.CLC15$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.GRA.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution des prairies - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de la donnée et des études statistiques du ministère chargé de l’écologie a la responsabilité des vérifications et des améliorations de ces produits. Les valeurs cartographiées sont : - 0 : Zone non-herbeuse - 1 : Zone herbeuse et non-arborée - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - prairies", + "title": "CORINE Land Cover - HR - prairies" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_GRA.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.IMD.CLC12$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.IMD.CLC12", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux d’imperméabilisation des sols cartographie le pourcentage des sols imperméabilisés par pixels de 20 m de côté. Le revêtement des sols imperméabilisés, issu de l’artificialisation des terres, est maintenu en général sur de longues périodes. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-imperméable - 1-100 : Taux d'imperméabilisation - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_IMD.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.IMD.CLC15$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.IMD.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux d'imperméabilisation des sols - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - taux d'imperméabilisation des sols", + "title": "CORINE Land Cover - HR - taux d'imperméabilisation des sols" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_IMD.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.TCD.CLC12$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.TCD.CLC12", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - taux de couvert arboré", + "title": "CORINE Land Cover - HR - taux de couvert arboré" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_TCD.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.TCD.CLC15$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.TCD.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution du taux de couvert arboré - Résolution 20m - 2015", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de l'observation et des statistiques du ministère chargé de l'environnement a la responsabilité des vérifications et des améliorations de ces produits. Le taux de couvert arboré cartographie le pourcentage de couverture arborée par pixels de 20 m de côté. Sont ainsi cartographiées les surfaces arborées en zones urbaines, agricoles ou forestières. La surface minimale cartographiée est de 20 m x 20 m. Les valeurs cartographiées sont : - 0 : Zone non-arborée - 1-100 : Taux de couvert arboré - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - taux de couvert arboré", + "title": "CORINE Land Cover - HR - taux de couvert arboré" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_TCD.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDCOVER.HR.WAW.CLC15$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.HR.WAW.CLC15", + "title": "Raster CORINE Land Cover - Couche haute résolution des zones humides et surfaces en eaux permanentes - Résolution 20m - 2012", + "description": "Les couches haute résolution sont des couches thématiques d’occupation des sols, produites par le service Territoire du programme européen d'observation de la Terre Copernicus. Ce programme est coordonné par la Commission européenne et associe l’Agence spatiale européenne, l’Agence européenne pour l’environnement ainsi que les États membres. Ces données sont produites automatiquement à partir d’images satellite. Elles sont ensuite vérifiées puis améliorées manuellement. La production et la diffusion de ces couches haute résolution sont pilotées par l'Agence européenne pour l'environnement. Pour la France, le Service de la donnée et des études statistiques du ministère chargé de l’écologie a la responsabilité des vérifications et des améliorations de ces produits. Les zones humides et surfaces en eaux permanentes cartographient la présence ou non de surfaces en eau permanentes et la présence ou non de zones humides. Ces surfaces sont identifiées à partir d’analyses d’images satellite prises à différentes saisons (de 4 à 5 images en moyenne) et différentes années. Sont ainsi cartographiées les surfaces en eau sur plusieurs dates de l’analyse. Les zones humides sont définies comme étant les zones où l'eau est le premier facteur d'influence de l'environnement et de la faune et de la flore associées. Elles surviennent là où la nappe phréatique affleure ou est proche de la surface du sol, ou quand la terre est recouverte d'une faible épaisseur d'eau. Les zones cartographiées sont recouvertes d'eau au moins une fois l'une des années observées ou présentent une humidité importante et constante. Elles sont situées dans des zones où la pente est inférieure à 10 %. Enfin, les zones cartographiées sont majoritairement couvertes d’hydrophytes ou de macrophytes. La surface minimale cartographiée est de 0,16 ha, ce qui correspond à un groupement de 4 pixels. Les valeurs cartographiées sont : - 0 : Zone non-humide - 1 : Surface en eau permanente - 2 : Surface en eau temporaire - 3 : Zone humide permanente - 4 : Zone humide temporaire - 254 : Inclassable (nuage, donnée satellite indisponible, ombre ou neige) - 255 : En dehors de la zone d'étude Ces données haute résolution peuvent être utilisées indépendamment ou en complément de CORINE Land Cover. En effet, CLC permet de cartographier des polygones homogènes d’occupation des sols tels que du tissu urbain discontinu et des zones industrielles ou commerciales. Les couches haute résolution permettent alors d’apporter une nouvelle information pour chacune de ces zones, en précisant leur degré d’imperméabilisation, leur taux de couvert arboré, etc.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes", + "title": "CORINE Land Cover - HR - zones humides et surfaces en eaux permanentes" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/CLC_HR_WAW.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE.LATEST$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE.LATEST", + "title": "Registre parcellaire graphique (RPG)", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Données Brutes" + } + ], + "legends": [ + { + "format": "image/png", + "url": "http://ign.fr" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2007$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2007", + "title": "Registre parcellaire graphique (RPG) 2007", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2007.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.2635, + "right": 56.0237, + "top": 51.2203, + "bottom": -21.419 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2008$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2008", + "title": "Registre parcellaire graphique (RPG) 2008", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2008.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.2635, + "right": 56.0237, + "top": 51.2203, + "bottom": -21.419 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2009$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2009", + "title": "Registre parcellaire graphique (RPG) 2009", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2009.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.2635, + "right": 56.0237, + "top": 51.2203, + "bottom": -21.419 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2010$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2010", + "title": "Registre parcellaire graphique (RPG) 2010", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2010.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2011$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2011", + "title": "Registre parcellaire graphique (RPG) 2011", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2011.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2012$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2012", + "title": "Registre parcellaire graphique (RPG) 2012", + "description": "Registre parcellaire graphique : zones de culture déclarées par les exploitants en 2012", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2013$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2013", + "title": "Registre parcellaire graphique (RPG) 2013", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2013", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2014$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2014", + "title": "Registre parcellaire graphique (RPG) 2014", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2014", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2015$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2015", + "title": "Registre parcellaire graphique 2015", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2015.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2016$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2016", + "title": "Registre parcellaire graphique 2016", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2016.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2017$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2017", + "title": "Registre parcellaire graphique 2017", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2017.", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2018$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2018", + "title": "Registre parcellaire graphique 2018", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2018", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2019$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2019", + "title": "Registre parcellaire graphique 2019", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2019", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2020$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2020", + "title": "Registre parcellaire graphique 2020", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2020", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2021$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2021", + "title": "Registre parcellaire graphique 2021", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2021", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LANDUSE.AGRICULTURE2022$GEOPORTAIL:OGC:WMS": { + "name": "LANDUSE.AGRICULTURE2022", + "title": "Registre parcellaire graphique 2022", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2022", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Données Brutes" + } + ], + "legends": [ + { + "format": "image/png", + "url": "http://ign.fr" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST", + "title": "Limites administratives mises à jour en continu.", + "description": "Limites administratives mises à jour en continu, édition Juillet 2023", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.CONSTRUCTIONS", + "title": "Occupation du sol grande échelle - zones construites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG).", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.CONSTRUCTIONS.2011$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.CONSTRUCTIONS.2011", + "title": "Occupation du sol grande échelle 2011 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2011", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.CONSTRUCTIONS.2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.CONSTRUCTIONS.2016", + "title": "Occupation du sol grande échelle 2016 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2016", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.CONSTRUCTIONS.2017$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.CONSTRUCTIONS.2017", + "title": "Occupation du sol grande échelle 2017 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2017", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.CONSTRUCTIONS.2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.CONSTRUCTIONS.2019", + "title": "Occupation du sol grande échelle 2019 - zones contruites", + "description": "La composante Occupation du sol grande échelle retenue par l’IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l’usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d’occupation des sols à grande échelle (CNIG). Source : IGN - 2019", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -0.291052, + "right": 1.2122, + "top": 44.0864, + "bottom": 43.3043 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.COUVERTURE$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.COUVERTURE", + "title": "Occupation du sol grande échelle - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.COUVERTURE.2011$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.COUVERTURE.2011", + "title": "Occupation du sol grande échelle 2011 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG)1 Source : IGN - 2016", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.COUVERTURE.2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.COUVERTURE.2016", + "title": "Occupation du sol grande échelle 2016 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2016", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.COUVERTURE.2017$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.COUVERTURE.2017", + "title": "Occupation du sol grande échelle 2017 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2017", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.COUVERTURE.2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.COUVERTURE.2019", + "title": "Occupation du sol grande échelle 2019 - couverture", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2019", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -0.291052, + "right": 1.2122, + "top": 44.0864, + "bottom": 43.3043 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.USAGE$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.USAGE", + "title": "Occupation du sol grande échelle - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG).", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.USAGE.2011$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.USAGE.2011", + "title": "Occupation du sol grande échelle 2011 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2011", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.USAGE.2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.USAGE.2016", + "title": "Occupation du sol grande échelle 2016 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2016", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -5.15047, + "right": 9.57054, + "top": 51.0991, + "bottom": 41.3252 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.USAGE.2017$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.USAGE.2017", + "title": "Occupation du sol grande échelle 2017 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG). Source : IGN - 2017", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.6644, + "right": 9.57054, + "top": 51.0991, + "bottom": 14.2395 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.USAGE.2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.USAGE.2019", + "title": "Occupation du sol grande échelle 2019 - usage", + "description": "La composante Occupation du sol grande échelle retenue par l'IGN partitionne le territoire en deux vues, physionomique (la couverture) et fonctionnel (l'usage principal). La zone construite, calculée à partir de ces deux informations, délimite les espaces construits des espaces naturels, agricoles et forestiers. Les données respectent les préconisations nationales pour la production des bases de données d'occupation des sols à grande échelle (CNIG) Source : IGN - 2019", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -0.291052, + "right": 1.2122, + "top": 44.0864, + "bottom": 43.3043 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.VISU.2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.VISU.2016", + "title": "Visualisation OCSGE 2016", + "description": "Résultat IA aggloméré à l'ortho 2016", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -0.318517, + "right": 1.22575, + "top": 44.0543, + "bottom": 43.2815 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OCSGE.VISU.2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE.VISU.2019", + "title": "Visualisation OCSGE 2019", + "description": "Résultat IA aggloméré à l'ortho 2019", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -0.321664, + "right": 1.22575, + "top": 44.1082, + "bottom": 43.2815 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "nolegend", + "title": "Données sans légende" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OI.OrthoimageCoverage$GEOPORTAIL:OGC:WMS": { + "name": "OI.OrthoimageCoverage", + "title": "Ortho 50 cm", + "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "inspire_common:DEFAULT", + "title": "Style INSPIRE" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "OI.OrthoimageCoverage.HR$GEOPORTAIL:OGC:WMS": { + "name": "OI.OrthoimageCoverage.HR", + "title": "Ortho 20 cm", + "description": "Le produit BD ORTHO® V3 est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert. La BD ORTHO® V3 se compose d'images numériques (sans habillage ni surcharge) et d'indications de géoréférencement. Le contenu informationnel permet localement une utilisation jusqu'au 1 :2,000ième pour mettre en valeur le territoire, enrichir la visualisation des données et des projets.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "inspire_common:DEFAULT", + "title": "Style INSPIRE" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHO-EXPRESS-2020_PYR-JPG_WLD_WM_20200708$GEOPORTAIL:OGC:WMS": { + "name": "ORTHO-EXPRESS-2020_PYR-JPG_WLD_WM_20200708", + "title": "ortho-express 2020", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2012", + "title": "PLEIADES - 2012", + "description": "Agrégation des images Pléiades de l'année 2012.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -53.2686, + "right": 55.5544, + "top": 50.6037, + "bottom": -21.3539 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2013", + "title": "PLEIADES - 2013", + "description": "Agrégation des images Pleiades de l'année 2013.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2014", + "title": "PLEIADES - 2014", + "description": "Agrégation des images Pleiades de l'année 2014.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2015", + "title": "PLEIADES – 2015", + "description": "Agrégation des images Pleiades de l'année 2015.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -178.196, + "right": 77.6156, + "top": 51.0283, + "bottom": -37.8942 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2016", + "title": "PLEIADES - 2016", + "description": "Agrégation des images Pleiades de l'année 2016", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -54.1373, + "right": 55.8441, + "top": 50.6549, + "bottom": -21.32 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2017", + "title": "PLEIADES - 2017", + "description": "Agrégation des images Pleiades de l'année 2017", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1796, + "right": 55.8465, + "top": 51.1117, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2018", + "title": "PLEIADES - 2018", + "description": "Agrégation des images Pleiades de l'année 2018", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1702, + "right": 55.8649, + "top": 51.0841, + "bottom": -21.4094 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2019", + "title": "PLEIADES - 2019", + "description": "Agrégation des images Pleiades de l'année 2019", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1702, + "right": 55.8649, + "top": 51.1117, + "bottom": -21.4094 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2020", + "title": "PLEIADES - 2020", + "description": "Agrégation des images Pleiades de l'année 2020", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1724, + "right": 45.3136, + "top": 51.1117, + "bottom": -13.0169 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2021", + "title": "PLEIADES - 2021", + "description": "Agrégation des images Pleiades de l'année 2021", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.8234, + "right": 55.8464, + "top": 51.13, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.PLEIADES.2022", + "title": "PLEIADES - 2022", + "description": "Agrégation des images Pleiades de l'année 2022", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.6648, + "right": 55.7216, + "top": 51.1117, + "bottom": -21.3733 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "white_is_transparent", + "title": "Blanc est transparent" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2010", + "title": "Couche RapidEye 2010", + "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "globalConstraint": { + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.80725, + "right": 10.961, + "top": 50.9218, + "bottom": 41.2014 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.RAPIDEYE.2011", + "title": "RAPIDEYE - 2011", + "description": "Image satellitaire de la France métropolitaine effectuée en 2011 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "globalConstraint": { + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.80725, + "right": 10.961, + "top": 51.1752, + "bottom": 41.0227 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2013", + "title": "SPOT 6 - 2013", + "description": "Couche millésimée SPOT 2013 agrégeant les orthophotographies satellites du projet Geosud.", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": 0.563585, + "right": 4.29191, + "top": 50.3879, + "bottom": 44.8809 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014", + "title": "SPOT 6 - 2014", + "description": "Couche millésimée SPOT 2014 agrégeant les orthophotographies satellites du projet Geosud.", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015", + "title": "SPOT 6-7 - 2015", + "description": "Agrégation des images Spot de l'année 2015.

Financeurs de la télémesure SPOT 6-7 :
CIRAD, CNES, CNRS, IGN, IRD, Irstea, GEOSUD
", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.8141, + "right": 55.856, + "top": 51.106, + "bottom": -21.4104 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016", + "title": "SPOT 6-7 - 2016", + "description": "Agrégation des images Spot de l'année 2016", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.85, + "right": 55.8562, + "top": 51.1123, + "bottom": -21.4104 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017", + "title": "SPOT 6-7 - 2017", + "description": "Agrégation des images Spot de l'année 2017", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -61.8534, + "right": 55.8562, + "top": 51.1123, + "bottom": -21.4104 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2018", + "title": "SPOT 6-7 - 2018", + "description": "Agrégation des images Spot de l'année 2018", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2019", + "title": "SPOT 6-7 - 2019", + "description": "Agrégation des images SPOT", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2020", + "title": "SPOT 6-7 - 2020", + "description": "Agrégation des images SPOT 2020", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2021", + "title": "SPOT 6-7 - 2021", + "description": "Agrégation des images SPOT 2021", + "globalConstraint": { + "minScaleDenominator": 4265.4591677, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.57103, + "right": 10.7394, + "top": 51.1123, + "bottom": 41.2593 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS", + "title": "Zones interdites à la captation aérienne des données (ZICAD)", + "description": "zones interdites à la captation aérienne des données (ZICAD) fixées par voie d'arrêté (arrêté du 02-01-2023 fixant la liste des zones interdites à la prise de vue aérienne par appareil photographique, cinématographique ou tout autre capteur). Édition octobre 2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -151.5234375, + "right": 166.46484375, + "top": 51.095507812, + "bottom": -22.562792969 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS", + "title": "ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOS.RESTRICTEDAREAS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS", + "title": "Photographies aériennes", + "description": "Photographies aériennes", + "globalConstraint": { + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965", + "title": "Photographies aériennes historiques 1950-1965", + "description": "Couverture en photographies aériennes de la France des années 50, telle qu'elle se présentait avant les grands aménagements des années 60. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -67.7214, + "right": 55.8464, + "top": 51.0945, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique" + }, + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "BDORTHOHISTORIQUEEXTRACTION", + "title": "Style BDOrthoHistorique pour l'extraction" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.1965-1980$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1965-1980", + "title": "BDOrtho Historique 1965-1980 25-09-2017", + "description": "Couverture en photographies aériennes de la France des années 1965 à 1980. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 69885283.00358963, + "bbox": { + "left": -2.27523, + "right": 2.61963, + "top": 49.0193, + "bottom": 47.0831 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "BDORTHOHISTORIQUE", + "title": "BDOrthoHistorique" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1980-1995", + "title": "Ortho Historique 1980-1995", + "description": "Couverture en photographies aériennes de la France des années 11980 à 1995. Cette couverture a été réalisée à partir des photographies aériennes historiques numérisées par l'IGN. Elle est disponible sur la France métropolitaine, les départements et régions d'Outre-Mer (la Guyane n'est que partiellement couverte) et les collectivités d'Outre-Mer sauf la Polynésie française. Les photographies sont orthorectifiées, c'est-à-dire corrigées des déformations dues à la prise de vue et au relief du terrain, et assemblées pour fournir une visualisation continue superposable avec le Référentiel à Grande Echelle (RGE®) ou les cartes.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -2.37153, + "right": 9.67536, + "top": 49.7785, + "bottom": 41.3125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO", + "title": "Ortho 50 cm", + "description": "Le produit BD ORTHO® est une collection de mosaïques d'orthophotographies numériques en couleurs ou en Infra Rouge couleurs, rectifiées dans la projection adaptée au territoire couvert.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC", + "title": "BDORTHO en infrarouge fausses couleurs", + "description": "BDORTHO en infrarouge fausses couleurs", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -62.9717, + "right": 55.8464, + "top": 51.1124, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS", + "title": "ortho-express IRC 2018", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2018", + "title": "ortho-express IRC 2018", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2019", + "title": "ortho-express IRC 2019", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2020", + "title": "ortho-express IRC 2020", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2021", + "title": "ortho-express IRC 2021", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2023$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC-EXPRESS.2023", + "title": "ortho-express IRC 2023", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2012", + "title": "BDORTHO 2012 en infrarouge fausses couleurs", + "description": "BDORTHO 2012 en infrarouge fausses couleurs", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": 6.6094, + "right": 7.74363, + "top": 44.377, + "bottom": 43.4465 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2013", + "title": "BDORTHO 2013 en infrarouge fausses couleurs", + "description": "BDORTHO 2013 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -3.74871, + "right": 7.17132, + "top": 50.3767, + "bottom": 42.5538 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2014", + "title": "BDORTHO 2014 en infrarouge fausses couleurs", + "description": "BDORTHO 2014 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -2.37153, + "right": 7.22637, + "top": 49.6341, + "bottom": 43.1508 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2015", + "title": "BDORTHO 2015 en infrarouge fausses couleurs", + "description": "BDORTHO 2015 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.20863, + "right": 8.25674, + "top": 51.0945, + "bottom": 42.3163 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2016", + "title": "BDORTHO 2016 en infrarouge fausses couleurs", + "description": "BDORTHO 2016 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -3.74871, + "right": 9.66314, + "top": 50.1839, + "bottom": 41.3215 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2017", + "title": "BDORTHO 2017 en infrarouge fausses couleurs", + "description": "BDORTHO 2017 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -0.185295, + "right": 7.74363, + "top": 46.4137, + "bottom": 42.9454 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2018", + "title": "BDORTHO 2018 en infrarouge fausses couleurs", + "description": "BDORTHO 2018 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1702, + "right": 8.25765, + "top": 51.1124, + "bottom": 2.10403 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2019", + "title": "BDORTHO 2019 en infrarouge fausses couleurs", + "description": "BDORTHO 2019 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -3.74871, + "right": 9.66314, + "top": 50.1928, + "bottom": 41.3125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.IRC.2020", + "title": "BDORTHO 2020 en infrarouge fausses couleurs", + "description": "BDORTHO 2020 en infrarouge fausses couleurs.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -2.68142, + "right": 7.74363, + "top": 49.4512, + "bottom": 42.9454 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2020", + "title": "ORTHO-ASP_PAC2020", + "description": "ortho ASP PAC 2020", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2021", + "title": "ORTHO-ASP_PAC2021", + "description": "ortho ASP PAC 2021", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-ASP_PAC2022", + "title": "ORTHO-ASP_PAC2022", + "description": "ortho ASP PAC 2022", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2017$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2017", + "title": "ortho-express 2017", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2018", + "title": "ortho-express 2018", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2019", + "title": "ortho-express 2019", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2021", + "title": "ortho-express 2021", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.ORTHO-EXPRESS.2023", + "title": "ortho-express 2023", + "description": "L’Ortho Express est une mosaïque d’ortho‐images numériques. Elle se différencie des autres produits orthophotographiques de l’IGN par le fait que, par souci de minimiser les délais de sa production, elle résulte d’un traitement massivement automatisé . L’Ortho Express vise en premier lieu à répondre à une exigence sur les délais de production. Il s’agit donc d’un produit dont les caractéristiques techniques sont contraintes par cette exigence forte.", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.SOCLE-ASP.2018", + "title": "bdortho-asp ortho-socle 2018", + "description": "bdortho-asp et ortho-socle 2018", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -179.5, + "right": 179.5, + "top": 75.0, + "bottom": -75.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.TPM.OMBRES$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.TPM.OMBRES", + "title": "Orthophotographies PCRS TPM traitement ombre", + "description": "Orthophotographies très haute résolution avec traitements sur les ombres sur la communauté d'agglomérations de Toulon Provence Méditerrannée. Diffusion limitée.", + "globalConstraint": { + "minScaleDenominator": 178.571428571, + "maxScaleDenominator": 365714.285714286, + "bbox": { + "left": 5.74439, + "right": 6.53881, + "top": 43.2474, + "bottom": 42.9604 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:LAMB93", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.URGENCE.ALEX", + "title": "Orthophotographie d’urgence Alex", + "description": "Orthophotographie réalisée suite au passage de la tempête Alex dans les Alpes Maritimes", + "globalConstraint": { + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": 7.07917, + "right": 7.64199, + "top": 44.1903, + "bottom": 43.8095 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2000-2005$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2000-2005", + "title": "Photographies aériennes 2000-2005", + "description": "Prises de vues aériennes des territoires disponibles pour les années 2000 à 2005", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2001$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2001", + "title": "Photographies aériennes 2001", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2001.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.2472, + "right": 7.23234, + "top": 50.3765, + "bottom": 4.47153 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2002$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2002", + "title": "Photographies aériennes 2002", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2002", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.2472, + "right": 9.68861, + "top": 50.3765, + "bottom": 4.49867 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2003$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2003", + "title": "Photographies aériennes 2003", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2003.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -61.2472, + "right": 55.8561, + "top": 50.3765, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2004$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2004", + "title": "Photographies aériennes 2004", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2004.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2005$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2005", + "title": "Photographies aériennes 2005", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2005.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2006$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2006", + "title": "Photographies aériennes 2006", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2006.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2006-2010$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2006-2010", + "title": "Photographies aériennes 2006-2010", + "description": "Prises de vues aériennes des territoires disponibles pour les années 2006 à 2010", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2007$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2007", + "title": "Photographies aériennes 2007", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2007.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2008$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2008", + "title": "Photographies aériennes 2008", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2008.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2009$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2009", + "title": "Photographies aériennes 2009", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2009.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2010$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2010", + "title": "Photographies aériennes 2010", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2010.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2011$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2011", + "title": "Photographies aériennes 2011", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2011.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2011-2015$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2011-2015", + "title": "Photographies aériennes 2011-2015", + "description": "Prises de vues aériennes des territoires disponibles pour les années 2011 à 2015", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2012$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2012", + "title": "Photographies aériennes 2012", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2012.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2013$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2013", + "title": "Photographies aériennes 2013", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2013.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.091, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2014$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2014", + "title": "Photographies aériennes 2014", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2014.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2015$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2015", + "title": "Photographies aériennes 2015", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2015.", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2016$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2016", + "title": "Photographies aériennes 2016", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2016 (travail en cours).", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -178.187, + "right": 55.8561, + "top": 51.0945, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2017$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2017", + "title": "Photographies aériennes 2017", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2017", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.1607, + "right": 55.8464, + "top": 50.3856, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2018$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2018", + "title": "Photographies aériennes 2018", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2018", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2019$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2019", + "title": "Photographies aériennes 2019", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2019", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -3.74871, + "right": 9.66314, + "top": 50.1928, + "bottom": 41.3125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS2020", + "title": "Photographies aériennes 2020", + "description": "Prises de vues aériennes des territoires disponibles à la fin de l'année 2020", + "globalConstraint": { + "minScaleDenominator": 1066.364791925, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -2.68142, + "right": 7.74363, + "top": 49.4512, + "bottom": 42.9454 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "Ortho_50cm_ASSEMBLAGE_D075D092_2021$GEOPORTAIL:OGC:WMS": { + "name": "Ortho_50cm_ASSEMBLAGE_D075D092_2021", + "title": "Configuration WMS pour l'assemblage BDORTHO_RVB-0M50_RGF93LAMB93_ASSEMBLAGE_9275_2021_1018", + "description": "Ceci est un resume", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 545978.773465546, + "bbox": { + "left": 2.1411, + "right": 2.48236, + "top": 48.9552, + "bottom": 48.721 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [ + { + "format": "application/xml", + "url": "https://geoservices.ign.fr/sites/default/files/2021-07/IGNF_SCAN1000r_2-1.xml" + } + ], + "styles": [ + { + "name": "inspire_common:DEFAULT", + "title": "Style INSPIRE" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PCRS.LAMB93$GEOPORTAIL:OGC:WMS": { + "name": "PCRS.LAMB93", + "title": "PCRS", + "description": "Données du Plan Corps de Rue Simplifié", + "globalConstraint": { + "minScaleDenominator": 178.571428571, + "maxScaleDenominator": 11702857.142857142, + "bbox": { + "left": -5.0, + "right": 10.0, + "top": 52.0, + "bottom": 40.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:LAMB93", + "queryable": true, + "metadata": [ + { + "format": "application/xml", + "url": "https://geoservices.ign.fr/sites/default/files/2021-07/PCRS_1-0.xml" + } + ], + "styles": [ + { + "name": "normal", + "title": "Données Brutes" + } + ], + "legends": [ + { + "format": "image/png", + "url": "http://ign.fr" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "POTENTIEL.VENT.140M$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.VENT.140M", + "title": "Potentiel éolien terrestre - gisement de vent à 140m", + "description": "Cartes de la moyenne 2000-2019 du vent moyen sur 10 minutes, à 140m mètres de hauteur, sur toute la métropole", + "globalConstraint": { + "minScaleDenominator": 545978.773465546, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -6.0125, + "right": 10.5125, + "top": 51.5125, + "bottom": 40.9875 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "vent 140m", + "title": "Moyenne des vents à 140m" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.VENT.140M-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "POTENTIEL.VENT.160M$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.VENT.160M", + "title": "Potentiel éolien terrestre - gisement de vent à 160m", + "description": "Cartes de la moyenne 2000-2019 du vent moyen sur 10 minutes, à 160m mètres de hauteur, sur toute la métropole", + "globalConstraint": { + "minScaleDenominator": 545978.773465546, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -6.0125, + "right": 10.5125, + "top": 51.5125, + "bottom": 40.9875 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "vent 160m", + "title": "Moyenne des vents à 160m" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/ENR/POTENTIEL.VENT.160M-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PRAIRIES.SENSIBLES.BCAE$GEOPORTAIL:OGC:WMS": { + "name": "PRAIRIES.SENSIBLES.BCAE", + "title": "Préservation des prairies et pâturages permanents en zone Natura 2000", + "description": "Préservation des prairies et pâturages permanents en zone Natura 2000 - Couche pour la nouvelle PAC produite par l’Observatoire du développement rural (ODR) en lien avec l’INRAE.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.12736132, + "right": 9.64817082, + "top": 50.82288748, + "bottom": 41.34982303 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PRAIRIES.SENSIBLES.BCAE", + "title": "PRAIRIES.SENSIBLES.BCAE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PRAIRIES.SENSIBLES.BCAE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.APB$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.APB", + "title": "Biotopes d'espèces protégées", + "description": "Conservation de l'habitat d'espèces protégées. Mise à jour 09-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -109.43767837, + "right": 55.68722025, + "top": 50.98414979, + "bottom": -21.37814188 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.APB", + "title": "PROTECTEDAREAS.APB style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.APB" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.APG$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.APG", + "title": "Arrêtés de protection de géotope", + "description": "Sites d'intérêt géologique faisant l'objet d’une interdiction de destruction, d'altération ou de dégradation du site, ainsi que de prélèvement, de destruction ou de dégradation de fossiles, minéraux et concrétions présents sur ces sites appelés « aires de protection de géotope».", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -2.565307617, + "right": 4.614257812, + "top": 49.959251709, + "bottom": 43.916170654 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.APG", + "title": "PROTECTEDAREAS.APG style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.APG" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.APHN$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.APHN", + "title": "Arrêtés de protection d’habitats naturels", + "description": "Dispositif visant à protéger un habitat naturel (récif corallien, tourbière, prairie, etc.) en tant que tel, sans qu'il soit besoin d'établir qu'il constitue par ailleurs un habitat d'espèces protégées. Mise à jour 09-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.966796875, + "right": 6.899414062, + "top": 50.255175781, + "bottom": 44.180944824 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.APHN", + "title": "PROTECTEDAREAS.APHN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.APHN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.APLG$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.APLG", + "title": "Arrêtés listes de sites d'intérêt géologique", + "description": "L'arrêté préfectoral fixant la liste départementale de sites d'intérêt géologique est un outil règlementaire qui vise à protéger, par des mesures générales, les sites géologiques qui sont mentionnés en son sein.\nIl s'agit d'un des deux outils mis en place par le décret du 28 décembre 2015 codifié aux articles R.411-17-1 et 17-2 du code de l'environnement et précisé par la Note du 1er décembre 2016 relative à la protection des sites d'intérêt géologique", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.141601562, + "right": 2.916870117, + "top": 50.10461792, + "bottom": 45.530773926 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.APLG", + "title": "PROTECTEDAREAS.APLG style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.APLG" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.BIOS$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.BIOS", + "title": "Réserves de biosphère", + "description": "Réserves naturelles reconnues par le Programme sur l'Homme et la Biosphère créé par l'Unesco. Mise à jour 09-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.8103646, + "right": 8.91380512, + "top": 50.85549715, + "bottom": 14.0822864 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.BIOS", + "title": "PROTECTEDAREAS.BIOS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.BIOS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.GP$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.GP", + "title": "Géoparcs", + "description": "Les géoparcs mondiaux UNESCO sont des espaces géographiques unifiés, où les sites et paysages de portée géologique internationale sont gérés selon un concept global de protection, d’éducation et de développement durable", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 1.45301356, + "right": 6.86481915, + "top": 46.40814591, + "bottom": 43.6587189 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.GP", + "title": "PROTECTEDAREAS.GP style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.GP" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.INPG$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.INPG", + "title": "Inventaire National du Patrimoine Géologique (INPG)", + "description": "L'Inventaire National du Patrimoine Géologique (INPG) est un programme initié en 2007 de connaissance géologique du territoire métropolitain et outre-mer, dans lequel chaque site géologique naturel est renseigné sur une application web dédiée (InvenTerre) de façon textuelle avec une évaluation patrimoniale et une cartographie associées.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.79004303, + "right": 55.83694573, + "top": 51.09254226, + "bottom": -21.38412564 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.INPG", + "title": "PROTECTEDAREAS.INPG style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.INPG" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.MNHN.CDL.PARCELS$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.MNHN.CDL.PARCELS", + "title": "Conservatoire du littoral - sites sous responsabilité du conservatoire", + "description": "Les sites du conservatoire du littoral ont pour vocation la sauvegarde des espaces côtiers et lacustres. Leur accès au public est encouragé mais reste défini dans des limites compatibles avec la vulnérabilité de chaque site", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PROTECTEDAREAS.MNHN.CDL.PERIMETER$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.MNHN.CDL.PERIMETER", + "title": "Conservatoire du littoral : Périmètres d'intervention (MNHN)", + "description": "Conservatoire du littoral : Périmètres d'intervention 03-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.14490421, + "right": 55.83443179, + "top": 51.08708741, + "bottom": -21.38396941 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.MNHN.CDL.PERIMETER", + "title": "PROTECTEDAREAS.MNHN.CDL.PERIMETER style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.MNHN.CDL.PERIMETER" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.MNHN.CONSERVATOIRES$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.MNHN.CONSERVATOIRES", + "title": "Terrains des conservatoires d'espaces naturels", + "description": "Les conservatoires d'espaces naturels organisent la maîtrise foncière de terrains en vue d'assurer la protection des espèces qui y résident. 05-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -2.37011551, + "right": 9.53678527, + "top": 50.90041727, + "bottom": 41.59376493 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.MNHN.CONSERVATOIRES", + "title": "PROTECTEDAREAS.MNHN.CONSERVATOIRES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.MNHN.CONSERVATOIRES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.MNHN.RN.PERIMETER$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.MNHN.RN.PERIMETER", + "title": "périmètres de protection de réserves naturelles", + "description": "Un périmètre de protection peut être institué en périphérie d’une réserve naturelle. Il concerne des espaces qui n’ont pas été classés en réserve et qui constituent une zone « tampon » autour de l’espace classé. Ils améliorent les échanges écologiques entre la réserve et sa périphérie. Mise à jour 09-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -60.83711192, + "right": 6.65777824, + "top": 50.26251827, + "bottom": 14.40765258 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.MNHN.RN.PERIMETER", + "title": "PROTECTEDAREAS.MNHN.RN.PERIMETER style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.MNHN.RN.PERIMETER" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.PN$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.PN", + "title": "Parcs nationaux", + "description": "Les parcs nationaux sont de vastes espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, et dont le but est à la fois de protéger des processus écologiques à large échelle et de fournir des possibilités de découverte de la nature. Mise à jour 09-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.018039, + "right": 55.83675479, + "top": 48.10662195, + "bottom": -21.35866047 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.PN", + "title": "PROTECTEDAREAS.PN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.PN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.PNM$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.PNM", + "title": "Parcs naturels marins", + "description": "Zones maritimes identifiées pour leur biodiversité ou par les activités humaines faisant l'objet de protection.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.8103646, + "right": 46.67111111, + "top": 50.81768056, + "bottom": -14.53138889 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.PNM", + "title": "PROTECTEDAREAS.PNM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.PNM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.PNR$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.PNR", + "title": "Parcs naturels régionaux", + "description": "Les parcs naturels régionaux ont pour but de valoriser de vastes espaces de fort intérêt culturel et naturel, et de veiller au développement durable de ces territoires dont le caractère rural est souvent très affirmé. Mise à jour 09-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.34765625, + "right": 9.4921875, + "top": 51.16890625, + "bottom": 3.654921875 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.PNR", + "title": "PROTECTEDAREAS.PNR style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.PNR" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.PRSF$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.PRSF", + "title": "Points de Rencontre de Secours en Forêt (PRSF)", + "description": "Les Points de Rencontre de Secours en Forêt (PRSF) sont supposées connus des services de secours. Ils permettent de faciliter la localisation d'un blessé par les services de secours.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80857161, + "right": 55.82904018, + "top": 50.84235058, + "bottom": -21.37411381 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.PRSF", + "title": "PROTECTEDAREAS.PRSF style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.PRSF" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.RAMSAR$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RAMSAR", + "title": "Zones humides d'importance internationale", + "description": "Un site Ramsar est un espace désigné en application de la Convention relative aux zones humides d'importance internationale, particulièrement comme habitats des oiseaux d'eau, dont le traité a été signé en 1971 sur les bords de la mer Caspienne (Iran). Mise à jour 01-09-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.875, + "right": 77.87109375, + "top": 51.002773438, + "bottom": -49.83984375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.RAMSAR", + "title": "PROTECTEDAREAS.RAMSAR style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.RAMSAR" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.RB$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RB", + "title": "Réserves Biologiques", + "description": "Réserves Biologiques", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.51809317, + "right": 55.80534186, + "top": 50.76219068, + "bottom": -21.37682085 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.RB", + "title": "PROTECTEDAREAS.RB style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.RB" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.RIPN$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RIPN", + "title": "Réserves Intégrales de Parcs Nationaux", + "description": "Au sein d'un cœur de parc national, il peut être institué une « réserve intégrale » afin d'assurer, dans un but scientifique, une protection plus grande de certains éléments de la faune et de la flore. Mise à jour 05-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.93859859, + "right": 6.81356258, + "top": 48.03288778, + "bottom": 42.98700604 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.RIPN", + "title": "PROTECTEDAREAS.RIPN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.RIPN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.RN$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RN", + "title": "Réserves naturelles nationales", + "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité. 04-2023", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -63.3725, + "right": 82.645, + "top": 51.3121, + "bottom": -53.6279 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PROTECTEDAREAS.RNC$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RNC", + "title": "Réserves Naturelles de Corse", + "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité.
Date des données", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 8.53417374, + "right": 9.51855167, + "top": 43.02786727, + "bottom": 41.2918034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.RNC", + "title": "PROTECTEDAREAS.RNC style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.RNC" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.RNCF$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RNCF", + "title": "Réserves nationales de chasse et de faune sauvage", + "description": "Les réserves nationales de chasse et de faune sauvage sont des espaces protégés terrestres ou marins dont la gestion est principalement assurée par l'Office National de la Chasse et de la Faune Sauvage. 09-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -2.911376953, + "right": 8.239746094, + "top": 48.967646484, + "bottom": 42.592299805 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.RNCF", + "title": "PROTECTEDAREAS.RNCF style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.RNCF" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.SIC$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.SIC", + "title": "Sites NATURA 2000 au titre de la directive Habitats", + "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.07-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -10.1953125, + "right": 9.84375, + "top": 51.501171875, + "bottom": 41.2009375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.SIC", + "title": "PROTECTEDAREAS.SIC style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.SIC" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.UNESCO$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.UNESCO", + "title": "Sites inscrits au patrimoine mondial de l’UNESCO (biens naturels ou mixtes)", + "description": "Un bien naturel ou mixte (naturel et culturel) inscrit au patrimoine mondial de l'UNESCO est un espace qui, du fait de sa valeur patrimoniale exceptionnelle, est considéré comme héritage commun de l'humanité.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.95319892, + "right": 55.81417555, + "top": 48.83651619, + "bottom": -21.36768458 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.UNESCO", + "title": "PROTECTEDAREAS.UNESCO style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.UNESCO" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.ZNIEFF1$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.ZNIEFF1", + "title": "Zones écologiques de nature remarquable (ZNIEFF1)", + "description": "Inventaire des espaces naturels abritant la nature remarquable 09-2022", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PROTECTEDAREAS.ZNIEFF1.SEA$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.ZNIEFF1.SEA", + "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type I", + "description": "Espaces marin homogènes d’un point de vue écologique abritant au moins une espèce ou un habitat rare ou menacé, d’intérêt local ou régional, national ou communautaire. Espaces marin d’intérêt fonctionnel pour le fonctionnement écologique local. 10-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.875, + "right": 55.8984375, + "top": 51.16890625, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.ZNIEFF1.SEA", + "title": "PROTECTEDAREAS.ZNIEFF1.SEA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.ZNIEFF1.SEA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.ZNIEFF2$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.ZNIEFF2", + "title": "Zones fonctionnelles de nature remarquable (ZNIEFF2)", + "description": "Inventaire des espaces fonctionnels indispensables à la nature remarquable.
Date des données", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PROTECTEDAREAS.ZNIEFF2.SEA$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.ZNIEFF2.SEA", + "title": "Zones naturelles d’intérêt écologique faunistique et floristique (ZNIEFF) marine type II", + "description": "Grands ensembles naturels ou peu modifiés marin offrant des potentialités biologiques importantes. 10-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -54.052734375, + "right": 55.8984375, + "top": 50.338242188, + "bottom": -21.431132812 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.ZNIEFF2.SEA", + "title": "PROTECTEDAREAS.ZNIEFF2.SEA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.ZNIEFF2.SEA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.ZPR$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.ZPR", + "title": "Zones de protection renforcée", + "description": "L'arrêté préfectoral fixant la liste départementale de sites d'intérêt géologique est un outil règlementaire qui vise à protéger, par des mesures générales, les sites géologiques qui sont mentionnés en son sein. Il s'agit d'un des deux outils mis en place par le décret du 28 décembre 2015 codifié aux articles R.411-17-1 et 17-2 du code de l'environnement et précisé par la Note du 1er décembre 2016 relative à la protection des sites d'intérêt géologique", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -2.70339452, + "right": 81.5276315, + "top": 48.52637697, + "bottom": -51.59472222 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.ZPR", + "title": "PROTECTEDAREAS.ZPR style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.ZPR" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.ZPS$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.ZPS", + "title": "Sites NATURA 2000 au titre de la Directive Oiseaux", + "description": "Le réseau Natura 2000 s'inscrit au coeur de la politique de conservation de la nature de l'Union européenne et est un élément clé de l'objectif visant à enrayer l'érosion de la biodiversité.04-2023", + "globalConstraint": { + "minScaleDenominator": 8530.918335399, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "PROTECTEDAREAS.ZPS", + "title": "PROTECTEDAREAS.ZPS" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/PROTECTEDAREAS.ZPS-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "PROTECTEDSITES.MNHN.RESERVES-REGIONALES$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES", + "title": "Réserves naturelles régionales", + "description": "Les réserves naturelles régionales sont gérées prioritairement à des fins de conservation de la nature. Elles sont placées sous la responsabilité exclusive des conseils régionaux. 09-2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.6198922, + "right": 7.68631242, + "top": 51.02328693, + "bottom": 42.44788121 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDSITES.MNHN.RESERVES-REGIONALES", + "title": "PROTECTEDSITES.MNHN.RESERVES-REGIONALES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDSITES.MNHN.RESERVES-REGIONALES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RAPIDEYE_PYR-JPEG_WLD_WM_ESPACE-PRO$GEOPORTAIL:OGC:WMS": { + "name": "RAPIDEYE_PYR-JPEG_WLD_WM_ESPACE-PRO", + "title": "GEOSUD / RapidEye (2010)", + "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "globalConstraint": { + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.80725, + "right": 10.961, + "top": 50.9218, + "bottom": 41.2014 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RAPIDEYE_PYR-JPEG_WLD_WM_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RAPIDEYE_PYR-JPEG_WLD_WM_WMS", + "title": "GEOSUD / RapidEye (2010)", + "description": "Image satellitaire de la France métropolitaine effectuée en 2010 par les satellites de télédétection RapidEye dans le cadre du projet EQUIPEX GEOSUD.", + "globalConstraint": { + "minScaleDenominator": 17061.836670798, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -5.80725, + "right": 10.961, + "top": 50.9218, + "bottom": 41.2014 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_FXX_LAMB93_WMS", + "title": "RGEALTI-DST_PYR-ZIP_FXX_LAMB93_WMS1", + "description": "Masque de distance RGEALTI", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -5.21064, + "right": 9.66314, + "top": 51.1053, + "bottom": 41.3156 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:LAMB93", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_GLP_WGS84UTM20_WMS", + "title": "RGEALTI-DST_PYR-ZIP_GLP_WGS84UTM20_WMS20161222", + "description": "RGEALTI du DST pour la PYR-ZIP de la GLP en WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -19.407, + "right": 131.269, + "top": 71.525, + "bottom": 11.8019 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_GUF_UTM22RGFG95_WMS", + "title": "RGEALTI-DST_PYR-ZIP_GUF_UTM22RGFG95_01-06-2021", + "description": "RGEALTI DST de la Guyane", + "globalConstraint": { + "minScaleDenominator": 1828571.428571428, + "maxScaleDenominator": 468114285.7142857, + "bbox": { + "left": -54.6466, + "right": -51.6025, + "top": 5.78976, + "bottom": 2.07668 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM22RGFG95", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_MTQ_WGS84UTM20_WMS", + "title": "RGEALTI-DST_PYR-ZIP_MTQ_WGS84UTM20_WMS20160315", + "description": "RGEALTI DST de la Martinique en WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -61.2379, + "right": -60.7972, + "top": 14.8818, + "bottom": 14.3811 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_MYT_RGM04UTM38S_WMS", + "title": "RGEALTI-DST_PYR-ZIP_MYT_RGM04UTM38S_WMS_20150925", + "description": "Masque de DiSTance de la MYT", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": 44.9723, + "right": 45.3043, + "top": -12.6278, + "bottom": -13.0078 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGM04UTM38S", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_REU_RGR92UTM40S_WMS", + "title": "RGEALTI-DST_PYR-ZIP_REU_RGR92UTM40S_WMS_20160802", + "description": "Masque de DiSTance de la Réunion", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": 55.1961, + "right": 55.8466, + "top": -20.8447, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGR92UTM40S", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_SBA_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_SBA_WGS84UTM20_WMS", + "title": "RGEALTI-DST_PYR-ZIP_SBA_WGS84UTM20_WMS20161222", + "description": "RGEALTI du SRC en PYR-ZIP de SBA en WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -19.407, + "right": 131.269, + "top": 71.525, + "bottom": 11.8019 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-DST_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-DST_PYR-ZIP_SPM_RGSPM06U21_WMS", + "title": "RGEALTI-DST_PYR-ZIP_SPM_RGSPM06U21_WMS_20170613", + "description": "Masque de DiSTance de Saint-Pierre-et-Miquelon", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -56.5287, + "right": -56.0767, + "top": 47.1505, + "bottom": 46.7429 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGSPM06U21", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_FXX_LAMB93_WMS1", + "description": "MNT RGEALTI", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -5.32038, + "right": 9.66314, + "top": 51.1213, + "bottom": 41.3156 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:LAMB93", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_GLP_WGS84UTM20_WMS20200706", + "description": "RGEALTI des MNT en PYR-ZIP pour la GLP en WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -19.407, + "right": 131.269, + "top": 71.525, + "bottom": 11.8019 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_GUF_UTM22RGFG95_WMS2", + "description": "RGEALTI MNT GUYANE", + "globalConstraint": { + "minScaleDenominator": 1828571.428571428, + "maxScaleDenominator": 468114285.7142857, + "bbox": { + "left": -54.6466, + "right": -51.6025, + "top": 5.78976, + "bottom": 2.07668 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM22RGFG95", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_MTQ_WGS84UTM20_WMS20160317", + "description": "RGEALTI du MNT de la Martinique.", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -61.2379, + "right": -60.7972, + "top": 14.8818, + "bottom": 14.3811 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_MYT_RGM04UTM38S_WMS_20151001", + "description": "MNT RGEALTI de MaYotTe", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": 44.9723, + "right": 45.3043, + "top": -12.6278, + "bottom": -13.0078 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGM04UTM38S", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_REU_RGR92UTM40S_WMS", + "description": "Modèle Numérique de la Réunion", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": 55.1961, + "right": 55.8466, + "top": -20.8447, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGR92UTM40S", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS", + "title": "RGEALTI-MNT_PYR-ZIP_SPM_RGSPM06U21_WMS_20170617", + "description": "RGEALTI des MNT en PYR-ZIP pour SMP en RGSPM06U21", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -56.5287, + "right": -56.0767, + "top": 47.1505, + "bottom": 46.7429 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGSPM06U21", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + }, + { + "name": "estompage_grayscale", + "title": "Estompage" + }, + { + "name": "hypso_noalpha", + "title": "Teintes Hypsométriques Sans Transparence" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + }, + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_FXX_LAMB93_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_FXX_LAMB93_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_FXX_LAMB93_WMS1", + "description": "Masque de source RGEALTI", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -5.32038, + "right": 9.72733, + "top": 51.1206, + "bottom": 41.294 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:LAMB93", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_GLP_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_GLP_WGS84UTM20_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_GLP_WGS84UTM20_23-09-2020", + "description": "RGEALTI du SRC en PYR-ZIP de la GLP_WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -19.407, + "right": 131.269, + "top": 71.525, + "bottom": 11.8019 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_GUF_UTM22RGFG95_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_GUF_UTM22RGFG95_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_GUF_UTM22RGFG95_01-06-2021", + "description": "RGEALTI MNT GUYANE", + "globalConstraint": { + "minScaleDenominator": 1828571.428571428, + "maxScaleDenominator": 468114285.7142857, + "bbox": { + "left": -54.6466, + "right": -51.6025, + "top": 5.78976, + "bottom": 2.07668 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM22RGFG95", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_MTQ_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_MTQ_WGS84UTM20_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_MTQ_WGS84UTM20_WMS_20180427", + "description": "RGEALTI du SRC de la Martinique en WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -61.2379, + "right": -60.7972, + "top": 14.8818, + "bottom": 14.3811 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_MYT_RGM04UTM38S_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_MYT_RGM04UTM38S_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_MYT_RGM04UTM38S_20180427", + "description": "Masque de source RGEALTI de la MYT", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": 44.9723, + "right": 45.4504, + "top": -12.6278, + "bottom": -13.0078 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGM04UTM38S", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_REU_RGR92UTM40S_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_REU_RGR92UTM40S_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_REU_RGR92UTM40S_WMS_20180427", + "description": "Masque de SouRCe de la Réunion", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": 55.1961, + "right": 55.8755, + "top": -20.8447, + "bottom": -21.4013 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGR92UTM40S", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_SBA_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_SBA_WGS84UTM20_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_SBA_WGS84UTM20_WMS_20180427", + "description": "Pyr WMS du RGEALTI SRC en WGS84UTM20", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -19.407, + "right": 131.269, + "top": 71.525, + "bottom": 11.8019 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_SMA_WGS84UTM20_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_SMA_WGS84UTM20_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_SMA_WGS84UTM20_WMS", + "description": "SRC RASTER SMA", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -19.407, + "right": 131.269, + "top": 71.525, + "bottom": 11.8019 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:UTM20W84MART", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "RGEALTI-SRC_PYR-ZIP_SPM_RGSPM06U21_WMS$GEOPORTAIL:OGC:WMS": { + "name": "RGEALTI-SRC_PYR-ZIP_SPM_RGSPM06U21_WMS", + "title": "RGEALTI-SRC_PYR-ZIP_SPM_RGSPM06U21_WMS_20180427", + "description": "Masque de SouRCe de Saint-Pierre-et-Miquelon", + "globalConstraint": { + "minScaleDenominator": 3571.428571429, + "maxScaleDenominator": 3571428.571428571, + "bbox": { + "left": -56.5287, + "right": -56.0767, + "top": 47.1505, + "bottom": 46.7429 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:RGSPM06U21", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "SCAN1000_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "SCAN1000_PYR-JPEG_WLD_WM", + "title": "SCAN1000 France métropolitaine 2021 (WM)", + "description": "Le produit SCAN 1000® version 2 est une collection d'images numériques en couleurs, obtenues par rastérisation des données vecteur de la carte nationale France (901) à l'échelle 1 :1,000,000ième. Le produit couvre l'ensemble du territoire français métropolitain et la Corse.", + "globalConstraint": { + "minScaleDenominator": 545978.773465546, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -6.42088, + "right": 13.55, + "top": 51.444, + "bottom": 40.2891 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "SCAN1000", + "title": "Légende du 1/1000000" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SCAN1000_PYR-JPEG_WLD_WM-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "SCANDEP_PYR-JPEG_FXX_WM$GEOPORTAIL:OGC:WMS": { + "name": "SCANDEP_PYR-JPEG_FXX_WM", + "title": "SCANDEP WM FXX 2011", + "description": "Le produit SCAN Départemental® version 3 est une collection d'images cartographiques numériques en couleur, obtenues par rastérisation des données vecteur de la série « Cartes départementales » éditées par l'IGN. Ces images couvrent l'ensemble du territoire français métropolitain.", + "globalConstraint": { + "minScaleDenominator": 68247.346683193, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -6.42088, + "right": 11.4297, + "top": 51.1615, + "bottom": 40.8097 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "SCANEM40_PYR_PNG_FXX_LAMB93$GEOPORTAIL:OGC:WMS": { + "name": "SCANEM40_PYR_PNG_FXX_LAMB93", + "title": "SCANEM40 LAMB93 FXX 2012", + "description": "Le produit SCAN Etat-major® 40K est une collection d'images cartographiques numériques en couleurs, obtenues par scannage et assemblage géoréférencé des cartes d'Etat-major au 1 : 40 000. Le produit SCAN Etat-major® 40K se compose d'images numériques sans habillage ni surcharge et d'indications de géoréférencement.", + "globalConstraint": { + "minScaleDenominator": 14285.714285714, + "maxScaleDenominator": 117028571.42857142, + "bbox": { + "left": -6.0889, + "right": 10.961, + "top": 50.9218, + "bottom": 41.1844 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "IGNF:LAMB93", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "SCANREG_PYR-JPEG_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "SCANREG_PYR-JPEG_WLD_WM", + "title": "Scan Régional FXX WM 08-2021", + "description": "Le produit SCAN Régional® version 2 est une collection d'images cartographiques numériques en couleur, obtenues par rastérisation des données vecteur de la série « Cartes régionales » éditées par l'IGN. Ces images couvrent l'ensemble du territoire français métropolitain.", + "globalConstraint": { + "minScaleDenominator": 136494.693366386, + "maxScaleDenominator": 559082264.0287179, + "bbox": { + "left": -6.42088, + "right": 12.138, + "top": 51.4441, + "bottom": 40.8097 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "SCANREG", + "title": "Légende du 1/1000000" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/annexes/ressources/legendes/SCANREG_PYR-JPEG_WLD_WM-legend.png" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "SECUROUTE.TE.1TE$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.1TE", + "title": "Tronçons routiers 1TE", + "description": "Tronçons routiers 1TE", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.1TE", + "title": "SECUROUTE.TE.1TE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.1TE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.2TE48$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.2TE48", + "title": "Tronçons routiers 2TE48", + "description": "Tronçons routiers 2TE48", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.2TE48", + "title": "SECUROUTE.TE.2TE48 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.2TE48" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.ALL$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.ALL", + "title": "Tous les franchissements", + "description": "Tous les franchissements", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.ALL", + "title": "SECUROUTE.TE.ALL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.ALL" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.OA$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.OA", + "title": "Franchissements ouvrage d'art", + "description": "Franchissements ouvrage d'art", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.OA", + "title": "SECUROUTE.TE.OA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.OA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.PN$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.PN", + "title": "Franchissements passage à niveau", + "description": "Franchissements passage à niveau", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.PN", + "title": "SECUROUTE.TE.PN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.PN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.PND$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.PND", + "title": "Franchissements passage à niveau difficile", + "description": "Franchissements passage à niveau difficile", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.PND", + "title": "SECUROUTE.TE.PND style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.PND" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.TE120$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.TE120", + "title": "Tronçons routiers TE120", + "description": "Tronçons routiers TE120", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.TE120", + "title": "SECUROUTE.TE.TE120 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.TE120" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.TE72$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.TE72", + "title": "Tronçons routiers TE72", + "description": "Tronçons routiers TE72", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.5, + "right": 9.9, + "top": 51.3, + "bottom": 41.2 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.TE72", + "title": "SECUROUTE.TE.TE72 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.TE72" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SECUROUTE.TE.TE94$GEOPORTAIL:OGC:WMS": { + "name": "SECUROUTE.TE.TE94", + "title": "Tronçons routiers TE94", + "description": "Tronçons routiers TE94", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 10.1953125, + "top": 51.9734375, + "bottom": 40.7359375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SECUROUTE.TE.TE94", + "title": "SECUROUTE.TE.TE94 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SECUROUTE.TE.TE94" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "THR.ORTHOIMAGERY.ORTHOPHOTOS$GEOPORTAIL:OGC:WMS": { + "name": "THR.ORTHOIMAGERY.ORTHOPHOTOS", + "title": "Photographies aériennes très haute résolution", + "description": "Orthophotographies aériennes d'une résolution de 10cm à 5cm selon disponibilité.", + "globalConstraint": { + "minScaleDenominator": 533.182395962, + "maxScaleDenominator": 8735660.375448715, + "bbox": { + "left": 0.0354912, + "right": 6.02353, + "top": 49.6969, + "bottom": 43.1533 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST$GEOPORTAIL:OGC:WMS": { + "name": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", + "title": "Points de repère routiers (PR)", + "description": "Ensemble des points de repère situés sur les routes départementales, nationales ou infrastructures autoroutières concédées de France métropolitaine. Edition 22.4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST", + "title": "TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TRANSPORTNETWORK.COMMONTRANSPORTELEMENTS.MARKERPOST" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "TRANSPORTNETWORKS.ROADS$GEOPORTAIL:OGC:WMS": { + "name": "TRANSPORTNETWORKS.ROADS", + "title": "Couche Routes", + "description": "Couche Routes multi-produits (BDTopo, BDCarto, ERM, EGM)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 89.0, + "bottom": -89.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TRANSPORTNETWORKS.ROADS", + "title": "TRANSPORTNETWORKS.ROADS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TRANSPORTNETWORKS.ROADS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "TRANSPORTNETWORKS.ROADS.DIRECTION$GEOPORTAIL:OGC:WMS": { + "name": "TRANSPORTNETWORKS.ROADS.DIRECTION", + "title": "Sens de circulation", + "description": "Affichage des sens de circulation du réseau routier", + "globalConstraint": { + "minScaleDenominator": 2132.72958385, + "maxScaleDenominator": 17061.836670798, + "bbox": { + "left": -63.3725, + "right": 55.9259, + "top": 51.3121, + "bottom": -21.4756 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-r/wms" + } + }, + "defaultProjection": "EPSG:3857", + "queryable": false, + "metadata": [], + "styles": [ + { + "name": "normal", + "title": "Légende générique" + } + ], + "legends": [ + { + "format": "image/jpeg", + "url": "https://data.geopf.fr/annexes/ressources/legendes/LEGEND.jpg" + } + ], + "formats": [ + { + "name": "image/jpeg", + "current": true + }, + { + "name": "image/png", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/x-bil;bits=32", + "current": false + } + ] + }, + "TRANSPORTS.DRONES.RESTRICTIONS$GEOPORTAIL:OGC:WMS": { + "name": "TRANSPORTS.DRONES.RESTRICTIONS", + "title": "Restrictions UAS catégorie Ouverte et Aéromodélisme", + "description": "Représentation des zones soumises à interdictions ou à restrictions pour l’usage, à titre de loisir, d’aéronefs télépilotés (ou drones), sur le territoire métropolitain. Cette carte est basée sur l’arrêté « espace » du 17 décembre 2015 et ne couvre pas les interdictions temporaires. La représentation des zones soumises à interdictions ou à restrictions n’engage pas la responsabilité des producteurs de la donnée. Le contour des agglomérations est fourni à titre purement indicatif. Consultez les interdictions temporaires sur https://www.sia.aviation-civile.gouv.fr/.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -7.99999703, + "right": 10.70000198, + "top": 51.09333213, + "bottom": 40.84341536 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TRANSPORTS.DRONES.RESTRICTIONS", + "title": "TRANSPORTS.DRONES.RESTRICTIONS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TRANSPORTS.DRONES.RESTRICTIONS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ACADEMIES.2015$GEOPORTAIL:OGC:WMS": { + "name": "ACADEMIES.2015", + "title": "Académies", + "description": "L'académie est la circonscription administrative de l'éducation nationale. La France est partagée en 30 académies dont 26 académies métropolitaines et quatre académies d'outre-mer : Guadeloupe, Guyane, Martinique et La Réunion . Chaque académie correspond à une région, sauf en Île-de-France, Rhône-Alpes et Provence-Alpes-Côte d'Azur. Les autres collectivités d'outre-mer disposent d'un vice-rectorat ou de services de l'éducation nationale. Sources : IGN BD Topo 2015, MENESR avril 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.809833, + "right": 55.8366539, + "top": 51.0890012, + "bottom": -21.3896308 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ACADEMIES.2015", + "title": "ACADEMIES.2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ACADEMIES.2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ACCES.BIOMETHANE$GEOPORTAIL:OGC:WMS": { + "name": "ACCES.BIOMETHANE", + "title": "Cartographie des accès biomethane", + "description": "Cartographie des accès biomethane", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.13901729, + "right": 8.23029497, + "top": 51.0893967, + "bottom": 42.33348862 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ACCES.BIOMETHANE", + "title": "ACCES.BIOMETHANE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ACCES.BIOMETHANE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ADMINEXPRESS_COG$GEOPORTAIL:OGC:WMS": { + "name": "ADMINEXPRESS_COG", + "title": "Limites administratives mises à jour en continu", + "description": "Limites administratives mises à jour en continu avec COG Version : 03-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.0847418, + "right": 55.83665387, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ADMINEXPRESS_COG", + "title": "ADMINEXPRESS_COG style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ADMINEXPRESS_COG" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ADMINEXPRESS_COG_CARTO$GEOPORTAIL:OGC:WMS": { + "name": "ADMINEXPRESS_COG_CARTO", + "title": "Limites administratives COG Carto", + "description": "Limites administratives COG carto avec COG édition : 04-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.0847418, + "right": 55.83662923, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ADMINEXPRESS_COG_CARTO", + "title": "ADMINEXPRESS_COG_CARTO style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ADMINEXPRESS_COG_CARTO" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ADMINISTRATIVEUNITS.BOUNDARIES.EXPRESS$GEOPORTAIL:OGC:WMS": { + "name": "ADMINISTRATIVEUNITS.BOUNDARIES.EXPRESS", + "title": "Limites administratives mises à jour en continu", + "description": "Limites administratives mises à jour en continu. Version mars 2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.0847418, + "right": 55.83665387, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ADMINISTRATIVEUNITS.BOUNDARIES.EXPRESS", + "title": "ADMINISTRATIVEUNITS.BOUNDARIES.EXPRESS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ADMINISTRATIVEUNITS.BOUNDARIES.EXPRESS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "AccessFor_accessibilite_porteur$GEOPORTAIL:OGC:WMS": { + "name": "AccessFor_accessibilite_porteur", + "title": "Accessibilite", + "description": "Accessibilité en porteur sur l'ensemble des zones du projet AccessFor", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.672938872, + "right": 6.431484358, + "top": 48.10886216, + "bottom": 44.314492748 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-AccessFor_accessibilite_porteur", + "title": "AccessFor_accessibilite_porteur style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AccessFor_accessibilite_porteur" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "AccessFor_accessibilite_skidder_restrictif$GEOPORTAIL:OGC:WMS": { + "name": "AccessFor_accessibilite_skidder_restrictif", + "title": "Accessibilite", + "description": "Accessibilité en skidder (option plus restrictif) sur l'ensemble des zones du projet AccessFor", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.672938872, + "right": 6.431484358, + "top": 48.10886216, + "bottom": 44.314492748 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-AccessFor_accessibilite_skidder_restrictif", + "title": "AccessFor_accessibilite_skidder_restrictif style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AccessFor_accessibilite_skidder_restrictif" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "AccessFor_desserte$GEOPORTAIL:OGC:WMS": { + "name": "AccessFor_desserte", + "title": "Accessibilite", + "description": "Desserte classifiée sur l'ensemble des zones du projet AccessFor", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.646651846, + "right": 6.431537432, + "top": 48.127086162, + "bottom": 44.296758246 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-AccessFor_desserte", + "title": "AccessFor_desserte style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AccessFor_desserte" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "AccessFor_skidder$GEOPORTAIL:OGC:WMS": { + "name": "AccessFor_skidder", + "title": "Skidder", + "description": "Accessibilité en skidder sur l'ensemble des zones du projet AccessFor", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.672938872, + "right": 6.431484358, + "top": 48.10886216, + "bottom": 44.314492748 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-AccessFor_skidder", + "title": "AccessFor_skidder style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AccessFor_skidder" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "AccessFor_skidder_restrictif_v2$GEOPORTAIL:OGC:WMS": { + "name": "AccessFor_skidder_restrictif_v2", + "title": "Skidder_restrictif", + "description": "Accessibilité en skidder -restrictif- sur l'ensemble des zones du projet AccessFor", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.672938872, + "right": 6.431484358, + "top": 48.10886216, + "bottom": 44.314492748 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-AccessFor_skidder_restrictif_v2", + "title": "AccessFor_skidder_restrictif_v2 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=AccessFor_skidder_restrictif_v2" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BAN.DATA.GOUV$GEOPORTAIL:OGC:WMS": { + "name": "BAN.DATA.GOUV", + "title": "Base Adresse Nationale édition : 2024-02-01", + "description": "Données Base Adresse Nationale édition : 2024-02-01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -149.765625, + "right": 166.9921875, + "top": 51.27109375, + "bottom": -22.475 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BAN.DATA.GOUV", + "title": "BAN.DATA.GOUV style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BAN.DATA.GOUV" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G$GEOPORTAIL:OGC:WMS": { + "name": "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G", + "title": "BDADRESSE Point Adresse 18.2 édition 2017", + "description": "BDADRESSE Point Adresse 18.2 édition 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15332019, + "right": 55.83665387, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G", + "title": "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G_WMS_20190205$GEOPORTAIL:OGC:WMS": { + "name": "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G_WMS_20190205", + "title": "BDADRESSE Point Adresse 18.2 édition 2017", + "description": "BDADRESSE Point Adresse 18.2 édition 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15332019, + "right": 55.83665387, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G_WMS_20190205", + "title": "BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G_WMS_20190205 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDADRESSE-POINTADRESSE_BDD_FXX_RGF93G_WMS_20190205" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-ADMINISTRATIF_WLD_WGS84G", + "title": "BDCarto Administratif édition 2023-03-15", + "description": "BDCarto Administratif édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-ADMINISTRATIF_WLD_WGS84G", + "title": "BDCARTO-ADMINISTRATIF_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-ADMINISTRATIF_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-BATI_WLD_WGS84G", + "title": "BDCarto Bâti édition 2023-03-15", + "description": "BDCarto Bâti édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-BATI_WLD_WGS84G", + "title": "BDCARTO-BATI_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-BATI_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G", + "title": "BDCARTO Administratif 21.1 edition 2021", + "description": "BDCARTO 21.1 edition 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G", + "title": "BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-ADMINISTRATIF_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G", + "title": "BDCARTO Equipement 21.1 edition 2021 Monde", + "description": "BDCARTO 21.1 edition 2021 Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G", + "title": "BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-EQUIPEMENT_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G", + "title": "BDCARTO Habillage 21.1 edition 2021", + "description": "BDCARTO 21.1 edition 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G", + "title": "BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-HABILLAGE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", + "title": "BDCARTO Hydrographie 21.1 edition 2021", + "description": "BDCARTO 21.1 edition 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", + "title": "BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-HYDROGRAPHIE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G", + "title": "BDCARTO Réseau Ferré 21.1 edition 2021", + "description": "BDCARTO 21.1 edition 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G", + "title": "BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-RESEAU_FERRE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", + "title": "BDCARTO Réseau Routier 21.1 edition 2021", + "description": "BDCARTO 21.1 edition 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", + "title": "BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G", + "title": "BDCARTO Toponyme 21.1 edition 2021", + "description": "BDCARTO 21.1 edition 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-GEOPO-TOPONYME_WLD_WGS84G", + "title": "BDCARTO-GEOPO-TOPONYME_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-GEOPO-TOPONYME_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-HYDROGRAPHIE_WLD_WGS84G", + "title": "BDCarto Hydrographie édition 2023-03-15", + "description": "BDCarto Hydrographie édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-HYDROGRAPHIE_WLD_WGS84G", + "title": "BDCARTO-HYDROGRAPHIE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-HYDROGRAPHIE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-LIEUX_NOMMES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-LIEUX_NOMMES_WLD_WGS84G", + "title": "BDCarto Lieux nommés édition 2023-03-15", + "description": "BDCarto Lieux nommés édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-LIEUX_NOMMES_WLD_WGS84G", + "title": "BDCARTO-LIEUX_NOMMES_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-LIEUX_NOMMES_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G", + "title": "BDCarto Occupation du sol édition 2023-03-15", + "description": "BDCarto Occupation du sol édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G", + "title": "BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-OCCUPATION_DU_SOL_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G", + "title": "BDCarto Services et activités édition 2023-03-15", + "description": "BDCarto Services et activités édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G", + "title": "BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-SERVICE_ET_ACTIVITES_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-TRANSPORT_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-TRANSPORT_WLD_WGS84G", + "title": "BDCarto Transports édition 2023-03-15", + "description": "BDCarto Transports édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-TRANSPORT_WLD_WGS84G", + "title": "BDCARTO-TRANSPORT_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-TRANSPORT_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G", + "title": "BDCarto Zones réglementées édition 2023-03-15", + "description": "BDCarto Zones réglementées édition 2023-03-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G", + "title": "BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDCARTO-ZONES_REGLEMENTEES_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDFORETV2_BDD_FXX_LAMB93$GEOPORTAIL:OGC:WMS": { + "name": "BDFORETV2_BDD_FXX_LAMB93", + "title": "BDForêt V2", + "description": "BDForêt V2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52320944, + "right": 9.65507376, + "top": 50.9718316, + "bottom": 41.32147402 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDFORETV2_BDD_FXX_LAMB93", + "title": "BDFORETV2_BDD_FXX_LAMB93 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDFORETV2_BDD_FXX_LAMB93" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDGEODESIQUE-RGP_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { + "name": "BDGEODESIQUE-RGP_BDD-POI_WLD", + "title": "Réseau GNSS permanent", + "description": "Réseau de stations permanentes permettant un accès qualifié aux données d'observation des constellations de satellites de positionnement (GPS, GLONASS, Galileo …).", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.180792, + "right": 140.009732, + "top": 51.81018838, + "bottom": -66.68794411 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDGEODESIQUE-RGP_BDD-POI_WLD", + "title": "BDGEODESIQUE-RGP_BDD-POI_WLD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDGEODESIQUE-RGP_BDD-POI_WLD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDGEODESIQUE-RN_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { + "name": "BDGEODESIQUE-RN_BDD-POI_WLD", + "title": "Réseau de nivellement", + "description": "Réseau de près de quatre-cent mille repères matérialisés répartis en mailles le long des voies de communication et dont l'altitude est déterminée avec une très grande précision.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.180792, + "right": 140.009732, + "top": 51.81018838, + "bottom": -66.68794411 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDGEODESIQUE-RN_BDD-POI_WLD", + "title": "BDGEODESIQUE-RN_BDD-POI_WLD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDGEODESIQUE-RN_BDD-POI_WLD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { + "name": "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD", + "title": "Réseau de base français (RBF)", + "description": "Réseau de bornes et repères, constitué d’un millier de sites déterminés et entretenus avec exactitude en coordonnées, altitude et gravimétrie.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.180792, + "right": 140.009732, + "top": 51.81018838, + "bottom": -66.68794411 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDGEODESIQUE-SITE-RBF_BDD-POI_WLD", + "title": "BDGEODESIQUE-SITE-RBF_BDD-POI_WLD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDGEODESIQUE-SITE-RBF_BDD-POI_WLD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { + "name": "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD", + "title": "Réseau de détail français (RDF)", + "description": "Réseau de bornes et repères, constitué d’environ soixante-quinze mille sites connus en coordonnées et dont seule l’information documentaire est entretenue.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.180792, + "right": 140.009732, + "top": 51.81018838, + "bottom": -66.68794411 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDGEODESIQUE-SITE-RDF_BDD-POI_WLD", + "title": "BDGEODESIQUE-SITE-RDF_BDD-POI_WLD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDGEODESIQUE-SITE-RDF_BDD-POI_WLD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDGEODESIQUE-TRIPLET_BDD-POI_WLD$GEOPORTAIL:OGC:WMS": { + "name": "BDGEODESIQUE-TRIPLET_BDD-POI_WLD", + "title": "Triplets de repères de nivellement", + "description": "Composante du réseau de nivellement constituée de groupes d’au moins trois repères faisant l’objet d’un entretien régulier. Cette composante est en cours de constitution et comprendra environ treize mille cinq-cents triplets.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.180792, + "right": 140.009732, + "top": 51.81018838, + "bottom": -66.68794411 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDGEODESIQUE-TRIPLET_BDD-POI_WLD", + "title": "BDGEODESIQUE-TRIPLET_BDD-POI_WLD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDGEODESIQUE-TRIPLET_BDD-POI_WLD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDPR_BDD_FXX_LAMB93_223$GEOPORTAIL:OGC:WMS": { + "name": "BDPR_BDD_FXX_LAMB93_223", + "title": "Points de repère routiers (PR)", + "description": "Ensemble des points de repère situés sur les routes départementales, nationales ou infrastructures autoroutières concédées de France métropolitaine. Edition 22.3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDPR_BDD_FXX_LAMB93_223", + "title": "BDPR_BDD_FXX_LAMB93_223 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDPR_BDD_FXX_LAMB93_223" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDPR_BDD_FXX_LAMB93_224$GEOPORTAIL:OGC:WMS": { + "name": "BDPR_BDD_FXX_LAMB93_224", + "title": "Points de repère routiers (PR)", + "description": "Ensemble des points de repère situés sur les routes départementales, nationales ou infrastructures autoroutières concédées de France métropolitaine. Edition 22.4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15371169, + "right": 55.83677582, + "top": 51.31504801, + "bottom": -21.38982666 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDPR_BDD_FXX_LAMB93_224", + "title": "BDPR_BDD_FXX_LAMB93_224 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDPR_BDD_FXX_LAMB93_224" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-BATI$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-BATI", + "title": "BDTopo BATI édition 2023-12-15", + "description": "BDTopo BATI édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-BATI", + "title": "BDTOPO-GEOPO-BATI style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-BATI" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-BATI_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-BATI_WLD_WGS84G", + "title": "BDTOPO Bati edition 2022.4 Géoportail Monde", + "description": "BDTOPO Bati edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-BATI_WLD_WGS84G", + "title": "BDTOPO-GEOPO-BATI_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-BATI_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-HYDROGRAPHIE$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-HYDROGRAPHIE", + "title": "BDTopo HYDROGRAPHIE édition 2023-12-15", + "description": "BDTopo HYDROGRAPHIE édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-HYDROGRAPHIE", + "title": "BDTOPO-GEOPO-HYDROGRAPHIE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-HYDROGRAPHIE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", + "title": "BDTOPO Hydrographie edition 2022.4 Géoportail Monde", + "description": "BDTOPO Hydrographie edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G", + "title": "BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-HYDROGRAPHIE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-OROGRAPHIE$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-OROGRAPHIE", + "title": "BDTopo OROGRAPHIE édition 2023-12-15", + "description": "BDTopo OROGRAPHIE édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-OROGRAPHIE", + "title": "BDTOPO-GEOPO-OROGRAPHIE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-OROGRAPHIE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G", + "title": "BDTOPO Orographie edition 2022.4 Géoportail Monde", + "description": "BDTOPO Orographie edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G", + "title": "BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-OROGRAPHIE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-RESEAU-ROUTIER$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-RESEAU-ROUTIER", + "title": "BDTopo RESEAU-ROUTIER édition 2023-12-15", + "description": "BDTopo RESEAU-ROUTIER édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-RESEAU-ROUTIER", + "title": "BDTOPO-GEOPO-RESEAU-ROUTIER style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-RESEAU-ROUTIER" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", + "title": "BDTOPO Réseau routier edition 2022.4 Géoportail Monde", + "description": "BDTOPO Réseau routier edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G", + "title": "BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-RESEAU_ROUTIER_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-TRANSPORT-ENERGIE$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-TRANSPORT-ENERGIE", + "title": "BDTopo TRANSPORT-ENERGIE édition 2023-12-15", + "description": "BDTopo TRANSPORT-ENERGIE édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-TRANSPORT-ENERGIE", + "title": "BDTOPO-GEOPO-TRANSPORT-ENERGIE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-TRANSPORT-ENERGIE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-TRANSPORT-VOIES-FERREES$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-TRANSPORT-VOIES-FERREES", + "title": "BDTopo TRANSPORT-VOIES-FERREES édition 2023-12-15", + "description": "BDTopo TRANSPORT-VOIES-FERREES édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-TRANSPORT-VOIES-FERREES", + "title": "BDTOPO-GEOPO-TRANSPORT-VOIES-FERREES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-TRANSPORT-VOIES-FERREES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G", + "title": "BDTOPO Transport dénergie edition 2022.4 Géoportail Monde", + "description": "BDTOPO Transport dénergie edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G", + "title": "BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-TRANSPORT_ENERGIE_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G", + "title": "BDTOPO Voies ferrées edition 2022.4 Géoportail Monde", + "description": "BDTOPO Voies ferrées edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G", + "title": "BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-TRANSPORT_VOIES_FERREES_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-VEGETATION$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-VEGETATION", + "title": "BDTopo VEGETATION édition 2023-12-15", + "description": "BDTopo VEGETATION édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-VEGETATION", + "title": "BDTOPO-GEOPO-VEGETATION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-VEGETATION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G", + "title": "BDTOPO Végétation edition 2022.4 Géoportail Monde", + "description": "BDTOPO edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-VEGETATION_WLD_WGS84G", + "title": "BDTOPO-GEOPO-VEGETATION_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-VEGETATION_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-ZONE-ACTIVITES$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-ZONE-ACTIVITES", + "title": "BDTopo ZONE-ACTIVITES édition 2023-12-15", + "description": "BDTopo ZONE-ACTIVITES édition 2023-12-15", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.9734375, + "bottom": -21.77265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-ZONE-ACTIVITES", + "title": "BDTOPO-GEOPO-ZONE-ACTIVITES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-ZONE-ACTIVITES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G$GEOPORTAIL:OGC:WMS": { + "name": "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G", + "title": "BDTOPO Zone d'activités edition 2022.4 Géoportail Monde", + "description": "BDTOPO edition 2022.4 Géoportail Monde", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G", + "title": "BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BDTOPO-GEOPO-ZONE-ACTIVITES_WLD_WGS84G" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BESOIN.CHALEUR.INDUSTRIEL$GEOPORTAIL:OGC:WMS": { + "name": "BESOIN.CHALEUR.INDUSTRIEL", + "title": "Estimation de besoins de chaleur - secteur industriel", + "description": "Estimation de besoins de chaleur - secteur industriel", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.809764, + "right": 55.8366924, + "top": 51.0889911, + "bottom": -21.3897308 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BESOIN.CHALEUR.INDUSTRIEL", + "title": "BESOIN.CHALEUR.INDUSTRIEL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BESOIN.CHALEUR.INDUSTRIEL" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BESOIN.CHALEUR.RESIDENTIEL$GEOPORTAIL:OGC:WMS": { + "name": "BESOIN.CHALEUR.RESIDENTIEL", + "title": "Estimation de besoins de chaleur - secteur résidentiel", + "description": "Estimation de besoins de chaleur - secteur résidentiel", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.51323998, + "right": 9.65362154, + "top": 50.97155127, + "bottom": 41.34951891 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BESOIN.CHALEUR.RESIDENTIEL", + "title": "BESOIN.CHALEUR.RESIDENTIEL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BESOIN.CHALEUR.RESIDENTIEL" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BESOIN.CHALEUR.TERTIAIRE$GEOPORTAIL:OGC:WMS": { + "name": "BESOIN.CHALEUR.TERTIAIRE", + "title": "Estimation de besoins de chaleur - secteur tertiaire", + "description": "Estimation de besoins de chaleur - secteur tertiaire", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.51009742, + "right": 8.40561515, + "top": 50.9647334, + "bottom": 42.10722821 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BESOIN.CHALEUR.TERTIAIRE", + "title": "BESOIN.CHALEUR.TERTIAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BESOIN.CHALEUR.TERTIAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BESOIN.FROID.RESIDENTIEL$GEOPORTAIL:OGC:WMS": { + "name": "BESOIN.FROID.RESIDENTIEL", + "title": "Estimation de besoins de froid - secteur résidentiel", + "description": "Estimation de besoins de froid - secteur résidentiel", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.51323998, + "right": 9.65362154, + "top": 50.97155127, + "bottom": 41.34951891 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BESOIN.FROID.RESIDENTIEL", + "title": "BESOIN.FROID.RESIDENTIEL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BESOIN.FROID.RESIDENTIEL" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "BESOIN.FROID.TERTIAIRE$GEOPORTAIL:OGC:WMS": { + "name": "BESOIN.FROID.TERTIAIRE", + "title": "Estimation de besoins de froid - secteur tertiaire", + "description": "Estimation de besoins de froid - secteur tertiaire", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.51009742, + "right": 8.40561515, + "top": 50.9647334, + "bottom": 42.10722821 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-BESOIN.FROID.TERTIAIRE", + "title": "BESOIN.FROID.TERTIAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BESOIN.FROID.TERTIAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CADASTRALPARCELS.COMMUNES$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.COMMUNES", + "title": "Communes - BD PARCELLAIRE", + "description": "Affichage des communes cadastrales (NB : les contours des communes de la BD TOPO® et de la BD PARCELLAIRE® ne sont pas exactement superposables ; en effet, l'origine de la donnée n'est pas la même pour ces deux ba ses (uniquement cadastre, éventuellement ajusté, pour la BD PARCELLAIRE®). Donnée établie d'après les plans cadastraux transmis par la DGFiP (Direction générale des Finances publiques).", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15313141, + "right": 55.83668585, + "top": 51.0888974, + "bottom": -21.38974728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CADASTRALPARCELS.COMMUNES", + "title": "CADASTRALPARCELS.COMMUNES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRALPARCELS.COMMUNES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CADASTRALPARCELS.GRAPHE$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.GRAPHE", + "title": "Graphe de mosaïquage des parcelles cadastrales", + "description": "Graphe de mosaïquage des parcelles cadastrales", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.809585, + "right": 55.8366799, + "top": 51.08900031, + "bottom": -21.38984989 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CADASTRALPARCELS.GRAPHE", + "title": "CADASTRALPARCELS.GRAPHE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRALPARCELS.GRAPHE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CADASTRALPARCELS.PCI_VECTEUR$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.PCI_VECTEUR", + "title": "Parcellaire cadastral édition 2024-01-01", + "description": "Parcellaire cadastral édition 2024-01-01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CADASTRALPARCELS.PCI_VECTEUR", + "title": "CADASTRALPARCELS.PCI_VECTEUR style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRALPARCELS.PCI_VECTEUR" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CADASTRALPARCELS.SECTIONS$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRALPARCELS.SECTIONS", + "title": "Sections cadastrales - BD PARCELLAIRE", + "description": "Affichage des divisions cadastrales (partie du plan cadastral correspondant à une section ou à une subdivision de section). Donnée établie d'après les plans cadastraux transmis par la DGFiP (Direction générale des Finances publiques).", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15313141, + "right": 55.83668585, + "top": 51.0888974, + "bottom": -21.38974728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CADASTRALPARCELS.SECTIONS", + "title": "CADASTRALPARCELS.SECTIONS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRALPARCELS.SECTIONS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CADASTRES.SOLAIRES.LOCAUX$GEOPORTAIL:OGC:WMS": { + "name": "CADASTRES.SOLAIRES.LOCAUX", + "title": "Cadastres solaires locaux", + "description": "Cadastres solaires locaux", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -3.060625, + "right": 3.580625, + "top": 49.242148438, + "bottom": 42.93921875 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CADASTRES.SOLAIRES.LOCAUX", + "title": "CADASTRES.SOLAIRES.LOCAUX style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CADASTRES.SOLAIRES.LOCAUX" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CAMINO$GEOPORTAIL:OGC:WMS": { + "name": "CAMINO", + "title": "Cadastre minier", + "description": "Cadastre minier", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.779, + "right": 8.9912185, + "top": 50.83777308, + "bottom": 3.13556287 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CAMINO", + "title": "CAMINO style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CAMINO" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CAPACITE.ACCUEIL.ELECTRIQUE$GEOPORTAIL:OGC:WMS": { + "name": "CAPACITE.ACCUEIL.ELECTRIQUE", + "title": "Capacité d'accueil techniquement disponible des postes électriques (fin mars 2023)", + "description": "Capacité d'accueil techniquement disponible des postes électriques (fin mars 2023)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.03320964, + "right": 8.3816874, + "top": 50.91468534, + "bottom": -5.98385631 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CAPACITE.ACCUEIL.ELECTRIQUE", + "title": "CAPACITE.ACCUEIL.ELECTRIQUE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CAPACITE.ACCUEIL.ELECTRIQUE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CJP-PARCS-JARDINS_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "CJP-PARCS-JARDINS_BDD-POI_WLD_WM", + "title": "Parcs et Jardins", + "description": "Il n'y a pas de description de définie pour cette couche.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CJP-PARCS-JARDINS_BDD-POI_WLD_WM", + "title": "CJP-PARCS-JARDINS_BDD-POI_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CJP-PARCS-JARDINS_BDD-POI_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC00R_BDD_WLD_WM_20180322$GEOPORTAIL:OGC:WMS": { + "name": "CLC00R_BDD_WLD_WM_20180322", + "title": "CORINE Land Cover - 2000 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 51.29468547, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC00R_BDD_WLD_WM_20180322", + "title": "CLC00R_BDD_WLD_WM_20180322 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC00R_BDD_WLD_WM_20180322" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC06R_BDD_WLD_WM_20180322$GEOPORTAIL:OGC:WMS": { + "name": "CLC06R_BDD_WLD_WM_20180322", + "title": "CORINE Land Cover - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes pour la Métropole et 50 postes pour les DOM . CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de l'observation et des statistiques du ministère chargé de l'environnement. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 pour la Métropole, d'images satellitaires prises entre 2005 et 2008 pour les DOM, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 51.29468547, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC06R_BDD_WLD_WM_20180322", + "title": "CLC06R_BDD_WLD_WM_20180322 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC06R_BDD_WLD_WM_20180322" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_BDD_FXX_L93_20180223$GEOPORTAIL:OGC:WMS": { + "name": "CLC_BDD_FXX_L93_20180223", + "title": "CORINE Land Cover - France métropolitaine - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_BDD_FXX_L93_20180223", + "title": "CLC_BDD_FXX_L93_20180223 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_BDD_FXX_L93_20180223" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_BDD_WLD_WM_20180228$GEOPORTAIL:OGC:WMS": { + "name": "CLC_BDD_WLD_WM_20180228", + "title": "CORINE Land Cover - 2012", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes pour la Métropole et 50 postes pour les DOM. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012, dite CLC 2012, a été réalisée à partir de CLC 2006 révisée et de la base des changements 2006-2012.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 51.29468547, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_BDD_WLD_WM_20180228", + "title": "CLC_BDD_WLD_WM_20180228 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_BDD_WLD_WM_20180228" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA00_BDD_FXX_L93_20180309$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA00_BDD_FXX_L93_20180309", + "title": "CORINE Land Cover - France métropolitaine - Changements 1990-2000", + "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA00_BDD_FXX_L93_20180309", + "title": "CLC_CHA00_BDD_FXX_L93_20180309 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA00_BDD_FXX_L93_20180309" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA00_BDD_WLD_WM_20180306$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA00_BDD_WLD_WM_20180306", + "title": "CORINE Land Cover - Changements 1990-2000", + "description": "Inventaire biophysique du changement d'occupation des sols entre 1990 et 2000 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 1990-2000, a été réalisée à partir de CLC 1990 et de CLC 2000.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.625, + "right": 9.84375, + "top": 51.501171875, + "bottom": 41.2009375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA00_BDD_WLD_WM_20180306", + "title": "CLC_CHA00_BDD_WLD_WM_20180306 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA00_BDD_WLD_WM_20180306" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA06_BDD_DOM_WGS84G_20180314$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA06_BDD_DOM_WGS84G_20180314", + "title": "CORINE Land Cover - DOM - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2000-2006 a été réalisée à partir d'images satellitaires des périodes 1998-2003 et 2005-2008, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA06_BDD_DOM_WGS84G_20180314", + "title": "CLC_CHA06_BDD_DOM_WGS84G_20180314 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA06_BDD_DOM_WGS84G_20180314" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA06_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA06_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - Changements 2000-2006", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2000 et 2006 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2000-2006, a été réalisée à partir d'images satellitaires des années 2000 et 2006 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA06_BDD_FXX_L93_20180305", + "title": "CLC_CHA06_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA06_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA12_BDD_DOM_WGS84G_20180314$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA12_BDD_DOM_WGS84G_20180314", + "title": "CORINE Land Cover - DOM - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 212 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2006-2012 a été réalisée à partir d'images satellitaires des périodes 2005-2008 et 2011-2012, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA12_BDD_DOM_WGS84G_20180314", + "title": "CLC_CHA12_BDD_DOM_WGS84G_20180314 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA12_BDD_DOM_WGS84G_20180314" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA12_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA12_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - Changements 2006-2012", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2006 et 2012 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2006-2012, a été réalisée à partir d'images satellitaires des années 2006 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA12_BDD_FXX_L93_20180305", + "title": "CLC_CHA12_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA12_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_DOM_WGS84G_09-10-2020$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_DOM_WGS84G_09-10-2020", + "title": "CORINE Land Cover - DOM - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_DOM_WGS84G_09-10-2020", + "title": "CLC_CHA18_BDD_DOM_WGS84G_09-10-2020 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_DOM_WGS84G_09-10-2020" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_DOM_WGS84G_20190424$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_DOM_WGS84G_20190424", + "title": "CORINE Land Cover - DOM - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_DOM_WGS84G_20190424", + "title": "CLC_CHA18_BDD_DOM_WGS84G_20190424 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_DOM_WGS84G_20190424" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_DOM_WGS84G_20190925$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_DOM_WGS84G_20190925", + "title": "CORINE Land Cover - DOM - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover DOM 2012-2018 a été réalisée à partir d'images satellitaires et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_DOM_WGS84G_20190925", + "title": "CLC_CHA18_BDD_DOM_WGS84G_20190925 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_DOM_WGS84G_20190925" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_FXX_L93_20181219$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_FXX_L93_20181219", + "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2012 et 2018 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_FXX_L93_20181219", + "title": "CLC_CHA18_BDD_FXX_L93_20181219 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_FXX_L93_20181219" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_FXX_L93_20190425$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_FXX_L93_20190425", + "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2011-2012 et 2017 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_FXX_L93_20190425", + "title": "CLC_CHA18_BDD_FXX_L93_20190425 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_FXX_L93_20190425" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_FXX_L93_20190927$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_FXX_L93_20190927", + "title": "CORINE Land Cover - France métropolitaine - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018, a été réalisée à partir d'images satellitaires des années 2011-2012 et 2017 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_FXX_L93_20190927", + "title": "CLC_CHA18_BDD_FXX_L93_20190927 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_FXX_L93_20190927" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CHA18_BDD_WLD_WM_20190925$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CHA18_BDD_WLD_WM_20190925", + "title": "CORINE Land Cover - Changements 2012-2018", + "description": "Inventaire biophysique du changement d'occupation des sols entre 2012 et 2018 suivant la nomenclature CORINE Land Cover en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base des changements CORINE Land Cover 2012-2018 a été réalisée à partir d'images satellitaires des périodes 2011-2012 et 2016-2017, et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.2265625, + "right": 56.25, + "top": 51.501171875, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CHA18_BDD_WLD_WM_20190925", + "title": "CLC_CHA18_BDD_WLD_WM_20190925 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CHA18_BDD_WLD_WM_20190925" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC00R_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC00R_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - 2000 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000 révisée, dite CLC 2000 révisée, est une correction de CLC 2000 réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC00R_BDD_FXX_L93_20180305", + "title": "CLC_CLC00R_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC00R_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC00_BDD_DOM_WGS84G_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC00_BDD_DOM_WGS84G_20180305", + "title": "CORINE Land Cover - DOM - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2000 a été réalisée à partir de CORINE Land Cover DOM 2006 et de la base des changements 2000-2006.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC00_BDD_DOM_WGS84G_20180305", + "title": "CLC_CLC00_BDD_DOM_WGS84G_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC00_BDD_DOM_WGS84G_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC00_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC00_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - 2000", + "description": "Inventaire biophysique de l'occupation des sols en 2000 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2000, dite CLC 2000, a été réalisée à partir d'images satellitaires de l'année 2000 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC00_BDD_FXX_L93_20180305", + "title": "CLC_CLC00_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC00_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC06R_BDD_DOM_WGS84G_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC06R_BDD_DOM_WGS84G_20180305", + "title": "CORINE Land Cover - DOM - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC06R_BDD_DOM_WGS84G_20180305", + "title": "CLC_CLC06R_BDD_DOM_WGS84G_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC06R_BDD_DOM_WGS84G_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC06R_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC06R_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - 2006 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006 révisée, dite CLC 2006 révisée, est une correction de CLC 2006 réalisée à partir d'images satellitaires de l'année 2006 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC06R_BDD_FXX_L93_20180305", + "title": "CLC_CLC06R_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC06R_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC06_BDD_DOM_WGS84G_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC06_BDD_DOM_WGS84G_20180305", + "title": "CORINE Land Cover - DOM - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2006 a été réalisée à partir d'images satellitaires prises entre 2005 et 2008 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC06_BDD_DOM_WGS84G_20180305", + "title": "CLC_CLC06_BDD_DOM_WGS84G_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC06_BDD_DOM_WGS84G_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC06_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC06_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - 2006", + "description": "Inventaire biophysique de l'occupation des sols en 2006 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2006, dite CLC 2006, a été réalisée à partir de CLC 2000 révisée et de la base des changements 2000-2006.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC06_BDD_FXX_L93_20180305", + "title": "CLC_CLC06_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC06_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC12R_BDD_DOM_WGS84G_08-10-2020$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC12R_BDD_DOM_WGS84G_08-10-2020", + "title": "CORINE Land Cover - DOM - 2012 révisée", + "description": "nventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC12R_BDD_DOM_WGS84G_08-10-2020", + "title": "CLC_CLC12R_BDD_DOM_WGS84G_08-10-2020 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC12R_BDD_DOM_WGS84G_08-10-2020" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC12R_BDD_DOM_WGS84G_20190425$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC12R_BDD_DOM_WGS84G_20190425", + "title": "CORINE Land Cover - DOM - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC12R_BDD_DOM_WGS84G_20190425", + "title": "CLC_CLC12R_BDD_DOM_WGS84G_20190425 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC12R_BDD_DOM_WGS84G_20190425" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC12R_BDD_FXX_L93_20190108$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC12R_BDD_FXX_L93_20190108", + "title": "CORINE Land Cover - France métropolitaine - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires de l'année 2018 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC12R_BDD_FXX_L93_20190108", + "title": "CLC_CLC12R_BDD_FXX_L93_20190108 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC12R_BDD_FXX_L93_20190108" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC12R_BDD_FXX_L93_20190425$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC12R_BDD_FXX_L93_20190425", + "title": "CORINE Land Cover - France métropolitaine - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires des années 2011-2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC12R_BDD_FXX_L93_20190425", + "title": "CLC_CLC12R_BDD_FXX_L93_20190425 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC12R_BDD_FXX_L93_20190425" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC12R_BDD_WLD_WM_20190925$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC12R_BDD_WLD_WM_20190925", + "title": "CORINE Land Cover - 2012 révisée", + "description": "Inventaire biophysique de l'occupation des sols en 2012 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie.L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2012 révisée, dite CLC 2012 révisée, est une correction de CLC 2012 réalisée à partir d'images satellitaires prises entre 2011 et 2012 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.2265625, + "right": 56.25, + "top": 51.501171875, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC12R_BDD_WLD_WM_20190925", + "title": "CLC_CLC12R_BDD_WLD_WM_20190925 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC12R_BDD_WLD_WM_20190925" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_DOM_WGS84G_09-10-2020$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_DOM_WGS84G_09-10-2020", + "title": "CORINE Land Cover - DOM - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_DOM_WGS84G_09-10-2020", + "title": "CLC_CLC18_BDD_DOM_WGS84G_09-10-2020 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_DOM_WGS84G_09-10-2020" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_DOM_WGS84G_20190425$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_DOM_WGS84G_20190425", + "title": "CORINE Land Cover - DOM - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover DOM 2018 a été réalisée à partir de CORINE Land Cover DOM 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_DOM_WGS84G_20190425", + "title": "CLC_CLC18_BDD_DOM_WGS84G_20190425 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_DOM_WGS84G_20190425" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_DOM_WGS84G_20190919$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_DOM_WGS84G_20190919", + "title": "CORINE Land Cover - DOM - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_DOM_WGS84G_20190919", + "title": "CLC_CLC18_BDD_DOM_WGS84G_20190919 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_DOM_WGS84G_20190919" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_FXX_L93_20181219$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_FXX_L93_20181219", + "title": "CORINE Land Cover - France métropolitaine - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_FXX_L93_20181219", + "title": "CLC_CLC18_BDD_FXX_L93_20181219 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_FXX_L93_20181219" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_FXX_L93_20190425$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_FXX_L93_20190425", + "title": "CORINE Land Cover - France métropolitaine - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_FXX_L93_20190425", + "title": "CLC_CLC18_BDD_FXX_L93_20190425 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_FXX_L93_20190425" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_FXX_L93_20190927$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_FXX_L93_20190927", + "title": "CORINE Land Cover - France métropolitaine - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_FXX_L93_20190927", + "title": "CLC_CLC18_BDD_FXX_L93_20190927 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_FXX_L93_20190927" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_WLD_WM_08-10-2020$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_WLD_WM_08-10-2020", + "title": "CORINE Land Cover - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base de changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.2265625, + "right": 56.25, + "top": 51.501171875, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_WLD_WM_08-10-2020", + "title": "CLC_CLC18_BDD_WLD_WM_08-10-2020 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_WLD_WM_08-10-2020" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC18_BDD_WLD_WM_20190916$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC18_BDD_WLD_WM_20190916", + "title": "CORINE Land Cover - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base de changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.2265625, + "right": 56.25, + "top": 51.501171875, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC18_BDD_WLD_WM_20190916", + "title": "CLC_CLC18_BDD_WLD_WM_20190916 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC18_BDD_WLD_WM_20190916" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLC_CLC90_BDD_FXX_L93_20180305$GEOPORTAIL:OGC:WMS": { + "name": "CLC_CLC90_BDD_FXX_L93_20180305", + "title": "CORINE Land Cover - France métropolitaine - 1990", + "description": "Inventaire biophysique de l'occupation des sols en 1990 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 1990, dite CLC 1990, a été réalisée à partir d'images satellitaires de l'année 1990 et de données d'appui.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.91658725, + "right": 9.99021512, + "top": 51.17668018, + "bottom": 41.07509675 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLC_CLC90_BDD_FXX_L93_20180305", + "title": "CLC_CLC90_BDD_FXX_L93_20180305 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLC_CLC90_BDD_FXX_L93_20180305" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CLEFVERTE$GEOPORTAIL:OGC:WMS": { + "name": "CLEFVERTE", + "title": "La Clef Verte", + "description": "Présents sur les cinq continents, l'ecolabel touristique Clef Verte / Green Key est le premier label de tourisme durable international pour les hébergements touristiques et les restaurants.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -151.8222, + "right": 166.4950423, + "top": 51.08124592, + "bottom": -22.35110166 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CLEFVERTE", + "title": "CLEFVERTE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CLEFVERTE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNES.2016$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNES.2016", + "title": "Communes 2016", + "description": "La commune a été créée par le décret de la convention nationale du 10 brumaire an II (31 octobre 1793) pour unifier les formes de regroupement de population de l'Ancien Régime. La commune est administrée par un conseil municipal élu au suffrage universel qui siège au chef-lieu de commune. Le conseil municipal est présidé par un maire qui dispose des pouvoirs de police et est responsable de la tenue de l'état-civil. Communes visibles des plus grandes échelles jusqu'au 1:1.000.000ème. Aux échelles plus petites (zoom pays et monde), les communes laissent place aux départements plus pertinents à ces échelles et utiles pour se repérer rapidement. Communes au 1er janvier 2016. Source des données : RGE@", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.176667, + "right": 167.893333, + "top": 51.08898944, + "bottom": -66.126667 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNES.2016", + "title": "COMMUNES.2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNES.2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNES.ACTUELLES$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNES.ACTUELLES", + "title": "Communes 2016", + "description": "La commune a été créée par le décret de la convention nationale du 10 brumaire an II (31 octobre 1793) pour unifier les formes de regroupement de population de l'Ancien Régime. La commune est administrée par un conseil municipal élu au suffrage universel qui siège au chef-lieu de commune. Le conseil municipal est présidé par un maire qui dispose des pouvoirs de police et est responsable de la tenue de l'état-civil. Communes visibles des plus grandes échelles jusqu'au 1:1.000.000ème. Aux échelles plus petites (zoom pays et monde), les communes laissent place aux départements plus pertinents à ces échelles et utiles pour se repérer rapidement. Communes au 1er janvier 2016. Source des données : RGE@", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.176667, + "right": 167.893333, + "top": 51.08898944, + "bottom": -66.126667 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNES.ACTUELLES", + "title": "COMMUNES.ACTUELLES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNES.ACTUELLES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNES.EPCI$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNES.EPCI", + "title": "Territoires des EPCI 2016", + "description": "Emprise des Établissements publics de coopération intercommunale (EPCI) à fiscalité propre. Un EPCI est une structure administrative française régie par les dispositions de la cinquième partie du Code général des collectivités territoriales, regroupant des communes ayant choisi de développer plusieurs compétences en commun, comme les transports en commun, l'aménagement du territoire ou la gestion de l'environnement. Sources : Ministère de l'intérieur : 1er janvier 2016 - IGN : BDTOPO® janvier 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.8098331, + "right": 55.83665396, + "top": 51.0889895, + "bottom": -21.38963084 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNES.EPCI", + "title": "COMMUNES.EPCI style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNES.EPCI" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNES.EPCI.2014$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNES.EPCI.2014", + "title": "Territoires des EPCI 2014", + "description": "Emprise des Établissements publics de coopération intercommunale (EPCI) à fiscalité propre. Un EPCI est une structure administrative française régie par les dispositions de la cinquième partie du Code général des collectivités territoriales, regroupant des communes ayant choisi de développer plusieurs compétences en commun, comme les transports en commun, l'aménagement du territoire ou la gestion de l'environnement. Sources : Ministère de l'intérieur : 1er janvier 2014 - IGN : BDTOPO® avril 2014", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.02307196, + "right": 9.56009359, + "top": 51.08900047, + "bottom": 41.33355404 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNES.EPCI.2014", + "title": "COMMUNES.EPCI.2014 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNES.EPCI.2014" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNES.EPCI.2016$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNES.EPCI.2016", + "title": "Territoires des EPCI 2016", + "description": "Emprise des Établissements publics de coopération intercommunale (EPCI) à fiscalité propre. Un EPCI est une structure administrative française régie par les dispositions de la cinquième partie du Code général des collectivités territoriales, regroupant des communes ayant choisi de développer plusieurs compétences en commun, comme les transports en commun, l'aménagement du territoire ou la gestion de l'environnement. Sources : Ministère de l'intérieur : 1er janvier 2016 - IGN : BDTOPO® janvier 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.8098331, + "right": 55.83665396, + "top": 51.0889895, + "bottom": -21.38963084 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNES.EPCI.2016", + "title": "COMMUNES.EPCI.2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNES.EPCI.2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNES.EPCISANSFISCALITEPROPRE$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNES.EPCISANSFISCALITEPROPRE", + "title": "Intercommunalités d'appartenance sans fiscalité propre", + "description": "Les établissements publics de coopération intercommunale (EPCI) sont des regroupements de communes ayant pour objet l'élaboration de « projets communs de développement au sein de périmètres de solidarité ». Ils sont soumis à des règles communes, homogènes et comparables à celles de collectivités locales. Les EPCI sans fiscalité propre sont les Syndicats Intercommunaux à Vocation Unique (SIVU), les Syndicats Intercommunaux à Vocation Multiple (SIVOM), les Syndicats Mixtes fermés (SM fermés) et les Syndicats Mixtes ouverts (SM ouverts). Source : DGCL – Banatic juillet 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.176667, + "right": 167.893333, + "top": 51.08900123, + "bottom": -66.126667 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNES.EPCISANSFISCALITEPROPRE", + "title": "COMMUNES.EPCISANSFISCALITEPROPRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNES.EPCISANSFISCALITEPROPRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COMMUNESTOURISTIQUES$GEOPORTAIL:OGC:WMS": { + "name": "COMMUNESTOURISTIQUES", + "title": "Communes touristiques", + "description": "Deux niveaux de classement sont prévus pour les communes qui développent d’une politique touristique sur leur territoire. Le premier niveau se matérialise par l’obtention de la dénomination en commune touristique régie par les articles L.133-11 et L.133-12 du code du tourisme.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -54.140625, + "right": 166.11328125, + "top": 51.27109375, + "bottom": -22.123828125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COMMUNESTOURISTIQUES", + "title": "COMMUNESTOURISTIQUES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COMMUNESTOURISTIQUES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CONSO.ELEC.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "CONSO.ELEC.COMMUNE", + "title": "Consommation annuelle d’électricité par commune", + "description": "Consommation annuelle d’électricité par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80983862, + "right": 55.83665387, + "top": 51.07373318, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CONSO.ELEC.COMMUNE", + "title": "CONSO.ELEC.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CONSO.ELEC.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CONSO.GAZ.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "CONSO.GAZ.COMMUNE", + "title": "Consommation annuelle de gaz par commune", + "description": "Consommation annuelle de gaz par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.06628521, + "right": 8.44296437, + "top": 50.97142582, + "bottom": 42.20024295 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CONSO.GAZ.COMMUNE", + "title": "CONSO.GAZ.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CONSO.GAZ.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "COSIA$GEOPORTAIL:OGC:WMS": { + "name": "COSIA", + "title": "test OCS - Carte de prédiction vecteur simplifiée", + "description": "test OCS - Carte de prédiction vecteur simplifiée", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.84241162, + "right": 4.86877979, + "top": 45.85463559, + "bottom": 45.83620754 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-COSIA", + "title": "COSIA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=COSIA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "CoSIA_WFS_D029_1_Brest_2021$GEOPORTAIL:OGC:WMS": { + "name": "CoSIA_WFS_D029_1_Brest_2021", + "title": "CoSIA - D029_1_Brest_2021 - WMS - BDD", + "description": "Flux WMS de données CoSIA sur Brest (29)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.672798348, + "right": -4.298033846, + "top": 48.548796133, + "bottom": 48.313939487 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-CoSIA_WFS_D029_1_Brest_2021", + "title": "CoSIA_WFS_D029_1_Brest_2021 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=CoSIA_WFS_D029_1_Brest_2021" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DEBROUSSAILLEMENT$GEOPORTAIL:OGC:WMS": { + "name": "DEBROUSSAILLEMENT", + "title": "Zonage informatif des obligations légales de débroussaillement", + "description": "Zonage informatif des obligations légales de débroussaillement", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -3.85125, + "right": 9.7475, + "top": 49.44546875, + "bottom": 41.31265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DEBROUSSAILLEMENT", + "title": "DEBROUSSAILLEMENT style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DEBROUSSAILLEMENT" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DELAISSES.AUTOROUTIERS$GEOPORTAIL:OGC:WMS": { + "name": "DELAISSES.AUTOROUTIERS", + "title": "Délaissés autoroutiers", + "description": "Délaissés autoroutiers", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.82037281, + "right": 7.44945135, + "top": 48.64970511, + "bottom": 42.38416313 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DELAISSES.AUTOROUTIERS", + "title": "DELAISSES.AUTOROUTIERS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DELAISSES.AUTOROUTIERS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DEPARTEMENT.2015$GEOPORTAIL:OGC:WMS": { + "name": "DEPARTEMENT.2015", + "title": "Départements", + "description": "Le département est une collectivité territoriale de plein exercice. Il est administré par un conseil départemental dont les membres sont élus pour six ans sur la base du découpage cantonal. Le département, composé d'arrondissements, est également un des échelons de l'organisation administrative décentralisée de l'Etat. Source : IGN BD Topo 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.176667, + "right": 167.893333, + "top": 51.08898944, + "bottom": -66.126667 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DEPARTEMENT.2015", + "title": "DEPARTEMENT.2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DEPARTEMENT.2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DEPARTEMENT.2017$GEOPORTAIL:OGC:WMS": { + "name": "DEPARTEMENT.2017", + "title": "Départements", + "description": "Le département est une collectivité territoriale de plein exercice. Il est administré par un conseil départemental dont les membres sont élus pour six ans sur la base du découpage cantonal. Le département, composé d'arrondissements, est également un des échelons de l'organisation administrative décentralisée de l'Etat. Source : IGN BD Topo 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.176667, + "right": 167.893333, + "top": 51.08898944, + "bottom": -66.126667 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DEPARTEMENT.2017", + "title": "DEPARTEMENT.2017 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DEPARTEMENT.2017" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DGAC-PEB-POI_BDD_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "DGAC-PEB-POI_BDD_WLD_WM", + "title": "Plan d'exposition au bruit, documents d'approbation (PEB)", + "description": "Les plans d'exposition aux bruits identifient trois ou quatre types de zone de bruit diversement exposés au bruit engendré par les aéronefs (A, B, C et/ou D et définis à partir des prévisions de développement de l'activité aérienne, de l'extension prévisible des infrastructures et des procédures de circulation aérienne. Sources : Ministère de l'Ecologie, du Développement durable et de l'Energie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.525833, + "right": 55.516342, + "top": 50.687222, + "bottom": -21.321536 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DGAC-PEB-POI_BDD_WLD_WM", + "title": "DGAC-PEB-POI_BDD_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DGAC-PEB-POI_BDD_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DGAC-PEB_BDD_FXX_WM_WMS$GEOPORTAIL:OGC:WMS": { + "name": "DGAC-PEB_BDD_FXX_WM_WMS", + "title": "Plan d'exposition au bruit (PEB)", + "description": "Les plans d'exposition aux bruits identifient trois ou quatre types de zone de bruit diversement exposés au bruit engendré par les aéronefs (A, B, C et/ou D et définis à partir des prévisions de développement de l'activité aérienne, de l'extension prévisible des infrastructures et des procédures de circulation aérienne. Sources : Ministère de l'Ecologie, du Développement durable et de l'Energie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.598904, + "right": 55.582677, + "top": 50.700964, + "bottom": -21.335064 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DGAC-PEB_BDD_FXX_WM_WMS", + "title": "DGAC-PEB_BDD_FXX_WM_WMS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DGAC-PEB_BDD_FXX_WM_WMS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DGAC-PGS-POI_BDD_FXX_WM_WM$GEOPORTAIL:OGC:WMS": { + "name": "DGAC-PGS-POI_BDD_FXX_WM_WM", + "title": "Plan de gêne sonore, documents d'approbation (PGS)", + "description": "Arrêté préfectoral d'approbation, pour chaque aérodrome, du plan de gêne sonore. Sources : Ministère de l'Ecologie, du Développement durable et de l'Energie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.607808, + "right": 7.529222, + "top": 49.454422, + "bottom": 43.436634 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DGAC-PGS-POI_BDD_FXX_WM_WM", + "title": "DGAC-PGS-POI_BDD_FXX_WM_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DGAC-PGS-POI_BDD_FXX_WM_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "DGAC-PGS_BDD_FXX_WM_WMS$GEOPORTAIL:OGC:WMS": { + "name": "DGAC-PGS_BDD_FXX_WM_WMS", + "title": "Plan de gêne sonore (PGS)", + "description": "Les plans de gêne sonore identifient trois type de zones de bruit (I, II, III) établies sur la base du trafic estimé, des procédures de circulation aérienne applicables et des infrastructures qui seront en service dans l'année suivant la date de publication de l'arrêté approuvant le PGS. Sources : Ministère de l'Ecologie, du Développement durable et de l'Energie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.645795, + "right": 7.551737, + "top": 49.489555, + "bottom": 43.365423 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-DGAC-PGS_BDD_FXX_WM_WMS", + "title": "DGAC-PGS_BDD_FXX_WM_WMS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DGAC-PGS_BDD_FXX_WM_WMS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "EAU.ZRE$GEOPORTAIL:OGC:WMS": { + "name": "EAU.ZRE", + "title": "Zones de répartition des eaux", + "description": "Une Zone de répartition des eaux (ZRE) est une zone comprenant des bassins, sous-bassins, systèmes aquifères ou fractions de ceux-ci caractérisés par une insuffisance, autre qu'exceptionnelle, des ressources par rapport aux besoins. Sources des données : Eaufrance, juillet 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -3.08643436, + "right": 6.29182637, + "top": 48.94105397, + "bottom": 42.41162686 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-EAU.ZRE", + "title": "EAU.ZRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=EAU.ZRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENERGIE.ELECTRICITE$GEOPORTAIL:OGC:WMS": { + "name": "ENERGIE.ELECTRICITE", + "title": "Consommation d'électricité en 2017", + "description": "Données locales de consommation d'électricité en 2017 par IRIS, commune, EPCI et région : https://www.statistiques.developpement-durable.gouv.fr/donnees-locales-de-consommation-denergie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.809585, + "right": 55.8366799, + "top": 51.08900123, + "bottom": -21.38984989 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENERGIE.ELECTRICITE", + "title": "ENERGIE.ELECTRICITE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENERGIE.ELECTRICITE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENERGIE.GAZ$GEOPORTAIL:OGC:WMS": { + "name": "ENERGIE.GAZ", + "title": "Consommation de gaz en 2017", + "description": "Données locales de consommation de gaz en 2017 par IRIS, commune, EPCI et région : https://www.statistiques.developpement-durable.gouv.fr/donnees-locales-de-consommation-denergie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.14133326, + "right": 8.23334129, + "top": 51.08900123, + "bottom": 42.33305035 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENERGIE.GAZ", + "title": "ENERGIE.GAZ style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENERGIE.GAZ" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENERGIE.GES$GEOPORTAIL:OGC:WMS": { + "name": "ENERGIE.GES", + "title": "Inventaire de gaz à effet de serre en 2016", + "description": "Inventaire territorialisé de la production de gaz à effet de serre en 2016 par commune, département, EPCI et région : https://www.territoires-climat.ademe.fr/ressource/613-228", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.14133326, + "right": 9.55996005, + "top": 51.08900123, + "bottom": 41.33363176 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENERGIE.GES", + "title": "ENERGIE.GES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENERGIE.GES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENERGIE.PETROLE$GEOPORTAIL:OGC:WMS": { + "name": "ENERGIE.PETROLE", + "title": "Consommation de pétrole en 2017", + "description": "Données locales de consommation de pétrole en 2017 par département et région : https://www.statistiques.developpement-durable.gouv.fr/donnees-locales-de-consommation-denergie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.14133326, + "right": 9.55996005, + "top": 51.08900031, + "bottom": 41.33363176 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENERGIE.PETROLE", + "title": "ENERGIE.PETROLE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENERGIE.PETROLE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.AERO.CIVIL$GEOPORTAIL:OGC:WMS": { + "name": "ENR.AERO.CIVIL", + "title": "Contraintes réglementaires aeronautiques civiles", + "description": "Contraintes réglementaires aeronautiques civiles", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52437534, + "right": 10.69986576, + "top": 50.8523999, + "bottom": 41.27564861 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.AERO.CIVIL", + "title": "ENR.AERO.CIVIL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.AERO.CIVIL" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.AERO.MILITAIRE$GEOPORTAIL:OGC:WMS": { + "name": "ENR.AERO.MILITAIRE", + "title": "Contraintes réglementaires aeronautiques militaires", + "description": "Contraintes réglementaires aeronautiques militaires", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52437534, + "right": 10.69986576, + "top": 50.8523999, + "bottom": 41.33508038 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.AERO.MILITAIRE", + "title": "ENR.AERO.MILITAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.AERO.MILITAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.GRANDS.SITES.FRANCE$GEOPORTAIL:OGC:WMS": { + "name": "ENR.GRANDS.SITES.FRANCE", + "title": "Grands sites de France", + "description": "Emprise des sites appartenant au réseau Grand Site de France", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.74609375, + "right": 9.448242188, + "top": 50.963818359, + "bottom": 41.833349609 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.GRANDS.SITES.FRANCE", + "title": "ENR.GRANDS.SITES.FRANCE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.GRANDS.SITES.FRANCE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.PERIMETRE.HABITATION$GEOPORTAIL:OGC:WMS": { + "name": "ENR.PERIMETRE.HABITATION", + "title": "Contraintes réglementaires liées aux habitations", + "description": "Contraintes réglementaires liées aux habitations", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80983862, + "right": 55.83395809, + "top": 51.09225514, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.PERIMETRE.HABITATION", + "title": "ENR.PERIMETRE.HABITATION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.PERIMETRE.HABITATION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.PERIMETRE.PENTE$GEOPORTAIL:OGC:WMS": { + "name": "ENR.PERIMETRE.PENTE", + "title": "Contraintes réglementaires liées aux pentes", + "description": "Contraintes réglementaires liées aux pentes", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52298889, + "right": 9.65554933, + "top": 50.96869574, + "bottom": 41.32093063 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.PERIMETRE.PENTE", + "title": "ENR.PERIMETRE.PENTE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.PERIMETRE.PENTE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.PERIMETRE.ROUTE$GEOPORTAIL:OGC:WMS": { + "name": "ENR.PERIMETRE.ROUTE", + "title": "Contraintes réglementaires liées aux routes", + "description": "Contraintes réglementaires liées aux routes", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.4325, + "right": 9.7475, + "top": 51.2346875, + "bottom": 41.15 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.PERIMETRE.ROUTE", + "title": "ENR.PERIMETRE.ROUTE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.PERIMETRE.ROUTE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENR.PERIMETRE.VOIE.FERREE$GEOPORTAIL:OGC:WMS": { + "name": "ENR.PERIMETRE.VOIE.FERREE", + "title": "Contraintes réglementaires liées aux voies ferrées", + "description": "Contraintes réglementaires liées aux voies ferrées", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.92608822, + "right": 10.52093054, + "top": 50.85062702, + "bottom": 41.86933365 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENR.PERIMETRE.VOIE.FERREE", + "title": "ENR.PERIMETRE.VOIE.FERREE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENR.PERIMETRE.VOIE.FERREE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.BESOINS.CHAUD$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.BESOINS.CHAUD", + "title": "Estimation des besoins de chaleur des bâtiments des secteurs résidentiels et tertiaires", + "description": "Estimation des besoins de chaleur des bâtiments des secteurs résidentiels et tertiaires", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.2734375, + "right": 9.84375, + "top": 51.27109375, + "bottom": 41.087109375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.BESOINS.CHAUD", + "title": "ENREZO.BESOINS.CHAUD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.BESOINS.CHAUD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.BESOINS.FROID$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.BESOINS.FROID", + "title": "Estimation des besoins de froid des bâtiments des secteurs résidentiels et tertiaires", + "description": "Estimation des besoins de froid des bâtiments des secteurs résidentiels et tertiaires", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.2734375, + "right": 9.84375, + "top": 51.27109375, + "bottom": 41.087109375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.BESOINS.FROID", + "title": "ENREZO.BESOINS.FROID style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.BESOINS.FROID" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.CHALEUR.FATALE.500.INDUSTRIES$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.CHALEUR.FATALE.500.INDUSTRIES", + "title": "Localisation et estimation du gisement de chaleur fatale des 500 plus gros sites industriels de France", + "description": "Localisation et estimation du gisement de chaleur fatale des 500 plus gros sites industriels de France", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.083496094, + "right": 55.640258789, + "top": 51.057098389, + "bottom": -21.284307861 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.CHALEUR.FATALE.500.INDUSTRIES", + "title": "ENREZO.CHALEUR.FATALE.500.INDUSTRIES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.CHALEUR.FATALE.500.INDUSTRIES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.CHALEUR.FATALE.DATACENTER$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.CHALEUR.FATALE.DATACENTER", + "title": "Localisation et caractérisation des Data Center en France", + "description": "Localisation et caractérisation des Data Center en France", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.748199463, + "right": 7.796173096, + "top": 50.928152466, + "bottom": 43.120065308 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.CHALEUR.FATALE.DATACENTER", + "title": "ENREZO.CHALEUR.FATALE.DATACENTER style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.CHALEUR.FATALE.DATACENTER" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.CHALEUR.FATALE.STEP$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.CHALEUR.FATALE.STEP", + "title": "Localisation et estimation du gisement de chaleur fatale des STEP en France", + "description": "Localisation et estimation du gisement de chaleur fatale des STEP en France", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.921875, + "right": 9.84375, + "top": 51.27109375, + "bottom": 41.087109375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.CHALEUR.FATALE.STEP", + "title": "ENREZO.CHALEUR.FATALE.STEP style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.CHALEUR.FATALE.STEP" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.ZONE.POTENTIEL.CHAUD$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.ZONE.POTENTIEL.CHAUD", + "title": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de chaleur", + "description": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de chaleur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.921875, + "right": 9.4921875, + "top": 51.27109375, + "bottom": 41.087109375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.ZONE.POTENTIEL.CHAUD", + "title": "ENREZO.ZONE.POTENTIEL.CHAUD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.ZONE.POTENTIEL.CHAUD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.ZONE.POTENTIEL.FORT.CHAUD$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.ZONE.POTENTIEL.FORT.CHAUD", + "title": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de chaleur", + "description": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de chaleur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.74609375, + "right": 9.4921875, + "top": 51.27109375, + "bottom": 41.789453125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.ZONE.POTENTIEL.FORT.CHAUD", + "title": "ENREZO.ZONE.POTENTIEL.FORT.CHAUD style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.ZONE.POTENTIEL.FORT.CHAUD" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.ZONE.POTENTIEL.FORT.FROID$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.ZONE.POTENTIEL.FORT.FROID", + "title": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de froid", + "description": "Zones d’opportunité « à fort potentiel » pour la création ou l’extension de réseaux de froid", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.6473828124999992, + "right": 8.8086328125, + "top": 50.695888671875, + "bottom": 41.942949218749995 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.ZONE.POTENTIEL.FORT.FROID", + "title": "ENREZO.ZONE.POTENTIEL.FORT.FROID style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.ZONE.POTENTIEL.FORT.FROID" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ENREZO.ZONE.POTENTIEL.FROID$GEOPORTAIL:OGC:WMS": { + "name": "ENREZO.ZONE.POTENTIEL.FROID", + "title": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de froid", + "description": "Zones d’opportunité « à potentiel » pour la création ou l’extension de réseaux de froid", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.5703125, + "right": 9.4921875, + "top": 51.095507812, + "bottom": 41.262695312 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ENREZO.ZONE.POTENTIEL.FROID", + "title": "ENREZO.ZONE.POTENTIEL.FROID style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ENREZO.ZONE.POTENTIEL.FROID" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "Evolution_vegetation_Guadeloupe_1950-2010$GEOPORTAIL:OGC:WMS": { + "name": "Evolution_vegetation_Guadeloupe_1950-2010", + "title": "Evolution des Formations Végétales entre 1950 et 2010", + "description": "Cartographie des évolutions des formations végétales de la Guadeloupe constatées entre 1950 et 2010. Réalisée par comparaison d’ortho-photographies de 1950 (source Ifremer SHOM photothèque nationale) et de la BDOrtho ® IRC (Infra Rouge Couleur) 2010 de l’IGN.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80964314, + "right": -61.00521527, + "top": 16.51135946, + "bottom": 15.83384128 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-Evolution_vegetation_Guadeloupe_1950-2010", + "title": "Evolution_vegetation_Guadeloupe_1950-2010 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Evolution_vegetation_Guadeloupe_1950-2010" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "Formation_vegetation_Guadeloupe_2010$GEOPORTAIL:OGC:WMS": { + "name": "Formation_vegetation_Guadeloupe_2010", + "title": "Formations végétales de la Guadeloupe en 2010", + "description": "Cartographie des formations végétales de la Guadeloupe de 2010 réalisée par photo-interprétation de la BDOrtho ® IRC (Infra Rouge Couleur) de l’IGN.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80964314, + "right": -61.00521527, + "top": 16.51135946, + "bottom": 15.83384128 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-Formation_vegetation_Guadeloupe_2010", + "title": "Formation_vegetation_Guadeloupe_2010 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Formation_vegetation_Guadeloupe_2010" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "GAZ.CORRIDOR.DISTRIBUTION$GEOPORTAIL:OGC:WMS": { + "name": "GAZ.CORRIDOR.DISTRIBUTION", + "title": "Corridors de distribution de gaz", + "description": "Corridors de distribution de gaz", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.11625, + "right": 8.4825, + "top": 51.56, + "bottom": 42.1259375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-GAZ.CORRIDOR.DISTRIBUTION", + "title": "GAZ.CORRIDOR.DISTRIBUTION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GAZ.CORRIDOR.DISTRIBUTION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "GAZ.CORRIDOR.TRANSPORT$GEOPORTAIL:OGC:WMS": { + "name": "GAZ.CORRIDOR.TRANSPORT", + "title": "Corridors de transport de gaz", + "description": "Corridors de transport de gaz", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.11625, + "right": 8.4825, + "top": 51.2346875, + "bottom": 42.1259375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-GAZ.CORRIDOR.TRANSPORT", + "title": "GAZ.CORRIDOR.TRANSPORT style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GAZ.CORRIDOR.TRANSPORT" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "GAZ.RESEAU.DISTRIBUTION$GEOPORTAIL:OGC:WMS": { + "name": "GAZ.RESEAU.DISTRIBUTION", + "title": "Réseaux de distribution de gaz", + "description": "Réseaux de distribution de gaz", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.8, + "right": 8.4825, + "top": 51.2346875, + "bottom": 42.45125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-GAZ.RESEAU.DISTRIBUTION", + "title": "GAZ.RESEAU.DISTRIBUTION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GAZ.RESEAU.DISTRIBUTION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "GAZ.RESEAU.TRANSPORT$GEOPORTAIL:OGC:WMS": { + "name": "GAZ.RESEAU.TRANSPORT", + "title": "Réseaux de transport de gaz", + "description": "Réseaux de transport de gaz", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.8, + "right": 8.4825, + "top": 51.2346875, + "bottom": 42.45125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-GAZ.RESEAU.TRANSPORT", + "title": "GAZ.RESEAU.TRANSPORT style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GAZ.RESEAU.TRANSPORT" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaïquage du produit SCAN25", + "description": "Le graphe de mosaïquage du produit SCAN25 fournit le zonage utilisé pour la mise à jour des données SCAN25 ainsi que différentes métadonnées. 07-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.2421875, + "right": 55.8984375, + "top": 51.16890625, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE", + "title": "GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "HAIES.BOCAGES$GEOPORTAIL:OGC:WMS": { + "name": "HAIES.BOCAGES", + "title": "Couche nationale des haies issue du Dispositif de Suivi des Bocages", + "description": "Des haies issues de la fusion du thème végétation de la BD TOPO et des SNA du RPG ont déjà été diffusées dans la cadre de la BD TOPO v3 : voir le descriptif de contenu de la BD TOPO v3 : https://bit.ly/3knUlkQ pages 169 et 170. Ces premières couches de haies départementales squelettisées ont été produites dans le cadre du programme CarHAB", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.47068343, + "right": 9.64876127, + "top": 50.95760491, + "bottom": 41.35291595 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-HAIES.BOCAGES", + "title": "HAIES.BOCAGES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=HAIES.BOCAGES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INPE$GEOPORTAIL:OGC:WMS": { + "name": "INPE", + "title": "Inventaire national des plans d'eau", + "description": "Inventaire national des plans d'eau", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.875, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INPE", + "title": "INPE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INPE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INRAP-ARCHEOPREV_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "INRAP-ARCHEOPREV_BDD-POI_WLD_WM", + "title": "Archéologie préventive", + "description": "L'Inrap : une mission de recherche et de diffusion L'Institut national de recherches archéologiques préventives a été créé en 2002 en application de la loi sur l'archéologie préventive. L'institut assure la détection et l'étude du patrimoine archéologique touché par les travaux d'aménagement du territoire. Il exploite et diffuse l'information auprès de la communauté scientifique et concourt à l'enseignement, la diffusion culturelle et la valorisation de l'archéologie auprès du public. Sa création traduit l'importance prise, depuis les années 1970, par la recherche archéologique en France et témoigne de la volonté de l'état de soutenir l'exercice de cette mission de service public d'intérêt général.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.95545974, + "right": 54.5231, + "top": 50.92484123, + "bottom": -15.8921 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INRAP-ARCHEOPREV_BDD-POI_WLD_WM", + "title": "INRAP-ARCHEOPREV_BDD-POI_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INRAP-ARCHEOPREV_BDD-POI_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE", + "title": "Surface moyenne des logements", + "description": "Surface moyenne des logements(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE", + "title": "INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.LOGEMENTS.SURFACE.MOYENNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.NIVEAU.DE.VIE$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.NIVEAU.DE.VIE", + "title": "Niveau de vie winsorisé des individus", + "description": "Niveau de vie des individus, retraité des valeurs extrêmes(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.NIVEAU.DE.VIE", + "title": "INSEE.FILOSOFI.NIVEAU.DE.VIE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.NIVEAU.DE.VIE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS", + "title": "% des 0-17 ans dans la population", + "description": "Nombre d’individus âgés de 0 à 17 ans dans la population(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS", + "title": "INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.ENFANTS.0.17.ANS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES", + "title": "% familles monoparentales", + "description": "Part des familles monoparentales (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES", + "title": "INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.FAMILLES.MONOPARENTALES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS", + "title": "% des 25-39 ans dans la population", + "description": "Nombre d’individus âgés de 25 à 39 ans dans la population(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS", + "title": "INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.INDIVIDUS.25.39.ANS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS", + "title": "% des 40-54 ans dans la population", + "description": "Nombre d’individus âgés de 40 à 54 ans dans la population(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS", + "title": "INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.INDIVIDUS.40.54.ANS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS", + "title": "% des 55-64 ans dans la population", + "description": "Nombre d’individus âgés de 55 à 64 ans dans la population(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS", + "title": "INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.INDIVIDUS.55.64.ANS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990", + "title": "% de logements construits après 1990", + "description": "Part des logements construits après 1990(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.APRES.1990" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945", + "title": "% de logements construits avant 1945", + "description": "Part des logements construits avant 1945(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.AVANT.1945" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS", + "title": "% de logements collectifs", + "description": "Part des ménages habitant en logement collectif (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.COLLECTIFS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970", + "title": "% de logements construits entre 1945 et 1970", + "description": "Part des logements construits entre 1945 et 1970(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1945.1970" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990", + "title": "% de logements construits entre 1970 et 1990", + "description": "Part des logements construits entre 1970 et 1990(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.CONSTRUITS.1970.1990" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX", + "title": "% de logements sociaux", + "description": "Nombre de ménages habitant en logement social – voir définition- (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX", + "title": "INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.LOGEMENTS.SOCIAUX" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE", + "title": "% ménages de 1 personne", + "description": "Part des ménages de 1 personne (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE", + "title": "INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.1.PERSONNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS", + "title": "% ménages de 5 personnes ou +", + "description": "Part des ménages de 5 personnes ou plus (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23455255, + "right": 55.83464666, + "top": 51.08790768, + "bottom": -21.39086462 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS", + "title": "INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.5.PERSONNES.OUPLUS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.MAISON$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.MAISON", + "title": "% ménages en maison", + "description": "Part des ménages vivant en maison (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.MAISON", + "title": "INSEE.FILOSOFI.PART.MENAGES.MAISON style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.MAISON" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.PAUVRES$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES", + "title": "% ménages pauvres", + "description": "Part des ménages pauvres (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.PAUVRES", + "title": "INSEE.FILOSOFI.PART.MENAGES.PAUVRES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.PAUVRES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES", + "title": "% ménages propriétaires", + "description": "Part des ménages propriétaires (les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES", + "title": "INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.MENAGES.PROPRIETAIRES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "INSEE.FILOSOFI.PART.PLUS.65.ANS$GEOPORTAIL:OGC:WMS": { + "name": "INSEE.FILOSOFI.PART.PLUS.65.ANS", + "title": "% des plus de 65 ans dans la population", + "description": "Nombre d’individus âgés de plus de 65 ans dans la population(les données secrétisées ne sont pas affichées)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-INSEE.FILOSOFI.PART.PLUS.65.ANS", + "title": "INSEE.FILOSOFI.PART.PLUS.65.ANS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=INSEE.FILOSOFI.PART.PLUS.65.ANS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LANDCOVER.CLC_DOM$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC_DOM", + "title": "CORINE Land Cover - DOM - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.90315964, + "right": 55.93309174, + "top": 16.60478396, + "bottom": -21.48017901 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LANDCOVER.CLC_DOM", + "title": "LANDCOVER.CLC_DOM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LANDCOVER.CLC_DOM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LANDCOVER.CLC_FR$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.CLC_FR", + "title": "CORINE Land Cover - France métropolitaine - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 44 postes. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et plus généralement de l'aménagement de l'espace. La base de données CORINE Land Cover 2018, dite CLC 2018, a été réalisée à partir de CLC 2012 révisée et de la base des changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.92004256, + "right": 11.09092433, + "top": 51.07771878, + "bottom": 41.02799728 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LANDCOVER.CLC_FR", + "title": "LANDCOVER.CLC_FR style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LANDCOVER.CLC_FR" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011$GEOPORTAIL:OGC:WMS": { + "name": "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011", + "title": "Évolution des surfaces forestières (1980 et 2011)", + "description": "Évolution annuelle des surfaces forestières entre les années 1980 et 2011.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52446646, + "right": 9.65568514, + "top": 50.97179123, + "bottom": 41.32100786 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011", + "title": "LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LANDCOVER.EDUGEO.EVOL_SURFACE_FORESTIERE_1980-2011" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LANDOVER.CLC$GEOPORTAIL:OGC:WMS": { + "name": "LANDOVER.CLC", + "title": "CORINE Land Cover - 2018", + "description": "Inventaire biophysique de l'occupation des sols en 2018 en 50 postes pour les DOM et 44 postes pour la Métropole. CORINE Land Cover est une base de données d’occupation des sols produite dans le cadre du programme européen d’observation de la Terre Copernicus. Cet inventaire biophysique de l’occupation des terres fournit une information géographique de référence pour 39 États européens. La continuité du programme et la diffusion des données CORINE Land Cover sont pilotées par l'Agence européenne pour l'environnement. Le producteur pour la France est le Service de la donnée et des études statistiques du ministère chargé de l’écologie. L'utilisation de cette base de données permet des applications variées adaptées aux problématiques de l'environnement et à celles de l'aménagement du territoire : production cartographique, exploitation à des fins statistiques ou bien encore analyses géographiques en combinaison avec d'autres bases de données. Outil de connaissance et d'analyse, CORINE Land Cover apporte également une aide à la décision comme instrument de suivi, de surveillance et de gestion de l'environnement, des milieux naturels et de l'aménagement de l'espace. La base de données CORINE Land Cover 2018 a été réalisée à partir de CORINE Land Cover 2012 révisée et de la base de changements 2012-2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -62.2265625, + "right": 56.25, + "top": 51.501171875, + "bottom": -21.597265625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LANDOVER.CLC", + "title": "LANDOVER.CLC style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LANDOVER.CLC" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LIMITES-ADM.2011$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES-ADM.2011", + "title": "Limites administratives de la BDTOPO 2011", + "description": "Limites administratives de la BD TOPO, édition 11.3 de mars 2011", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83675913, + "top": 51.08900133, + "bottom": -21.38972044 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LIMITES-ADM.2011", + "title": "LIMITES-ADM.2011 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LIMITES-ADM.2011" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LIMITES-ADM.2012$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES-ADM.2012", + "title": "Limites administratives de la BDTOPO 2012", + "description": "Limites administratives de la BD TOPO, édition 12.2 de mars 2012", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83675913, + "top": 51.08900133, + "bottom": -21.38972044 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LIMITES-ADM.2012", + "title": "LIMITES-ADM.2012 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LIMITES-ADM.2012" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LIMITES-ADM.2013$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES-ADM.2013", + "title": "Limites administratives de la BDTOPO 2013", + "description": "Limites administratives de la BD TOPO, édition 13.2 de mars 2013", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83675913, + "top": 51.08900133, + "bottom": -21.38972044 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LIMITES-ADM.2013", + "title": "LIMITES-ADM.2013 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LIMITES-ADM.2013" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LIMITES-ADM.2014$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES-ADM.2014", + "title": "Limites administratives de la BDTOPO 2014", + "description": "Limites administratives de la BD TOPO, édition 14.2 de mars 2014", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83665397, + "top": 51.08900133, + "bottom": -21.38963086 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LIMITES-ADM.2014", + "title": "LIMITES-ADM.2014 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LIMITES-ADM.2014" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LIMITES-ADM.2015$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES-ADM.2015", + "title": "Limites administratives de la BDTOPO 2015", + "description": "Limites administratives de la BD TOPO, édition 15.2 de mars 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83665397, + "top": 51.08900133, + "bottom": -21.38963086 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LIMITES-ADM.2015", + "title": "LIMITES-ADM.2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LIMITES-ADM.2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LIMITES-ADM.2016$GEOPORTAIL:OGC:WMS": { + "name": "LIMITES-ADM.2016", + "title": "Limites administratives de la BDTOPO 2016", + "description": "Limites administratives de la BD TOPO, édition 16.2 de mars 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83665397, + "top": 51.08900123, + "bottom": -21.38963086 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LIMITES-ADM.2016", + "title": "LIMITES-ADM.2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LIMITES-ADM.2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LOCALISATION.MATS.EOLIEN$GEOPORTAIL:OGC:WMS": { + "name": "LOCALISATION.MATS.EOLIEN", + "title": "Localisation des mâts éolien.", + "description": "Localisation des mâts éolien.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.2678021, + "right": 9.4122517, + "top": 50.85310411, + "bottom": 42.31051913 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LOCALISATION.MATS.EOLIEN", + "title": "LOCALISATION.MATS.EOLIEN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LOCALISATION.MATS.EOLIEN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "LOT.CHASSE$GEOPORTAIL:OGC:WMS": { + "name": "LOT.CHASSE", + "title": "Lot de chasse", + "description": "Lot de chasse", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-LOT.CHASSE", + "title": "LOT.CHASSE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=LOT.CHASSE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "MESURES_COMPENSATOIRES$GEOPORTAIL:OGC:WMS": { + "name": "MESURES_COMPENSATOIRES", + "title": "Mesures compensatoires des atteintes à la biodiversité", + "description": "Carte des mesures compensatoires des atteintes à la biodiversité. Une mesure compensatoire d’atteinte à la biodiversité n'intervient que sur l'impact résiduel d'un projet d'aménagement, lorsque toutes les mesures envisageables ont été mises en œuvre pour éviter puis réduire les impacts négatifs sur la biodiversité. Elle vise à offrir une contrepartie positive à un impact dommageable non réductible provoqué par un projet, de façon à maintenir la biodiversité dans un état équivalent ou meilleur à celui observé avant sa réalisation.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 85.0, + "bottom": -85.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-MESURES_COMPENSATOIRES", + "title": "MESURES_COMPENSATOIRES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=MESURES_COMPENSATOIRES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "METEOFRANCE-STATIONS_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "METEOFRANCE-STATIONS_BDD-POI_WLD_WM", + "title": "Stations météorologiques", + "description": "Une station météorologique d'observation appartient à un réseau météorologique d'observation qui contribue à une ou plusieurs missions d'observation définies (sécurité des personnes et des biens, surveillance du climat ....). La station recouvre sur un même site, l'association d'une ou plusieurs installations de capteurs et dans certains cas de personnels. Ces capteurs fournissent des mesures physiques des paramêtres nécessaires à la surveillance de l'atmosphère et peuvent être complétées par des observations humaines.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.15700006, + "right": 9.64116669, + "top": 51.1558342, + "bottom": 41.27483368 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-METEOFRANCE-STATIONS_BDD-POI_WLD_WM", + "title": "METEOFRANCE-STATIONS_BDD-POI_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=METEOFRANCE-STATIONS_BDD-POI_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "MTD_BDPARCELLAIRE_BDD_L93_FXX_20190725$GEOPORTAIL:OGC:WMS": { + "name": "MTD_BDPARCELLAIRE_BDD_L93_FXX_20190725", + "title": "Qualité du géoréférencement de la BD Parcellaire", + "description": "Qualité du géoréférencement de la BD Parcellaire", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15313141, + "right": 55.83668587, + "top": 51.0888974, + "bottom": -21.38974726 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-MTD_BDPARCELLAIRE_BDD_L93_FXX_20190725", + "title": "MTD_BDPARCELLAIRE_BDD_L93_FXX_20190725 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=MTD_BDPARCELLAIRE_BDD_L93_FXX_20190725" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.BFC.2011.couverture$GEOPORTAIL:OGC:WMS": { + "name": "OCS.BFC.2011.couverture", + "title": "OCS BFC 2011 couverture", + "description": "OCS Bourgogne Franche Comté 2011 couverture", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.92330526, + "right": 3.55177494, + "top": 47.32222491, + "bottom": 46.83498911 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.BFC.2011.couverture", + "title": "OCS.BFC.2011.couverture style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.BFC.2011.couverture" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.BFC.2011.usage$GEOPORTAIL:OGC:WMS": { + "name": "OCS.BFC.2011.usage", + "title": "OCS BFC 2011 usage", + "description": "OCS Bourgogne Franche Comté 2011 usage", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.92330526, + "right": 3.55177494, + "top": 47.32222491, + "bottom": 46.83498911 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.BFC.2011.usage", + "title": "OCS.BFC.2011.usage style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.BFC.2011.usage" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.BFC.2017.couverture$GEOPORTAIL:OGC:WMS": { + "name": "OCS.BFC.2017.couverture", + "title": "OCS BFC 2017 couverture", + "description": "OCS Bourgogne Franche Comté 2017 couverture", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.92330526, + "right": 3.55177494, + "top": 47.32222491, + "bottom": 46.83498911 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.BFC.2017.couverture", + "title": "OCS.BFC.2017.couverture style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.BFC.2017.couverture" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.BFC.2017.usage$GEOPORTAIL:OGC:WMS": { + "name": "OCS.BFC.2017.usage", + "title": "OCS BFC 2017 usage", + "description": "OCS Bourgogne Franche Comté 2017 usage", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.92330526, + "right": 3.55177494, + "top": 47.32222491, + "bottom": 46.83498911 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.BFC.2017.usage", + "title": "OCS.BFC.2017.usage style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.BFC.2017.usage" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.GE$GEOPORTAIL:OGC:WMS": { + "name": "OCS.GE", + "title": "Occupation du sol - Grande Echelle - BFC_2010_01", + "description": "Occupation du sol - Grande Echelle - BFC_2010_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.0651908, + "right": 7.1433629, + "top": 48.0315496, + "bottom": 46.2606869 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.GE", + "title": "OCS.GE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.GE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.GE.CONSTRUCTIONS$GEOPORTAIL:OGC:WMS": { + "name": "OCS.GE.CONSTRUCTIONS", + "title": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2017_03", + "description": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2017_03", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.GE.CONSTRUCTIONS", + "title": "OCS.GE.CONSTRUCTIONS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.GE.CONSTRUCTIONS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.GE.USAGE$GEOPORTAIL:OGC:WMS": { + "name": "OCS.GE.USAGE", + "title": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_03", + "description": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_03", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.GE.USAGE", + "title": "OCS.GE.USAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.GE.USAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.GERS.COUVERTURE$GEOPORTAIL:OGC:WMS": { + "name": "OCS.GERS.COUVERTURE", + "title": "OCSGE Gers 2016 couverture", + "description": "OCSGE Gers 2016 couverture", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.306429, + "right": 1.21178144, + "top": 44.0914897, + "bottom": 43.28809591 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.GERS.COUVERTURE", + "title": "OCS.GERS.COUVERTURE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.GERS.COUVERTURE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCS.GERS.USAGE$GEOPORTAIL:OGC:WMS": { + "name": "OCS.GERS.USAGE", + "title": "OCSGE Gers 2016 usage", + "description": "OCSGE Gers 2016 usage", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.306429, + "right": 1.21178144, + "top": 44.0914897, + "bottom": 43.28809591 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCS.GERS.USAGE", + "title": "OCS.GERS.USAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCS.GERS.USAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_BFC_2010_01$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_BFC_2010_01", + "title": "Occupation du sol - Grande Echelle - BFC_2010_01", + "description": "Occupation du sol - Grande Echelle - BFC_2010_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.0651908, + "right": 7.1433629, + "top": 48.0315496, + "bottom": 46.2606869 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_BFC_2010_01", + "title": "OCSGE_BDD_WLD_WM_BFC_2010_01 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_BFC_2010_01" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_BFC_2011_02$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_BFC_2011_02", + "title": "Occupation du sol - Grande Echelle - BFC_2011_02", + "description": "Occupation du sol - Grande Echelle - BFC_2011_02", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448949, + "right": 6.8249356, + "top": 48.4000531, + "bottom": 46.156065 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_BFC_2011_02", + "title": "OCSGE_BDD_WLD_WM_BFC_2011_02 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_BFC_2011_02" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_BFC_2017$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_BFC_2017", + "title": "Occupation du sol - Grande Echelle - BFC_2017_01", + "description": "Occupation du sol - Grande Echelle - BFC_2017_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_BFC_2017", + "title": "OCSGE_BDD_WLD_WM_BFC_2017 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_BFC_2017" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_BFC_2017-03$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_BFC_2017-03", + "title": "Occupation du sol - Grande Echelle - BFC_2017_03", + "description": "Occupation du sol - Grande Echelle - BFC_2017_03", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_BFC_2017-03", + "title": "OCSGE_BDD_WLD_WM_BFC_2017-03 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_BFC_2017-03" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_D71-89_2018_1$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_D71-89_2018_1", + "title": "Occupation du sol - Grande Echelle - D71-89_2018", + "description": "Occupation du sol - Grande Echelle - D71-89_2018", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8484388, + "right": 5.4652854, + "top": 48.4000531, + "bottom": 46.1560651 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_D71-89_2018_1", + "title": "OCSGE_BDD_WLD_WM_D71-89_2018_1 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_D71-89_2018_1" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_GERS_2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_GERS_2016", + "title": "Occupation du sol - Grande Echelle - GERS - 2016", + "description": "Occupation du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3241716, + "top": 44.0800116, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_GERS_2016", + "title": "OCSGE_BDD_WLD_WM_GERS_2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_GERS_2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_GERS_2016_b$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_GERS_2016_b", + "title": "Occupation du sol - Grande Echelle - GERS - 2016", + "description": "Occupation du sol - Grande Echelle - GERS - 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3241716, + "top": 44.0800116, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_GERS_2016_b", + "title": "OCSGE_BDD_WLD_WM_GERS_2016_b style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_GERS_2016_b" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_GERS_2019_b$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_GERS_2019_b", + "title": "Occupation du sol - Grande Echelle - GERS - 2019", + "description": "Occupation du sol - Grande Echelle - GERS - 2019", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3522531, + "top": 44.0800115, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_GERS_2019_b", + "title": "OCSGE_BDD_WLD_WM_GERS_2019_b style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_GERS_2019_b" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015", + "title": "Occupation du sol - Grande Echelle - 2015 - LANGUEDOC-ROUSSILLON", + "description": "Occupation du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 1.682775, + "right": 4.8455688, + "top": 44.9757545, + "bottom": 42.3330075 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015", + "title": "OCSGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_TOULOUSE_20190801$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_TOULOUSE_20190801", + "title": "Occupation du sol - Grande Echelle - 2016 - TOULOUSE", + "description": "Occupation du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 1.01753523, + "right": 1.71320347, + "top": 43.76714178, + "bottom": 43.363718 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_TOULOUSE_20190801", + "title": "OCSGE_BDD_WLD_WM_TOULOUSE_20190801 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_TOULOUSE_20190801" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_WMS_NIORT_2002_20210608$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_WMS_NIORT_2002_20210608", + "title": "Occupation du sol - Grande Echelle - 2002 - NIORT", + "description": "Occupation du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.7556505, + "right": -0.2681623, + "top": 46.4886786, + "bottom": 46.0789906 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_WMS_NIORT_2002_20210608", + "title": "OCSGE_BDD_WLD_WM_WMS_NIORT_2002_20210608 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_WMS_NIORT_2002_20210608" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_BDD_WLD_WM_WMS_NIORT_2014_20210705$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_BDD_WLD_WM_WMS_NIORT_2014_20210705", + "title": "Occupation du sol - Grande Echelle - 2014 - NIORT", + "description": "Occupation du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.7556505, + "right": -0.2681623, + "top": 46.4886786, + "bottom": 46.0789906 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_BDD_WLD_WM_WMS_NIORT_2014_20210705", + "title": "OCSGE_BDD_WLD_WM_WMS_NIORT_2014_20210705 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_BDD_WLD_WM_WMS_NIORT_2014_20210705" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2010_01$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2010_01", + "title": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2010_01", + "description": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2010_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.0651908, + "right": 7.1433629, + "top": 48.0315496, + "bottom": 46.2606869 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2010_01", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2010_01 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2010_01" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2011_02$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2011_02", + "title": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2011_02", + "description": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2011_02", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448949, + "right": 6.8249356, + "top": 48.4000531, + "bottom": 46.156065 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2011_02", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2011_02 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2011_02" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017", + "title": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2017_01", + "description": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2017_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017-03$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017-03", + "title": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2017_03", + "description": "Occupation du sol - Zone de constructions - Grande Echelle -BFC_2017_03", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017-03", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017-03 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_BFC_2017-03" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D2A-D2B-2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D2A-D2B-2016", + "title": "Occupation du sol - Zone de constructions - Grande Echelle - D2A - D2B - 2016", + "description": "Occupation du sol - Zone de constructions - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 8.5346762, + "right": 9.5599628, + "top": 43.0277217, + "bottom": 41.3332284 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D2A-D2B-2016", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D2A-D2B-2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D2A-D2B-2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D71-89_2018_1$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D71-89_2018_1", + "title": "Occupation du sol - Zone de constructions - Grande Echelle -D71-89_2018", + "description": "Occupation du sol - Zone de constructions - Grande Echelle -D71-89_2018", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8484388, + "right": 5.4652854, + "top": 48.4000531, + "bottom": 46.1560651 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D71-89_2018_1", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D71-89_2018_1 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_D71-89_2018_1" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2016_b$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2016_b", + "title": "Occupation du sol - Zone de constructions - Grande Echelle - GERS - 2016", + "description": "Occupation du sol - Zone de constructions - Grande Echelle - GERS - 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3241716, + "top": 44.0800116, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2016_b", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2016_b style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2016_b" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2019", + "title": "Occupation du sol - Zone de constructions - Grande Echelle - GERS - 2019", + "description": "Occupation du sol - Zone de constructions - Grande Echelle - GERS - 2019", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3522531, + "top": 44.0800115, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2019", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2019 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_GERS_2019" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015", + "title": "Occupation du sol - Zone de constructions - Grande Echelle - LANGUEDOC-ROUSSILLON- 2015", + "description": "Occupation du sol - Zone de constructions - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 1.682775, + "right": 4.8455688, + "top": 44.9757545, + "bottom": 42.3330075 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2002_20210608$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2002_20210608", + "title": "Occupation du sol - Zone de constructions - Grande Echelle - NIORT- 2002", + "description": "Occupation du sol - Zone de constructions - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.7556505, + "right": -0.2681623, + "top": 46.4886786, + "bottom": 46.0789906 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2002_20210608", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2002_20210608 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2002_20210608" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2014_20210623$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2014_20210623", + "title": "Occupation du sol - Zone de constructions - Grande Echelle - NIORT- 2014", + "description": "Occupation du sol - Zone de constructions - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.7556505, + "right": -0.2681623, + "top": 46.4886786, + "bottom": 46.0789906 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2014_20210623", + "title": "OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2014_20210623 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_CONSTRUCTIONS_BDD_WLD_WM_NIORT-2014_20210623" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG.COUVERTURE$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG.COUVERTURE", + "title": "test 39049", + "description": "test 39049", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG.COUVERTURE", + "title": "OCSGE_NG.COUVERTURE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG.COUVERTURE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG.USAGE$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG.USAGE", + "title": "ocsge gers 32 nouvelle représentation NG usage 2019", + "description": "ocsge gers 32 nouvelle représentation NG usage 2019", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG.USAGE", + "title": "OCSGE_NG.USAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG.USAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2016", + "title": "ocsge gers 32 nouvelle représentation NG couverture 2016", + "description": "ocsge gers 32 nouvelle représentation NG couverture 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2016", + "title": "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2019", + "title": "ocsge gers 32 nouvelle représentation NG couverture 2019", + "description": "ocsge gers 32 nouvelle représentation NG couverture 2019", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2019", + "title": "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2019 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_32_2019" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_WMS3$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_WMS3", + "title": "test 39049", + "description": "test 39049", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_WMS3", + "title": "OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_WMS3 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG_COUVERTURE_BDD_WLD_WGS84_WMS3" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2016", + "title": "ocsge gers 32 nouvelle représentation NG usage 2016", + "description": "ocsge gers 32 nouvelle représentation NG usage 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2016", + "title": "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2019", + "title": "ocsge gers 32 nouvelle représentation NG usage 2019", + "description": "ocsge gers 32 nouvelle représentation NG usage 2019", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.28231439, + "right": 1.20371536, + "top": 44.08001153, + "bottom": 43.31084725 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2019", + "title": "OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2019 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_NG_USAGE_BDD_WLD_WGS84_32_2019" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_2017_03b$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_2017_03b", + "title": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_03", + "description": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_03", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_2017_03b", + "title": "OCSGE_USAGE_BDD_WLD_WM_2017_03b style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_2017_03b" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2013$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2013", + "title": "Occupation du sol - Usage du sol - Grande Echelle - AUAT31 - 2013", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 113271.50032823, + "right": 190941.13506943, + "top": 5429477.24045303, + "bottom": 5366238.03214744 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_AUAT31_2013", + "title": "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2013 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_AUAT31_2013" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2019$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2019", + "title": "Occupation du sol - Usage du sol - Grande Echelle - AUAT31 - 2019", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 113271.50032823, + "right": 190941.13506943, + "top": 5429477.24045303, + "bottom": 5366238.03214744 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_AUAT31_2019", + "title": "OCSGE_USAGE_BDD_WLD_WM_AUAT31_2019 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_AUAT31_2019" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_BFC_2010_01$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_BFC_2010_01", + "title": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2010_01", + "description": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2010_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.0651908, + "right": 7.1433629, + "top": 48.0315496, + "bottom": 46.2606869 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_BFC_2010_01", + "title": "OCSGE_USAGE_BDD_WLD_WM_BFC_2010_01 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_BFC_2010_01" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_BFC_2011_02$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_BFC_2011_02", + "title": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2011_02", + "description": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2011_02", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448949, + "right": 6.8249356, + "top": 48.4000531, + "bottom": 46.156065 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_BFC_2011_02", + "title": "OCSGE_USAGE_BDD_WLD_WM_BFC_2011_02 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_BFC_2011_02" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_BFC_2017$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_BFC_2017", + "title": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_01", + "description": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_01", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_BFC_2017", + "title": "OCSGE_USAGE_BDD_WLD_WM_BFC_2017 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_BFC_2017" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_BFC_2017_3$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_BFC_2017_3", + "title": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_03", + "description": "Occupation du sol - Usage du sol - Grande Echelle -BFC_2017_03", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448948, + "right": 7.1433628, + "top": 48.0315497, + "bottom": 46.260687 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_BFC_2017_3", + "title": "OCSGE_USAGE_BDD_WLD_WM_BFC_2017_3 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_BFC_2017_3" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_D2A-D2B-2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_D2A-D2B-2016", + "title": "Occupation du sol - Usage du sol - Grande Echelle -2016 - D2A - D2B", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 8.5346762, + "right": 9.5599628, + "top": 43.0277217, + "bottom": 41.3332284 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_D2A-D2B-2016", + "title": "OCSGE_USAGE_BDD_WLD_WM_D2A-D2B-2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_D2A-D2B-2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_D58-70-71-89_2011$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_D58-70-71-89_2011", + "title": "Occupation du sol - Usage du sol - Grande Echelle -D58-70-71-89_2011", + "description": "Occupation du sol - Usage du sol - Grande Echelle -D58-70-71-89_2011", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8448949, + "right": 6.8249356, + "top": 48.3951845, + "bottom": 46.1560651 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_D58-70-71-89_2011", + "title": "OCSGE_USAGE_BDD_WLD_WM_D58-70-71-89_2011 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_D58-70-71-89_2011" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_D71-89_2018_1$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_D71-89_2018_1", + "title": "Occupation du sol - Usage du sol - Grande Echelle -D71-89_2018", + "description": "Occupation du sol - Usage du sol - Grande Echelle -D71-89_2018", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 2.8484388, + "right": 5.4652854, + "top": 48.4000531, + "bottom": 46.1560651 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_D71-89_2018_1", + "title": "OCSGE_USAGE_BDD_WLD_WM_D71-89_2018_1 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_D71-89_2018_1" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_GERS_2016$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_GERS_2016", + "title": "Occupation du sol - Usage du sol - Grande Echelle - GERS - 2016", + "description": "Occupation du sol - Usage du sol - Grande Echelle - GERS - 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3241716, + "top": 44.0800116, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_GERS_2016", + "title": "OCSGE_USAGE_BDD_WLD_WM_GERS_2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_GERS_2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_GERS_2016_b$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_GERS_2016_b", + "title": "Occupation du sol - Usage du sol - Grande Echelle - GERS - 2016", + "description": "Occupation du sol - Usage du sol - Grande Echelle - GERS - 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3241716, + "top": 44.0800116, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_GERS_2016_b", + "title": "OCSGE_USAGE_BDD_WLD_WM_GERS_2016_b style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_GERS_2016_b" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_GERS_2019_b$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_GERS_2019_b", + "title": "Occupation du sol - Usage du sol - Grande Echelle - GERS - 2019", + "description": "Occupation du sol - Usage du sol - Grande Echelle - GERS - 2019", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.2823144, + "right": 1.3522531, + "top": 44.0800115, + "bottom": 43.3108472 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_GERS_2019_b", + "title": "OCSGE_USAGE_BDD_WLD_WM_GERS_2019_b style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_GERS_2019_b" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015", + "title": "Occupation du sol - Usage du sol - Grande Echelle - LANGUEDOC-ROUSSILLON - 2015", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 1.682775, + "right": 4.8455688, + "top": 44.9757545, + "bottom": 42.3330075 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015", + "title": "OCSGE_USAGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_LANGUEDOC-ROUSSILLON_2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_17-11-2021$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_17-11-2021", + "title": "Occupation du sol - Usage du sol - Grande Echelle - Niort - 2002", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.7556505, + "right": -0.2681623, + "top": 46.4886786, + "bottom": 46.0789906 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_17-11-2021", + "title": "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_17-11-2021 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_17-11-2021" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_20210608$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_20210608", + "title": "Occupation du sol - Usage du sol - Grande Echelle - Niort - 2002", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -0.7556505, + "right": -0.2681623, + "top": 46.4886786, + "bottom": 46.0789906 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_20210608", + "title": "OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_20210608 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_NIORT-2002_20210608" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OCSGE_USAGE_BDD_WLD_WM_TOULOUSE_20190801$GEOPORTAIL:OGC:WMS": { + "name": "OCSGE_USAGE_BDD_WLD_WM_TOULOUSE_20190801", + "title": "Occupation du sol - Usage du sol - Grande Echelle -2016 - TOULOUSE", + "description": "Occupation du sol - Usage du sol - Grande Echelle", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 1.01753523, + "right": 1.71320347, + "top": 43.76714178, + "bottom": 43.363718 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OCSGE_USAGE_BDD_WLD_WM_TOULOUSE_20190801", + "title": "OCSGE_USAGE_BDD_WLD_WM_TOULOUSE_20190801 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OCSGE_USAGE_BDD_WLD_WM_TOULOUSE_20190801" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OFB.ZONES.EXCLUES$GEOPORTAIL:OGC:WMS": { + "name": "OFB.ZONES.EXCLUES", + "title": "OFB zonages exclus des aires d'accélération", + "description": "OFB zonages exclus des aires d'accélération", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.2734375, + "right": 9.84375, + "top": 51.27109375, + "bottom": 41.087109375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OFB.ZONES.EXCLUES", + "title": "OFB.ZONES.EXCLUES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OFB.ZONES.EXCLUES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE$GEOPORTAIL:OGC:WMS": { + "name": "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE", + "title": "OFB zonages nécessitant l'avis du gestionnaire", + "description": "OFB zonages nécessitant l'avis du gestionnaire", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -146.6015625, + "right": 167.34375, + "top": 51.27109375, + "bottom": -50.217578125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE", + "title": "OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OFB.ZONES.NECESSITANT.AVIS.GESTIONNAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "OFB_ZONES.EXCLUES.SAUF.TOITURE$GEOPORTAIL:OGC:WMS": { + "name": "OFB_ZONES.EXCLUES.SAUF.TOITURE", + "title": "OFB zonages exclus des aires d'accélération sauf toitures", + "description": "OFB zonages exclus des aires d'accélération sauf toitures", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.10546875, + "right": 77.6953125, + "top": 51.27109375, + "bottom": -50.217578125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-OFB_ZONES.EXCLUES.SAUF.TOITURE", + "title": "OFB_ZONES.EXCLUES.SAUF.TOITURE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=OFB_ZONES.EXCLUES.SAUF.TOITURE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ONF_FORETS-PUBLIQUES_2021$GEOPORTAIL:OGC:WMS": { + "name": "ONF_FORETS-PUBLIQUES_2021", + "title": "Forêts publiques", + "description": "Localisation des forêts publiques domaniales et non domaniales (communales, sectionales, départementales et d'établissements publics) gérées par l'Office national des forêts (ONF).", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80976436, + "right": 55.83659517, + "top": 50.8634572, + "bottom": -21.37682085 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ONF_FORETS-PUBLIQUES_2021", + "title": "ONF_FORETS-PUBLIQUES_2021 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ONF_FORETS-PUBLIQUES_2021" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE", + "title": "Orthophotographie d’urgence Alex", + "description": "Orthophotographie réalisée suite au passage de la tempête Alex dans les Alpes Maritimes", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 7.08041722, + "right": 7.63715733, + "top": 44.1827727, + "bottom": 43.81352727 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORHOPHOTOS.URGENCE.ALEX.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaiquage de la couche SPOT 6 - 2014", + "description": "Graphe de mosaiquage de la couche SPOT 6 - 2014", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.18839164, + "right": 9.60438459, + "top": 51.11164522, + "bottom": 41.32320079 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHO-SAT.SPOT.2014.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaiquage de la couche SPOT 6-7 - 2015", + "description": "Graphe de mosaiquage de la couche SPOT 6-7 - 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.19259617, + "right": 9.64488496, + "top": 51.11178838, + "bottom": 41.31611385 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHO-SAT.SPOT.2015.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaiquage de la couche SPOT 6-7 - 2016", + "description": "Graphe de mosaiquage de la couche SPOT 6-7 - 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.19259653, + "right": 9.61475877, + "top": 51.11178851, + "bottom": 41.32801547 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHO-SAT.SPOT.2016.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaiquage de la couche SPOT 6 - 2017", + "description": "Graphe de mosaiquage de la couche SPOT 6 - 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.85105703, + "right": 55.85418348, + "top": 51.11178865, + "bottom": -21.40952982 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHO-SAT.SPOT.2017.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaiquage de la couche photographies aériennes historiques 1950-1965", + "description": "Graphe de mosaïquage de la couche photographies aériennes historiques 1950-1965.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.16065723, + "right": 55.84425655, + "top": 51.08932742, + "bottom": -21.39989736 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.1950-1965.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2000-2005$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2000-2005", + "title": "Graphe de mosaïquage BDORTHO 2000-2005", + "description": "Graphe de mosaïquage France Entière de la BDORTHO. 2000-2005", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -66.15805146, + "right": 55.85384065, + "top": 51.10341491, + "bottom": -21.39139475 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2000-2005", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2000-2005 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2000-2005" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010", + "title": "Graphe de mosaïquage BDORTHO 2006-2010", + "description": "Graphe de mosaïquage France Entière de la BDORTHO. 2000-2005", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -66.15805146, + "right": 55.85384065, + "top": 51.10341491, + "bottom": -21.39139475 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-2006-2010" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaïquage France Entière de la BDORTHO.", + "description": "Graphe de mosaïquage France Entière de la BDORTHO.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.18541496, + "right": 55.85384065, + "top": 51.11183578, + "bottom": -21.42730308 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015", + "title": "Graphe de mosaïquage BDORTHO 2011-2015", + "description": "Graphe de mosaïquage France Entière de la BDORTHO 2011-2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.16551154, + "right": 55.8442806, + "top": 51.09371233, + "bottom": -21.39990125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2011-2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2016-2020$GEOPORTAIL:OGC:WMS": { + "name": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2016-2020", + "title": "Graphe de mosaïquage BDORTHO 2016-2020", + "description": "Graphe de mosaïquage France Entière de la BDORTHO 2016-2020", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.17011235, + "right": 55.8442806, + "top": 51.11183578, + "bottom": -21.3999015 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2016-2020", + "title": "ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2016-2020 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ORTHOIMAGERY.ORTHOPHOTOS.GRAPHE.2016-2020" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PARKING.SUP.500$GEOPORTAIL:OGC:WMS": { + "name": "PARKING.SUP.500", + "title": "Parkings de plus de 500m²", + "description": "Parkings de plus de 500m²", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.48052601, + "right": 9.65214557, + "top": 50.97160427, + "bottom": 41.3558208 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PARKING.SUP.500", + "title": "PARKING.SUP.500 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PARKING.SUP.500" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PART.ENR.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "PART.ENR.COMMUNE", + "title": "Puissance cumulée électrique installée par filière renouvelable par commune", + "description": "Puissance cumulée électrique installée par filière renouvelable par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.77971012, + "right": 55.75453825, + "top": 51.07290365, + "bottom": -21.33962306 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PART.ENR.COMMUNE", + "title": "PART.ENR.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PART.ENR.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PAVILLONBLEU$GEOPORTAIL:OGC:WMS": { + "name": "PAVILLONBLEU", + "title": "Le Pavillon Bleu", + "description": "Le Pavillon Bleu est un label à forte connotation touristique, symbole d'une qualité environnementale exemplaire.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -151.8222, + "right": 166.4950423, + "top": 51.08124592, + "bottom": -22.35110166 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PAVILLONBLEU", + "title": "PAVILLONBLEU style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PAVILLONBLEU" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PCRS.GRAPHE-MOSAIQUAGE$GEOPORTAIL:OGC:WMS": { + "name": "PCRS.GRAPHE-MOSAIQUAGE", + "title": "Graphe de mosaiquage PCRS", + "description": "Graphe de mosaiquage PCRS édition 10/11/2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -3.748822588, + "right": 6.923249694, + "top": 51.092869381, + "bottom": 42.620174503 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PCRS.GRAPHE-MOSAIQUAGE", + "title": "PCRS.GRAPHE-MOSAIQUAGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PCRS.GRAPHE-MOSAIQUAGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.CAMPING$GEOPORTAIL:OGC:WMS": { + "name": "POI.CAMPING", + "title": "Campings", + "description": "Emplacement aménagé pour la pratique du camping. Source : IGN BD Topo 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08922424, + "right": 55.76651194, + "top": 51.07956231, + "bottom": -21.37577137 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.CAMPING", + "title": "POI.CAMPING style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.CAMPING" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.MONUMENTS_BDD_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "POI.MONUMENTS_BDD_WLD_WM", + "title": "Monuments nationaux", + "description": "Le Centre des monuments nationaux est un établissement public administratif placé sous la tutelle du ministre de la Culture et de la Communication. Il conserve, restaure, gère, anime, ouvre à la visite près de 100 monuments nationaux propriété de l'Etat, au nombre desquels : l'abbaye du Mont-Saint-Michel, les châteaux d'Angers et d'Azay-le-Rideau, le château et les remparts de la cité de Carcassonne, l'Arc de triomphe et la Sainte-Chapelle, pour n'en citer que quelques-uns. Tous illustrent par leur diversité, la richesse du patrimoine français de toutes les époques : abbayes, châteaux, grottes préhistoriques, sites archéologiques...", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.MONUMENTS_BDD_WLD_WM", + "title": "POI.MONUMENTS_BDD_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.MONUMENTS_BDD_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.MUSEUM$GEOPORTAIL:OGC:WMS": { + "name": "POI.MUSEUM", + "title": "Musées", + "description": "Établissement ouvert au public exposant une grande collection d'objets, de documents, etc., relatifs aux arts et aux sciences et pouvant servir à leur histoire. Source : IGN BD Topo 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08922424, + "right": 55.76651194, + "top": 51.07956231, + "bottom": -21.37577137 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.MUSEUM", + "title": "POI.MUSEUM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.MUSEUM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.CENTRE$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.CENTRE", + "title": "Complexes sportifs et terrains de sports", + "description": "Localisation des complexes sportifs et terrains de sports en France métropolitaine. Source des données : BD Topo juin 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.CENTRE", + "title": "POI.SPORT.CENTRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.CENTRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.GOLF$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.GOLF", + "title": "Golf", + "description": "Localisation des terrains de golf en France métropolitaine. Source des données : BD Topo juin 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.GOLF", + "title": "POI.SPORT.GOLF style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.GOLF" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.ICE_RINK$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.ICE_RINK", + "title": "Patinoires", + "description": "Localisation des patinoires en France métropolitaine.Source : BD Topo août 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.ICE_RINK", + "title": "POI.SPORT.ICE_RINK style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.ICE_RINK" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.RIDING$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.RIDING", + "title": "Centre équestres", + "description": "Localisation des centres équestres en France métropolitaine. Source des données : BD Topo juin 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.RIDING", + "title": "POI.SPORT.RIDING style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.RIDING" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.STADIUM$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.STADIUM", + "title": "Stades", + "description": "Localisation des stades en France métropolitaine. Source : BD Topo juin 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.STADIUM", + "title": "POI.SPORT.STADIUM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.STADIUM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.VELODROME$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.VELODROME", + "title": "Vélodromes", + "description": "Localisation des vélodromes en France métropolitaine.Source : BD Topo août 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.VELODROME", + "title": "POI.SPORT.VELODROME style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.VELODROME" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.SPORT.WATER$GEOPORTAIL:OGC:WMS": { + "name": "POI.SPORT.WATER", + "title": "Piscines", + "description": "Localisation des piscines en France métropolitaine. Source des données : BD Topo juin 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07009946, + "right": 55.82676874, + "top": 51.07327192, + "bottom": -21.38680056 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.SPORT.WATER", + "title": "POI.SPORT.WATER style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.SPORT.WATER" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.TOURISM_INFORMATION$GEOPORTAIL:OGC:WMS": { + "name": "POI.TOURISM_INFORMATION", + "title": "Offices de tourisme", + "description": "Offices de tourisme et points d'information touristique qui comportent un accueil du public. Source : IGN BD Topo 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08922424, + "right": 55.76651194, + "top": 51.07956231, + "bottom": -21.37577137 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.TOURISM_INFORMATION", + "title": "POI.TOURISM_INFORMATION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.TOURISM_INFORMATION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POI.ZOOS$GEOPORTAIL:OGC:WMS": { + "name": "POI.ZOOS", + "title": "Parcs zoologiques", + "description": "Parc ouvert au public, où il est possible de voir des animaux sauvages vivant en captivité ou en semi-liberté. Source : IGN BD Topo 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08922424, + "right": 55.76651194, + "top": 51.07956231, + "bottom": -21.37577137 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POI.ZOOS", + "title": "POI.ZOOS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POI.ZOOS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POINTS.INJECTION.BIOMETHANE$GEOPORTAIL:OGC:WMS": { + "name": "POINTS.INJECTION.BIOMETHANE", + "title": "Répartition des points d'injection de biométhane", + "description": "Répartition des points d'injection de biométhane", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.71529078, + "right": 7.97014656, + "top": 50.95020728, + "bottom": 42.69649541 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POINTS.INJECTION.BIOMETHANE", + "title": "POINTS.INJECTION.BIOMETHANE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POINTS.INJECTION.BIOMETHANE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.EOLIEN.REGLEMENTAIRE$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.EOLIEN.REGLEMENTAIRE", + "title": "Potentiel éolien terrestre - couche \"clé en main\"", + "description": "Potentiel éolien terrestre - couche \"clé en main\"", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80983862, + "right": 55.83395809, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.EOLIEN.REGLEMENTAIRE", + "title": "POTENTIEL.EOLIEN.REGLEMENTAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.EOLIEN.REGLEMENTAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.GEOTHERMIE$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.GEOTHERMIE", + "title": "Potentiel géothermique en PACA", + "description": "Potentiel géothermique en PACA", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.22149117, + "right": 7.80090207, + "top": 45.17313521, + "bottom": 42.93020283 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.GEOTHERMIE", + "title": "POTENTIEL.GEOTHERMIE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.GEOTHERMIE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.HYDRO$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.HYDRO", + "title": "Potentiel hydroélectrique sur nouveaux ouvrages", + "description": "Potentiel hydroélectrique sur nouveaux ouvrages", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -1.13053808, + "right": 7.27233119, + "top": 47.38391299, + "bottom": 42.42116365 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.HYDRO", + "title": "POTENTIEL.HYDRO style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.HYDRO" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.RESEAU.CHALEUR.PACA$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.RESEAU.CHALEUR.PACA", + "title": "Potentiel de développement des réseaux de chaleur en PACA", + "description": "Potentiel de développement des réseaux de chaleur en PACA", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.29879046, + "right": 7.77314113, + "top": 45.13852649, + "bottom": 42.93085426 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.RESEAU.CHALEUR.PACA", + "title": "POTENTIEL.RESEAU.CHALEUR.PACA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.RESEAU.CHALEUR.PACA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.RESEAU.CHAUD.FROID.PACA$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.RESEAU.CHAUD.FROID.PACA", + "title": "Potentiel de développement des réseaux de chaleur et de froid en PACA", + "description": "Potentiel de développement des réseaux de chaleur et de froid en PACA", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.29879046, + "right": 7.77314113, + "top": 45.13852649, + "bottom": 42.93085426 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.RESEAU.CHAUD.FROID.PACA", + "title": "POTENTIEL.RESEAU.CHAUD.FROID.PACA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.RESEAU.CHAUD.FROID.PACA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.RESEAU.FROID.PACA$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.RESEAU.FROID.PACA", + "title": "Potentiel de développement des réseaux de froid en PACA", + "description": "Potentiel de développement des réseaux de froid en PACA", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 4.29879046, + "right": 7.77314113, + "top": 45.13852649, + "bottom": 42.93085426 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.RESEAU.FROID.PACA", + "title": "POTENTIEL.RESEAU.FROID.PACA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.RESEAU.FROID.PACA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.SOLAIRE.BATIMENT$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.SOLAIRE.BATIMENT", + "title": "Potentiel solaire sur toiture (méthode simplifiée)", + "description": "Potentiel solaire sur toiture (méthode simplifiée)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.4325, + "right": 9.7475, + "top": 51.2346875, + "bottom": 41.15 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.SOLAIRE.BATIMENT", + "title": "POTENTIEL.SOLAIRE.BATIMENT style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.SOLAIRE.BATIMENT" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.SOLAIRE.FRICHE$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.SOLAIRE.FRICHE", + "title": "Potentiel solaire au sol - friches susceptibles d'accueillir des installations photovoltaïques", + "description": "Potentiel solaire au sol - friches susceptibles d'accueillir des installations photovoltaïques", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.07034565, + "right": 8.83001479, + "top": 51.01895443, + "bottom": 41.97448806 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.SOLAIRE.FRICHE", + "title": "POTENTIEL.SOLAIRE.FRICHE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.SOLAIRE.FRICHE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.SOLAIRE.PARKING500$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.SOLAIRE.PARKING500", + "title": "Unités foncières contenant des surfaces de stationnement non couvertes de plus de 500m² (données déclaratives)", + "description": "Unités foncières contenant des surfaces de stationnement non couvertes de plus de 500m² (données déclaratives)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.47871477, + "right": 9.65101308, + "top": 50.97363012, + "bottom": 41.35135345 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.SOLAIRE.PARKING500", + "title": "POTENTIEL.SOLAIRE.PARKING500 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.SOLAIRE.PARKING500" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "POTENTIEL.SOLAIRE.SOL$GEOPORTAIL:OGC:WMS": { + "name": "POTENTIEL.SOLAIRE.SOL", + "title": "Potentiel solaire sol", + "description": "Zones potentiellements propices à l'installation de solaire sol", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.48946912, + "right": 9.64895876, + "top": 50.96525701, + "bottom": 41.35139616 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-POTENTIEL.SOLAIRE.SOL", + "title": "POTENTIEL.SOLAIRE.SOL style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=POTENTIEL.SOLAIRE.SOL" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROD.INSTALLATION.EOLIEN$GEOPORTAIL:OGC:WMS": { + "name": "PROD.INSTALLATION.EOLIEN", + "title": "Production des installations en éolien par communes.", + "description": "Production des installations en éolien par communes.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.63410607, + "right": 55.75452247, + "top": 51.00121446, + "bottom": -21.19253539 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROD.INSTALLATION.EOLIEN", + "title": "PROD.INSTALLATION.EOLIEN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROD.INSTALLATION.EOLIEN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROD.INSTALLATION.HYDRO$GEOPORTAIL:OGC:WMS": { + "name": "PROD.INSTALLATION.HYDRO", + "title": "Production des installations hydrauliques existantes en France", + "description": "Production des installations hydrauliques existantes en France", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.72572297, + "right": 55.75452247, + "top": 50.70072555, + "bottom": -21.31232424 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROD.INSTALLATION.HYDRO", + "title": "PROD.INSTALLATION.HYDRO style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROD.INSTALLATION.HYDRO" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROD.INSTALLATION.PV$GEOPORTAIL:OGC:WMS": { + "name": "PROD.INSTALLATION.PV", + "title": "Production des installations photovoltaïques par communes.", + "description": "Production des installations photovoltaïques par communes.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.72848725, + "right": 55.75450685, + "top": 51.0729019, + "bottom": -21.33967968 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROD.INSTALLATION.PV", + "title": "PROD.INSTALLATION.PV style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROD.INSTALLATION.PV" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PRODUCTIBLE.BIOMETHANE.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "PRODUCTIBLE.BIOMETHANE.COMMUNE", + "title": "Productible en injection de biométhane annuel par commune", + "description": "Productible en injection de biométhane annuel par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.4325, + "right": 9.7475, + "top": 51.2346875, + "bottom": 41.15 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PRODUCTIBLE.BIOMETHANE.COMMUNE", + "title": "PRODUCTIBLE.BIOMETHANE.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PRODUCTIBLE.BIOMETHANE.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PRODUCTIBLE.EOLIEN.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "PRODUCTIBLE.EOLIEN.COMMUNE", + "title": "Productible en éolien annuel par commune", + "description": "Productible en éolien annuel par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52437534, + "right": 9.65579189, + "top": 50.97142582, + "bottom": 41.32091623 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PRODUCTIBLE.EOLIEN.COMMUNE", + "title": "PRODUCTIBLE.EOLIEN.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PRODUCTIBLE.EOLIEN.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PRODUCTIBLE.METHANISATION.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "PRODUCTIBLE.METHANISATION.COMMUNE", + "title": "Productible en méthanisation annuel par commune", + "description": "Productible en méthanisation annuel par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.4325, + "right": 9.7475, + "top": 51.2346875, + "bottom": 41.15 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PRODUCTIBLE.METHANISATION.COMMUNE", + "title": "PRODUCTIBLE.METHANISATION.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PRODUCTIBLE.METHANISATION.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE$GEOPORTAIL:OGC:WMS": { + "name": "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE", + "title": "Productible en photovoltaique annuel par commune", + "description": "Productible en photovoltaique annuel par commune", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.4325, + "right": 9.7475, + "top": 51.2346875, + "bottom": 41.15 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE", + "title": "PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PRODUCTIBLE.PHOTOVOLTAIQUE.COMMUNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PROTECTEDAREAS.RNN$GEOPORTAIL:OGC:WMS": { + "name": "PROTECTEDAREAS.RNN", + "title": "Réserves naturelles nationales", + "description": "Les réserves naturelles sont des espaces protégés terrestres ou marins dont le patrimoine naturel est exceptionnel, tant sur le plan de la biodiversité que parfois sur celui de la géodiversité. Mise à jour 09-2023", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 82.265625, + "top": 51.16890625, + "bottom": -53.82703125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PROTECTEDAREAS.RNN", + "title": "PROTECTEDAREAS.RNN style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PROTECTEDAREAS.RNN" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PUISSANCE.INSTALLEE.BIOMETHANE$GEOPORTAIL:OGC:WMS": { + "name": "PUISSANCE.INSTALLEE.BIOMETHANE", + "title": "Puissances cumulées des installations par commune biomethane", + "description": "Puissances cumulées des installations par commune biomethane", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.02148336, + "right": 8.29976706, + "top": 50.84309746, + "bottom": 42.69620488 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PUISSANCE.INSTALLEE.BIOMETHANE", + "title": "PUISSANCE.INSTALLEE.BIOMETHANE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PUISSANCE.INSTALLEE.BIOMETHANE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "PUISSANCE.INSTALLEE.METHANISATION$GEOPORTAIL:OGC:WMS": { + "name": "PUISSANCE.INSTALLEE.METHANISATION", + "title": "Puissances cumulées des installations par commune methanisation", + "description": "Puissances cumulées des installations par commune methanisation", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.02148336, + "right": 8.29976706, + "top": 50.84309746, + "bottom": 42.69620488 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-PUISSANCE.INSTALLEE.METHANISATION", + "title": "PUISSANCE.INSTALLEE.METHANISATION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=PUISSANCE.INSTALLEE.METHANISATION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "REGIONS.2017$GEOPORTAIL:OGC:WMS": { + "name": "REGIONS.2017", + "title": "Régions 2017", + "description": "Les régions sont des collectivités territoriales décentralisées et des divisions administratives du territoire français. Données issues de la BD TOPO (édition juin 2017)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80983301, + "right": 55.83665387, + "top": 51.08898944, + "bottom": -21.38963076 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-REGIONS.2017", + "title": "REGIONS.2017 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=REGIONS.2017" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "REPARTITION.POTENTIEL.METHANISATION.2050$GEOPORTAIL:OGC:WMS": { + "name": "REPARTITION.POTENTIEL.METHANISATION.2050", + "title": "Répartition des potentiels de méthanisation à horizon 2050 par canton", + "description": "Répartition des potentiels de méthanisation à horizon 2050 par canton", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.13901729, + "right": 8.23029497, + "top": 51.0893967, + "bottom": 42.33348863 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-REPARTITION.POTENTIEL.METHANISATION.2050", + "title": "REPARTITION.POTENTIEL.METHANISATION.2050 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=REPARTITION.POTENTIEL.METHANISATION.2050" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RESEAU-BASE_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "RESEAU-BASE_BDD-POI_WLD_WM", + "title": "Réseau de Base Français", + "description": "Il n'y a pas de description de définie pour cette couche", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.1579361, + "right": 9.64452553, + "top": 51.14998245, + "bottom": 41.28551102 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RESEAU-BASE_BDD-POI_WLD_WM", + "title": "RESEAU-BASE_BDD-POI_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RESEAU-BASE_BDD-POI_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ROUTES.2011$GEOPORTAIL:OGC:WMS": { + "name": "ROUTES.2011", + "title": "Réseau routier BD TOPO - 2011", + "description": "Réseau routier de la BD TOPO, édition 11.3 de mars 2011", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83675913, + "top": 51.08900133, + "bottom": -21.38972044 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ROUTES.2011", + "title": "ROUTES.2011 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ROUTES.2011" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ROUTES.2012$GEOPORTAIL:OGC:WMS": { + "name": "ROUTES.2012", + "title": "Réseau routier BD TOPO - 2012", + "description": "Réseau routier de la BD TOPO, édition 12.2 de mars 2012", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83675913, + "top": 51.08900133, + "bottom": -21.38972044 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ROUTES.2012", + "title": "ROUTES.2012 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ROUTES.2012" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ROUTES.2013$GEOPORTAIL:OGC:WMS": { + "name": "ROUTES.2013", + "title": "Réseau routier BD TOPO - 2013", + "description": "Réseau routier de la BD TOPO, édition 13.2 de mars 2013", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83675913, + "top": 51.08900133, + "bottom": -21.38972044 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ROUTES.2013", + "title": "ROUTES.2013 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ROUTES.2013" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ROUTES.2014$GEOPORTAIL:OGC:WMS": { + "name": "ROUTES.2014", + "title": "Réseau routier BD TOPO - 2014", + "description": "Réseau routier de la BD TOPO, édition 14.2 de mars 2014", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83665397, + "top": 51.08900133, + "bottom": -21.38963086 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ROUTES.2014", + "title": "ROUTES.2014 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ROUTES.2014" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ROUTES.2015$GEOPORTAIL:OGC:WMS": { + "name": "ROUTES.2015", + "title": "Réseau routier BD TOPO - 2015", + "description": "Réseau routier de la BD TOPO, édition 15.2 de mars 2015", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83665397, + "top": 51.08900133, + "bottom": -21.38963086 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ROUTES.2015", + "title": "ROUTES.2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ROUTES.2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ROUTES.2016$GEOPORTAIL:OGC:WMS": { + "name": "ROUTES.2016", + "title": "Réseau routier BD TOPO - 2016", + "description": "Réseau routier de la BD TOPO, édition 16.2 de mars 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15331491, + "right": 55.83665397, + "top": 51.08900123, + "bottom": -21.38963086 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ROUTES.2016", + "title": "ROUTES.2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ROUTES.2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG-2021$GEOPORTAIL:OGC:WMS": { + "name": "RPG-2021", + "title": "Registre parcellaire graphique 20201", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2021", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07078975, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG-2021", + "title": "RPG-2021 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG-2021" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2010$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2010", + "title": "Registre parcellaire graphique 2010", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2010.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08582386, + "right": 55.83266635, + "top": 51.07514669, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2010", + "title": "RPG.2010 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2010" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2011$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2011", + "title": "Registre parcellaire graphique 2011", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2010.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08582386, + "right": 55.83266635, + "top": 51.07514669, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2011", + "title": "RPG.2011 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2011" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2012$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2012", + "title": "Registre parcellaire graphique 2012", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2012.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.09061791, + "right": 55.83266635, + "top": 51.07514669, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2012", + "title": "RPG.2012 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2012" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2013$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2013", + "title": "Registre parcellaire graphique 2013", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2013.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.09061791, + "right": 55.83266635, + "top": 51.07514669, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2013", + "title": "RPG.2013 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2013" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2014$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2014", + "title": "Registre parcellaire graphique 2014", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2014.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.09061791, + "right": 55.83259967, + "top": 51.07512792, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2014", + "title": "RPG.2014 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2014" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2015$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2015", + "title": "Registre parcellaire graphique 2015", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2015.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.09061791, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2015", + "title": "RPG.2015 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2015" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2016$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2016", + "title": "Registre parcellaire graphique 2016", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2016.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.09061791, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2016", + "title": "RPG.2016 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2016" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2017$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2017", + "title": "Registre parcellaire graphique 2017", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2017.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.09061791, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2017", + "title": "RPG.2017 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2017" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2018$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2018", + "title": "Registre parcellaire graphique 2018", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2018.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08613261, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2018", + "title": "RPG.2018 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2018" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2019$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2019", + "title": "Registre parcellaire graphique 2019", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2019.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07282825, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2019", + "title": "RPG.2019 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2019" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2020$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2020", + "title": "Registre parcellaire graphique 2020", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2020.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07282825, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2020", + "title": "RPG.2020 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2020" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "RPG.2022$GEOPORTAIL:OGC:WMS": { + "name": "RPG.2022", + "title": "Registre parcellaire graphique 2022", + "description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.07078975, + "right": 55.83259967, + "top": 51.07510062, + "bottom": -21.38541709 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-RPG.2022", + "title": "RPG.2022 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RPG.2022" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SHOM-MAREE_BDD-POI_WLD_WM$GEOPORTAIL:OGC:WMS": { + "name": "SHOM-MAREE_BDD-POI_WLD_WM", + "title": "Prédictions de marée", + "description": "Il n'y a pas de description de définie pour cette couche", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -178.16333, + "right": 168.03833, + "top": 51.25, + "bottom": -49.3501 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SHOM-MAREE_BDD-POI_WLD_WM", + "title": "SHOM-MAREE_BDD-POI_WLD_WM style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SHOM-MAREE_BDD-POI_WLD_WM" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.BIOGAZ$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.BIOGAZ", + "title": "Localisation des installations de production de chaleur par Biogaz", + "description": "Localisation des installations de production de chaleur par Biogaz", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.98799402, + "right": 9.47322069, + "top": 51.03795993, + "bottom": 41.63821925 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.BIOGAZ", + "title": "SITE.PRODUCTION.CHALEUR.BIOGAZ style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.BIOGAZ" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.COGENERATION$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.COGENERATION", + "title": "Localisation des installations de production d'électricité pouvant valoriser de la chaleur", + "description": "Localisation des installations de production d'électricité pouvant valoriser de la chaleur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.8, + "right": 9.7475, + "top": 51.2346875, + "bottom": 41.4753125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.COGENERATION", + "title": "SITE.PRODUCTION.CHALEUR.COGENERATION style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.COGENERATION" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.DECHETS$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.DECHETS", + "title": "Localisation des installations de production de chaleur par incinération des déchets", + "description": "Localisation des installations de production de chaleur par incinération des déchets", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.98799402, + "right": 9.47322069, + "top": 51.03795993, + "bottom": 41.63821925 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.DECHETS", + "title": "SITE.PRODUCTION.CHALEUR.DECHETS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.DECHETS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.METHANISATON$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.METHANISATON", + "title": "Localisation des installations de production de chaleur par méthanisation", + "description": "Localisation des installations de production de chaleur par méthanisation", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.98799402, + "right": 9.47322069, + "top": 51.03795993, + "bottom": 41.63821925 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.METHANISATON", + "title": "SITE.PRODUCTION.CHALEUR.METHANISATON style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.METHANISATON" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.RC$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.RC", + "title": "Localisation des réseaux de chaleur et de froid en France", + "description": "Localisation des réseaux de chaleur et de froid en France", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.98799402, + "right": 48.065288, + "top": 51.03795993, + "bottom": 41.63821925 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.RC", + "title": "SITE.PRODUCTION.CHALEUR.RC style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.RC" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE", + "title": "Localisation des réseaux de chaleur en Bretagne", + "description": "Localisation des réseaux de chaleur en Bretagne", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.53816467, + "right": 9.16084077, + "top": 51.05042056, + "bottom": 42.27033277 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.RC.BRETAGNE", + "title": "SITE.PRODUCTION.CHALEUR.RC.BRETAGNE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.RC.BRETAGNE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.RC.PACA$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.RC.PACA", + "title": "Localisation des réseaux de chaleur en PACA", + "description": "Localisation des réseaux de chaleur en PACA", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.53816467, + "right": 9.16084077, + "top": 51.05042056, + "bottom": 42.27033277 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.RC.PACA", + "title": "SITE.PRODUCTION.CHALEUR.RC.PACA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.RC.PACA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE", + "title": "Localisation des réseaux de chaleur et de froid linéaires", + "description": "Localisation des réseaux de chaleur et de froid linéaires", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.53816467, + "right": 9.16084077, + "top": 51.05042056, + "bottom": 42.27033277 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE", + "title": "SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.RCF.LINEAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "SITE.PRODUCTION.CHALEUR.RCF.POINT$GEOPORTAIL:OGC:WMS": { + "name": "SITE.PRODUCTION.CHALEUR.RCF.POINT", + "title": "Localisation des réseaux de chaleur et de froid ponctuels", + "description": "Localisation des réseaux de chaleur et de froid ponctuels", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -4.53816467, + "right": 9.16084077, + "top": 51.05042056, + "bottom": 42.27033277 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-SITE.PRODUCTION.CHALEUR.RCF.POINT", + "title": "SITE.PRODUCTION.CHALEUR.RCF.POINT style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=SITE.PRODUCTION.CHALEUR.RCF.POINT" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "STATIONSCLASSEES$GEOPORTAIL:OGC:WMS": { + "name": "STATIONSCLASSEES", + "title": "Stations classées", + "description": "Deux niveaux de classement sont prévus pour les communes qui développent d’une politique touristique sur leur territoire. Le second niveau, plus élevé que le premier, se matérialise par le classement en station de tourisme tel que défini par les articles L.133-13 à L.133-16 du code du tourisme.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -54.140625, + "right": 166.11328125, + "top": 51.27109375, + "bottom": -22.123828125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-STATIONSCLASSEES", + "title": "STATIONSCLASSEES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=STATIONSCLASSEES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "STATIONSVERTES$GEOPORTAIL:OGC:WMS": { + "name": "STATIONSVERTES", + "title": "Stations vertes", + "description": "Une Station Verte propose des séjours écotouristiques, porteurs de sens, en faveur d'un tourisme nature, authentique, humain et respectueux de l'environnement", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -54.140625, + "right": 166.11328125, + "top": 51.27109375, + "bottom": -22.123828125 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-STATIONSVERTES", + "title": "STATIONSVERTES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=STATIONSVERTES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "STATISTICALUNITS.IRIS$GEOPORTAIL:OGC:WMS": { + "name": "STATISTICALUNITS.IRIS", + "title": "IRIS", + "description": "Contours géométriques des IRIS de l'INSEE. Sources : INSEE, IGN GEOFLA 2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.8098218, + "right": 55.83665387, + "top": 51.08898944, + "bottom": -21.38929713 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-STATISTICALUNITS.IRIS", + "title": "STATISTICALUNITS.IRIS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=STATISTICALUNITS.IRIS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "STATISTICALUNITS.IRISGE$GEOPORTAIL:OGC:WMS": { + "name": "STATISTICALUNITS.IRISGE", + "title": "IRIS Grande Echelle 2020 publication 2022", + "description": "Contours géométriques des IRIS de l'INSEE 2022", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.1533205, + "right": 55.8366539, + "top": 51.08898944, + "bottom": -21.3896307 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-STATISTICALUNITS.IRISGE", + "title": "STATISTICALUNITS.IRISGE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=STATISTICALUNITS.IRISGE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "TAUX.BOISEMENT.2009-2013$GEOPORTAIL:OGC:WMS": { + "name": "TAUX.BOISEMENT.2009-2013", + "title": "Taux de boisement (année moyenne 2011)", + "description": "Taux de boisement par département sur les années 2009-2013 (année moyenne 2011).", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -5.52446646, + "right": 9.65568514, + "top": 50.97179123, + "bottom": 41.32100786 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TAUX.BOISEMENT.2009-2013", + "title": "TAUX.BOISEMENT.2009-2013 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TAUX.BOISEMENT.2009-2013" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "TRACES.RANDO.HIVERNALE$GEOPORTAIL:OGC:WMS": { + "name": "TRACES.RANDO.HIVERNALE", + "title": "Trace de randonnée hivernale (à ski, à raquette)", + "description": "Trace de randonnée hivernale (à ski, à raquette)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 5.43859375, + "right": 7.09890625, + "top": 46.314335938, + "bottom": 44.199804688 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TRACES.RANDO.HIVERNALE", + "title": "TRACES.RANDO.HIVERNALE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TRACES.RANDO.HIVERNALE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "TRANSPORTS.AIRNOISE$GEOPORTAIL:OGC:WMS": { + "name": "TRANSPORTS.AIRNOISE", + "title": "Plan de Servitudes Aéronautiques (PSA)", + "description": "Les plans de servitudes aéronautiques définissent les servitudes destinées à assurer la sécurité des approches et des décollages des aéronefs aux abords des aérodromes et à faciliter la maintenance des équipements de ceux-ci. Les données sont fournies à titre informatif et n'ont aucune valeur réglementaire. Seul le document papier officiel consultable en mairie ou en préfecture est opposable. Sources : Ministère de l'Ecologie, du Développement durable et de l'Energie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -149.706171, + "right": 167.604044, + "top": 51.07972, + "bottom": -22.666306 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TRANSPORTS.AIRNOISE", + "title": "TRANSPORTS.AIRNOISE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TRANSPORTS.AIRNOISE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "TRANSPORTS.AIRNOISE.DOCS$GEOPORTAIL:OGC:WMS": { + "name": "TRANSPORTS.AIRNOISE.DOCS", + "title": "Plan de servitudes aéronautiques, documents d'approbation (PSA)", + "description": "Arrêté ministériel ou décret en Conseil d'Etat approuvant les servitudes aéronautiques aux abords de l'aérodrome. Les données sont fournies à titre informatif et n'ont aucune valeur réglementaire. Seul le document papier officiel consultable en mairie ou en préfecture est opposable. Sources : Ministère de l'Ecologie, du Développement durable et de l'Energie", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -149.611389, + "right": 167.455278, + "top": 50.960933, + "bottom": -22.588611 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-TRANSPORTS.AIRNOISE.DOCS", + "title": "TRANSPORTS.AIRNOISE.DOCS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=TRANSPORTS.AIRNOISE.DOCS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTMATERNELLES$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTMATERNELLES", + "title": "Ecoles maternelles", + "description": "L'école maternelle peut accueillir les enfants avant l'instruction obligatoire qui débute à 6 ans. Elle est mixte et gratuite si elle est publique.En savoir plus Source des données : MENESR janvier 2015, BD TOPO 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.1012716, + "right": 55.82623421, + "top": 51.07118993, + "bottom": -21.38498271 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTMATERNELLES", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTMATERNELLES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTMATERNELLES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTPRIMAIRE$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTPRIMAIRE", + "title": "Ecoles élémentaires", + "description": "L'école élémentaire accueille les enfants scolarisés de 6 à 11 ans. Elle est mixte et gratuite si elle est publique.En savoir plus Source des données : MENESR janvier 2015, BD TOPO 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.1012716, + "right": 55.82623421, + "top": 51.07118993, + "bottom": -21.38498271 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTPRIMAIRE", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTPRIMAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTPRIMAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSECONDAIRE$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSECONDAIRE", + "title": "Enseignement secondaire", + "description": "Le collège est l'établissement de niveau secondaire qui, à l'issue de l'école élémentaire, accueille tous les enfants scolarisés. À l'issue du collège, les élèves peuvent poursuivre leur scolarité dans un lycée d'enseignement général et technologique ou dans un lycée professionnel.En savoir plus Source des données : MENESR janvier 2015, BD TOPO 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.1012716, + "right": 55.82623421, + "top": 51.07118993, + "bottom": -21.38498271 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSECONDAIRE", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSECONDAIRE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSECONDAIRE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSUPERIEUR$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSUPERIEUR", + "title": "Enseignement supérieur et recherche", + "description": "Ils comprennent les universités et écoles de niveau supérieur ainsi que les établissements dont l'activité est dédiée uniquement à la recherche.En savoir plus Source des données : MENESR janvier 2016, BD TOPO 2016", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.1012716, + "right": 55.82623421, + "top": 51.07118993, + "bottom": -21.38498271 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSUPERIEUR", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSUPERIEUR style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.ENSEIGNEMENTSUPERIEUR" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.GARES$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.GARES", + "title": "Gares", + "description": "Les gares permettent le débarquement et l'embarquement de passagers dans des trains ou des autocars. Les gares peuvent avoir plusieurs accès donnant dans différentes voiries. On inclut également les gares et points d'embarquement des remontées mécaniques de montagne.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08590976, + "right": 55.71007054, + "top": 51.0306278, + "bottom": -21.37873339 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.GARES", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.GARES style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.GARES" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.RETIREMENTHOME$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.RETIREMENTHOME", + "title": "Etablissements et services pour personnes âgées", + "description": "Etablissements assurant les soins et l'hébergement (MAPA, EHPA), ou les soins seulement. Sources : IGN novembre 2017, FINESS octobre 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08385449, + "right": 55.71054065, + "top": 51.07170898, + "bottom": -21.37996146 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.RETIREMENTHOME", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.RETIREMENTHOME style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.RETIREMENTHOME" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SANTE$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SANTE", + "title": "Etablissements hospitaliers", + "description": "Établissement public ou privé, où sont effectués tous les soins médicaux et chirurgicaux lourds et/ou de longue durée, ainsi que les accouchements. Sources : IGN novembre 2017, FINESS octobre 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08385449, + "right": 55.71054065, + "top": 51.07170898, + "bottom": -21.37996146 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SANTE", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SANTE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SANTE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SPA$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SPA", + "title": "Etablissements thermaux", + "description": "Établissement où l'on utilise les eaux médicinales (eaux minérales, chaudes ou non) : établissement thermal, centre de thalassothérapie. Seuls sont inclus les établissements agréés par la Sécurité Sociale. Sources : IGN novembre 2017, FINESS octobre 2017", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08385449, + "right": 55.71054065, + "top": 51.07170898, + "bottom": -21.37996146 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SPA", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SPA style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POI.SPA" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.IGN.POMPIERS-SECOURS$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.IGN.POMPIERS-SECOURS", + "title": "Pompiers - Secours", + "description": "Les casernes de pompiers et centres de secours répondent aux appels d'urgence par l'intermédiaire de l'appel téléphonique au 18. On distingue les pompiers de Paris et de Marseille sous statut militaire, les SDIS (services départementaux d'incendie et de secours), les centres des CRS (compagnies républicaines de sécurité pour le secours en montagne ou la surveillance des plages) et les CROSS (Centres régionaux opérationnels de surveillance et de sauvetage) pour les secours maritimes.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.08316116, + "right": 55.79800034, + "top": 51.07089278, + "bottom": -21.37800026 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.IGN.POMPIERS-SECOURS", + "title": "UTILITYANDGOVERNMENTALSERVICES.IGN.POMPIERS-SECOURS style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.IGN.POMPIERS-SECOURS" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE$GEOPORTAIL:OGC:WMS": { + "name": "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE", + "title": "Accueil Police - Gendarmerie 2022.2", + "description": "Les points d'accueil de la police et de gendarmerie comprennent les commissariats et les antennes de police.Ils permettent de déposer les plaintes et d'accomplir certaines démarches administratives. Les points d'accueil de police sont généralement situés en ville et les gendarmeries en zone rurale, littorale ou de montagne.", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE", + "title": "UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=UTILITYANDGOVERNMENTALSERVICES.MININT.POI.ACCUEIL_POLICE-GENDARMERIE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "VILLAGESETAPE$GEOPORTAIL:OGC:WMS": { + "name": "VILLAGESETAPE", + "title": "Villages étapes", + "description": "Communes de moins de 5 000 habitants, situées à moins de 5km d'un grand axe routier national", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -54.04547932, + "right": 166.02236972, + "top": 50.57954435, + "bottom": -21.89954632 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-VILLAGESETAPE", + "title": "VILLAGESETAPE style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=VILLAGESETAPE" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ZONAGE.OFB$GEOPORTAIL:OGC:WMS": { + "name": "ZONAGE.OFB", + "title": "Zones exclues des aires d'accélération de l'éolien terrestre, de toutes les EnR (sauf toitures) ou nécessitant l'avis du gestionnaire", + "description": "Zones exclues des aires d'accélération de l'éolien terrestre, de toutes les EnR (sauf toitures) ou nécessitant l'avis du gestionnaire", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.80714175, + "right": 55.83662637, + "top": 51.08915218, + "bottom": -21.386184 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ZONAGE.OFB", + "title": "ZONAGE.OFB style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ZONAGE.OFB" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "agricole$GEOPORTAIL:OGC:WMS": { + "name": "agricole", + "title": "Zones agricoles protégées", + "description": "Servitude d'Utilité Publique de catégories A9 et A10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-agricole", + "title": "agricole style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=agricole" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "agricole_previsu$GEOPORTAIL:OGC:WMS": { + "name": "agricole_previsu", + "title": "Zones agricoles protégées", + "description": "Servitude d'Utilité Publique de catégories A9 et A10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-agricole_previsu", + "title": "agricole_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=agricole_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "assainissement$GEOPORTAIL:OGC:WMS": { + "name": "assainissement", + "title": "Eau et assainissement", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-assainissement", + "title": "assainissement style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=assainissement" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "assainissement_previsu$GEOPORTAIL:OGC:WMS": { + "name": "assainissement_previsu", + "title": "Eau et assainissement", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-assainissement_previsu", + "title": "assainissement_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=assainissement_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "associations$GEOPORTAIL:OGC:WMS": { + "name": "associations", + "title": "Associations syndicales", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-associations", + "title": "associations style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=associations" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "associations_previsu$GEOPORTAIL:OGC:WMS": { + "name": "associations_previsu", + "title": "Associations syndicales", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-associations_previsu", + "title": "associations_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=associations_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "canalisation$GEOPORTAIL:OGC:WMS": { + "name": "canalisation", + "title": "Canalisations", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-canalisation", + "title": "canalisation style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=canalisation" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "canalisation_previsu$GEOPORTAIL:OGC:WMS": { + "name": "canalisation_previsu", + "title": "Canalisations", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-canalisation_previsu", + "title": "canalisation_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=canalisation_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "carriere$GEOPORTAIL:OGC:WMS": { + "name": "carriere", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-carriere", + "title": "carriere style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=carriere" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "carriere_previsu$GEOPORTAIL:OGC:WMS": { + "name": "carriere_previsu", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-carriere_previsu", + "title": "carriere_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=carriere_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "chaleur_froid$GEOPORTAIL:OGC:WMS": { + "name": "chaleur_froid", + "title": "Réseaux de chaleur et froid", + "description": "Servitude d'Utilité Publique de catégorie I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-chaleur_froid", + "title": "chaleur_froid style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=chaleur_froid" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "chaleur_froid_previsu$GEOPORTAIL:OGC:WMS": { + "name": "chaleur_froid_previsu", + "title": "Réseaux de chaleur et froid", + "description": "Servitude d'Utilité Publique de catégorie I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-chaleur_froid_previsu", + "title": "chaleur_froid_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=chaleur_froid_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "cimetieres$GEOPORTAIL:OGC:WMS": { + "name": "cimetieres", + "title": "Cimetières", + "description": "Servitude d'Utilité Publique de catégorie INT1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-cimetieres", + "title": "cimetieres style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=cimetieres" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "cimetieres_previsu$GEOPORTAIL:OGC:WMS": { + "name": "cimetieres_previsu", + "title": "Cimetières", + "description": "Servitude d'Utilité Publique de catégorie INT1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-cimetieres_previsu", + "title": "cimetieres_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=cimetieres_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "circulation_aerienne$GEOPORTAIL:OGC:WMS": { + "name": "circulation_aerienne", + "title": "Circulation aérienne", + "description": "Servitude d'Utilité Publique de catégories T4, T5, T6 et T7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-circulation_aerienne", + "title": "circulation_aerienne style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=circulation_aerienne" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "circulation_aerienne_previsu$GEOPORTAIL:OGC:WMS": { + "name": "circulation_aerienne_previsu", + "title": "Circulation aérienne", + "description": "Servitude d'Utilité Publique de catégories T4, T5, T6 et T7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-circulation_aerienne_previsu", + "title": "circulation_aerienne_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=circulation_aerienne_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "communication$GEOPORTAIL:OGC:WMS": { + "name": "communication", + "title": "Communication", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, T1, T2, T3, T4, T5, T6, T7, T9, EL3, EL4, EL5, EL6, EL7, EL8 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-communication", + "title": "communication style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=communication" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "communication_previsu$GEOPORTAIL:OGC:WMS": { + "name": "communication_previsu", + "title": "Communication", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, T1, T2, T3, T4, T5, T6, T7, T9, EL3, EL4, EL5, EL6, EL7, EL8 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-communication_previsu", + "title": "communication_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=communication_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "conchylicoles$GEOPORTAIL:OGC:WMS": { + "name": "conchylicoles", + "title": "Etablissements conchylicoles", + "description": "Servitude d'Utilité Publique de catégorie AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-conchylicoles", + "title": "conchylicoles style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=conchylicoles" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "conchylicoles_previsu$GEOPORTAIL:OGC:WMS": { + "name": "conchylicoles_previsu", + "title": "Etablissements conchylicoles", + "description": "Servitude d'Utilité Publique de catégorie AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-conchylicoles_previsu", + "title": "conchylicoles_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=conchylicoles_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "conservation_du_patrimoine$GEOPORTAIL:OGC:WMS": { + "name": "conservation_du_patrimoine", + "title": "Conservation du patrimoine", + "description": "Servitude d'Utilité Publique de catégories A1, A4, A7, A8, A9, A10, AC1, AC2, AC3, AC4, AC4bis, AS1, EL9, EL10 et JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-conservation_du_patrimoine", + "title": "conservation_du_patrimoine style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=conservation_du_patrimoine" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "conservation_du_patrimoine_previsu$GEOPORTAIL:OGC:WMS": { + "name": "conservation_du_patrimoine_previsu", + "title": "Conservation du patrimoine", + "description": "Servitude d'Utilité Publique de catégories A1, A4, A7, A8, A9, A10, AC1, AC2, AC3, AC4, AC4bis, AS1, EL9, EL10 et JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-conservation_du_patrimoine_previsu", + "title": "conservation_du_patrimoine_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=conservation_du_patrimoine_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "cours_d_eau$GEOPORTAIL:OGC:WMS": { + "name": "cours_d_eau", + "title": "Cours d'eau", + "description": "Servitude d'Utilité Publique de catégorie EL3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-cours_d_eau", + "title": "cours_d_eau style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=cours_d_eau" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "cours_d_eau_previsu$GEOPORTAIL:OGC:WMS": { + "name": "cours_d_eau_previsu", + "title": "Cours d'eau", + "description": "Servitude d'Utilité Publique de catégorie EL3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-cours_d_eau_previsu", + "title": "cours_d_eau_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=cours_d_eau_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "defense$GEOPORTAIL:OGC:WMS": { + "name": "defense", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-defense", + "title": "defense style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=defense" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "defense_nationale$GEOPORTAIL:OGC:WMS": { + "name": "defense_nationale", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-defense_nationale", + "title": "defense_nationale style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=defense_nationale" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "defense_nationale_previsu$GEOPORTAIL:OGC:WMS": { + "name": "defense_nationale_previsu", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-defense_nationale_previsu", + "title": "defense_nationale_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=defense_nationale_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "defense_previsu$GEOPORTAIL:OGC:WMS": { + "name": "defense_previsu", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-defense_previsu", + "title": "defense_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=defense_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-agricole$GEOPORTAIL:OGC:WMS": { + "name": "dev-agricole", + "title": "Zones agricoles protégées", + "description": "Servitude d'Utilité Publique de catégories A9 et A10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-agricole", + "title": "dev-agricole style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-agricole" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-agricole_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-agricole_previsu", + "title": "Zones agricoles protégées", + "description": "Servitude d'Utilité Publique de catégories A9 et A10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-agricole_previsu", + "title": "dev-agricole_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-agricole_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-assainissement$GEOPORTAIL:OGC:WMS": { + "name": "dev-assainissement", + "title": "Eau et assainissement", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-assainissement", + "title": "dev-assainissement style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-assainissement" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-assainissement_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-assainissement_previsu", + "title": "Eau et assainissement", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-assainissement_previsu", + "title": "dev-assainissement_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-assainissement_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-associations$GEOPORTAIL:OGC:WMS": { + "name": "dev-associations", + "title": "Associations syndicales", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-associations", + "title": "dev-associations style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-associations" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-associations_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-associations_previsu", + "title": "Associations syndicales", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5 et A6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-associations_previsu", + "title": "dev-associations_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-associations_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-canalisation$GEOPORTAIL:OGC:WMS": { + "name": "dev-canalisation", + "title": "Canalisations", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-canalisation", + "title": "dev-canalisation style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-canalisation" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-canalisation_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-canalisation_previsu", + "title": "Canalisations", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-canalisation_previsu", + "title": "dev-canalisation_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-canalisation_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-carriere$GEOPORTAIL:OGC:WMS": { + "name": "dev-carriere", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-carriere", + "title": "dev-carriere style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-carriere" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-carriere_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-carriere_previsu", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-carriere_previsu", + "title": "dev-carriere_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-carriere_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-chaleur_froid$GEOPORTAIL:OGC:WMS": { + "name": "dev-chaleur_froid", + "title": "Réseaux de chaleur et froid", + "description": "Servitude d'Utilité Publique de catégorie I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-chaleur_froid", + "title": "dev-chaleur_froid style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-chaleur_froid" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-chaleur_froid_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-chaleur_froid_previsu", + "title": "Réseaux de chaleur et froid", + "description": "Servitude d'Utilité Publique de catégorie I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-chaleur_froid_previsu", + "title": "dev-chaleur_froid_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-chaleur_froid_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-cimetieres$GEOPORTAIL:OGC:WMS": { + "name": "dev-cimetieres", + "title": "Cimetières", + "description": "Servitude d'Utilité Publique de catégorie INT1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-cimetieres", + "title": "dev-cimetieres style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-cimetieres" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-cimetieres_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-cimetieres_previsu", + "title": "Cimetières", + "description": "Servitude d'Utilité Publique de catégorie INT1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-cimetieres_previsu", + "title": "dev-cimetieres_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-cimetieres_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-circulation_aerienne$GEOPORTAIL:OGC:WMS": { + "name": "dev-circulation_aerienne", + "title": "Circulation aérienne", + "description": "Servitude d'Utilité Publique de catégories T4, T5, T6 et T7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-circulation_aerienne", + "title": "dev-circulation_aerienne style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-circulation_aerienne" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-circulation_aerienne_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-circulation_aerienne_previsu", + "title": "Circulation aérienne", + "description": "Servitude d'Utilité Publique de catégories T4, T5, T6 et T7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-circulation_aerienne_previsu", + "title": "dev-circulation_aerienne_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-circulation_aerienne_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-communication$GEOPORTAIL:OGC:WMS": { + "name": "dev-communication", + "title": "Communication", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, T1, T2, T3, T4, T5, T6, T7, T9, EL3, EL4, EL5, EL6, EL7, EL8 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-communication", + "title": "dev-communication style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-communication" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-communication_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-communication_previsu", + "title": "Communication", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6, T1, T2, T3, T4, T5, T6, T7, T9, EL3, EL4, EL5, EL6, EL7, EL8 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-communication_previsu", + "title": "dev-communication_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-communication_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-conchylicoles$GEOPORTAIL:OGC:WMS": { + "name": "dev-conchylicoles", + "title": "Etablissements conchylicoles", + "description": "Servitude d'Utilité Publique de catégorie AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-conchylicoles", + "title": "dev-conchylicoles style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-conchylicoles" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-conchylicoles_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-conchylicoles_previsu", + "title": "Etablissements conchylicoles", + "description": "Servitude d'Utilité Publique de catégorie AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-conchylicoles_previsu", + "title": "dev-conchylicoles_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-conchylicoles_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-conservation_du_patrimoine$GEOPORTAIL:OGC:WMS": { + "name": "dev-conservation_du_patrimoine", + "title": "Conservation du patrimoine", + "description": "Servitude d'Utilité Publique de catégories A1, A4, A7, A8, A9, A10, AC1, AC2, AC3, AC4, AC4bis, AS1, EL9, EL10 et JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-conservation_du_patrimoine", + "title": "dev-conservation_du_patrimoine style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-conservation_du_patrimoine" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-conservation_du_patrimoine_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-conservation_du_patrimoine_previsu", + "title": "Conservation du patrimoine", + "description": "Servitude d'Utilité Publique de catégories A1, A4, A7, A8, A9, A10, AC1, AC2, AC3, AC4, AC4bis, AS1, EL9, EL10 et JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-conservation_du_patrimoine_previsu", + "title": "dev-conservation_du_patrimoine_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-conservation_du_patrimoine_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-cours_d_eau$GEOPORTAIL:OGC:WMS": { + "name": "dev-cours_d_eau", + "title": "Cours d'eau", + "description": "Servitude d'Utilité Publique de catégorie EL3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-cours_d_eau", + "title": "dev-cours_d_eau style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-cours_d_eau" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-cours_d_eau_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-cours_d_eau_previsu", + "title": "Cours d'eau", + "description": "Servitude d'Utilité Publique de catégorie EL3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-cours_d_eau_previsu", + "title": "dev-cours_d_eau_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-cours_d_eau_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-defense$GEOPORTAIL:OGC:WMS": { + "name": "dev-defense", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-defense", + "title": "dev-defense style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-defense" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-defense_nationale$GEOPORTAIL:OGC:WMS": { + "name": "dev-defense_nationale", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-defense_nationale", + "title": "dev-defense_nationale style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-defense_nationale" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-defense_nationale_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-defense_nationale_previsu", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-defense_nationale_previsu", + "title": "dev-defense_nationale_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-defense_nationale_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-defense_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-defense_previsu", + "title": "Défense nationale", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-defense_previsu", + "title": "dev-defense_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-defense_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-document$GEOPORTAIL:OGC:WMS": { + "name": "dev-document", + "title": "Emprise des documents d'urbanisme (petite échelle)", + "description": "Emprise des Documents d'urbanisme (PLUi ,PLU, POS, CC) pour une visualisation à petite échelle de l’emprise et du type de document", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-document", + "title": "dev-document style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-document" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-document_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-document_previsu", + "title": "Emprise des documents d'urbanisme (petite échelle)", + "description": "Emprise des Documents d'urbanisme (PLUi ,PLU, POS, CC) pour une visualisation à petite échelle de l’emprise et du type de document", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-document_previsu", + "title": "dev-document_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-document_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-du$GEOPORTAIL:OGC:WMS": { + "name": "dev-du", + "title": "Documents d'urbanisme", + "description": "PLU, POS, CC", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-du", + "title": "dev-du style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-du" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-du_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-du_previsu", + "title": "Documents d'urbanisme", + "description": "PLU, POS, CC", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-du_previsu", + "title": "dev-du_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-du_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-eaux$GEOPORTAIL:OGC:WMS": { + "name": "dev-eaux", + "title": "Eaux", + "description": "Servitude d'Utilité Publique de catégorie AS1 et A4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-eaux", + "title": "dev-eaux style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-eaux" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-eaux_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-eaux_previsu", + "title": "Eaux", + "description": "Servitude d'Utilité Publique de catégorie AS1 et A4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-eaux_previsu", + "title": "dev-eaux_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-eaux_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-electricite$GEOPORTAIL:OGC:WMS": { + "name": "dev-electricite", + "title": "Electricité", + "description": "Servitude d'Utilité Publique de catégorie I4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-electricite", + "title": "dev-electricite style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-electricite" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-electricite_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-electricite_previsu", + "title": "Electricité", + "description": "Servitude d'Utilité Publique de catégorie I4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-electricite_previsu", + "title": "dev-electricite_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-electricite_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-energie$GEOPORTAIL:OGC:WMS": { + "name": "dev-energie", + "title": "Energie", + "description": "Servitude d'Utilité Publique de catégories I2, I3, I4 et I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-energie", + "title": "dev-energie style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-energie" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-energie_hydraulique$GEOPORTAIL:OGC:WMS": { + "name": "dev-energie_hydraulique", + "title": "Energie hydraulique", + "description": "Servitude d'Utilité Publique de catégorie I2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-energie_hydraulique", + "title": "dev-energie_hydraulique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-energie_hydraulique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-energie_hydraulique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-energie_hydraulique_previsu", + "title": "Energie hydraulique", + "description": "Servitude d'Utilité Publique de catégorie I2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-energie_hydraulique_previsu", + "title": "dev-energie_hydraulique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-energie_hydraulique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-energie_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-energie_previsu", + "title": "Energie", + "description": "Servitude d'Utilité Publique de catégories I2, I3, I4 et I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-energie_previsu", + "title": "dev-energie_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-energie_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-forets$GEOPORTAIL:OGC:WMS": { + "name": "dev-forets", + "title": "Forêts", + "description": "Servitude d'Utilité Publique de catégories A1, A7 et A8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-forets", + "title": "dev-forets style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-forets" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-forets_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-forets_previsu", + "title": "Forêts", + "description": "Servitude d'Utilité Publique de catégories A1, A7 et A8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-forets_previsu", + "title": "dev-forets_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-forets_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-gaz$GEOPORTAIL:OGC:WMS": { + "name": "dev-gaz", + "title": "Gaz", + "description": "Servitude d'Utilité Publique de catégorie I3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-gaz", + "title": "dev-gaz style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-gaz" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-gaz_hydrocarbures_produits_chimiques$GEOPORTAIL:OGC:WMS": { + "name": "dev-gaz_hydrocarbures_produits_chimiques", + "title": "Transport de gaz, hydrocarbures et produits chimiques", + "description": "Servitude d’Utilité Publique de catégories I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-gaz_hydrocarbures_produits_chimiques", + "title": "dev-gaz_hydrocarbures_produits_chimiques style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-gaz_hydrocarbures_produits_chimiques" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-gaz_hydrocarbures_produits_chimiques_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-gaz_hydrocarbures_produits_chimiques_previsu", + "title": "Transport de gaz, hydrocarbures et produits chimiques", + "description": "Servitude d’Utilité Publique de catégories I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-gaz_hydrocarbures_produits_chimiques_previsu", + "title": "dev-gaz_hydrocarbures_produits_chimiques_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-gaz_hydrocarbures_produits_chimiques_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-gaz_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-gaz_previsu", + "title": "Gaz", + "description": "Servitude d'Utilité Publique de catégorie I3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-gaz_previsu", + "title": "dev-gaz_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-gaz_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-info$GEOPORTAIL:OGC:WMS": { + "name": "dev-info", + "title": "Périmètres d'information", + "description": "Périmètres d'information des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-info", + "title": "dev-info style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-info" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-info_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-info_previsu", + "title": "Périmètres d'information", + "description": "Périmètres d'information des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-info_previsu", + "title": "dev-info_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-info_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-info_psmv$GEOPORTAIL:OGC:WMS": { + "name": "dev-info_psmv", + "title": "Périmètres d'information des PSMV", + "description": "Périmètres d'information des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-info_psmv", + "title": "dev-info_psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-info_psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-info_psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-info_psmv_previsu", + "title": "Périmètres d'information des PSMV", + "description": "Périmètres d'information des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-info_psmv_previsu", + "title": "dev-info_psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-info_psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-littoral$GEOPORTAIL:OGC:WMS": { + "name": "dev-littoral", + "title": "Littoral", + "description": "Servitude d'Utilité Publique de catégorie EL9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-littoral", + "title": "dev-littoral style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-littoral" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-littoral_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-littoral_previsu", + "title": "Littoral", + "description": "Servitude d'Utilité Publique de catégorie EL9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-littoral_previsu", + "title": "dev-littoral_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-littoral_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-mines_carrieres$GEOPORTAIL:OGC:WMS": { + "name": "dev-mines_carrieres", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-mines_carrieres", + "title": "dev-mines_carrieres style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-mines_carrieres" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-mines_carrieres_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-mines_carrieres_previsu", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-mines_carrieres_previsu", + "title": "dev-mines_carrieres_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-mines_carrieres_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-monument_historique$GEOPORTAIL:OGC:WMS": { + "name": "dev-monument_historique", + "title": "Monuments historiques", + "description": "Servitude d'Utilité Publique de catégorie AC1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-monument_historique", + "title": "dev-monument_historique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-monument_historique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-monument_historique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-monument_historique_previsu", + "title": "Monuments historiques", + "description": "Servitude d'Utilité Publique de catégorie AC1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-monument_historique_previsu", + "title": "dev-monument_historique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-monument_historique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-monument_naturel_site$GEOPORTAIL:OGC:WMS": { + "name": "dev-monument_naturel_site", + "title": "Monuments naturels et sites", + "description": "Servitude d'Utilité Publique de catégorie AC2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-monument_naturel_site", + "title": "dev-monument_naturel_site style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-monument_naturel_site" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-monument_naturel_site_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-monument_naturel_site_previsu", + "title": "Monuments naturels et sites", + "description": "Servitude d'Utilité Publique de catégorie AC2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-monument_naturel_site_previsu", + "title": "dev-monument_naturel_site_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-monument_naturel_site_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-municipality$GEOPORTAIL:OGC:WMS": { + "name": "dev-municipality", + "title": "Communes au RNU", + "description": "Communes couvertes par le Règlement National d'Urbanisme (RNU)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-municipality", + "title": "dev-municipality style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-municipality" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-navigation_maritime$GEOPORTAIL:OGC:WMS": { + "name": "dev-navigation_maritime", + "title": "Navigation maritime", + "description": "Servitude d'Utilité Publique de catégorie EL8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-navigation_maritime", + "title": "dev-navigation_maritime style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-navigation_maritime" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-navigation_maritime_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-navigation_maritime_previsu", + "title": "Navigation maritime", + "description": "Servitude d'Utilité Publique de catégorie EL8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-navigation_maritime_previsu", + "title": "dev-navigation_maritime_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-navigation_maritime_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-ouvrage_defense$GEOPORTAIL:OGC:WMS": { + "name": "dev-ouvrage_defense", + "title": "Ouvrages de défense", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-ouvrage_defense", + "title": "dev-ouvrage_defense style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-ouvrage_defense" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-ouvrage_defense_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-ouvrage_defense_previsu", + "title": "Ouvrages de défense", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-ouvrage_defense_previsu", + "title": "dev-ouvrage_defense_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-ouvrage_defense_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-ouvrage_plan_prevention_risque$GEOPORTAIL:OGC:WMS": { + "name": "dev-ouvrage_plan_prevention_risque", + "title": "Ouvrages et plans de prévention des risques", + "description": "Servitude d'Utilité Publique de catégories EL2BIS, PM1, PM1BIS, PM2,PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-ouvrage_plan_prevention_risque", + "title": "dev-ouvrage_plan_prevention_risque style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-ouvrage_plan_prevention_risque" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-ouvrage_plan_prevention_risque_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-ouvrage_plan_prevention_risque_previsu", + "title": "Ouvrages et plans de prévention des risques", + "description": "Servitude d'Utilité Publique de catégories EL2BIS, PM1, PM1BIS, PM2,PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-ouvrage_plan_prevention_risque_previsu", + "title": "dev-ouvrage_plan_prevention_risque_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-ouvrage_plan_prevention_risque_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_architectural$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_architectural", + "title": "Patrimoine architectural et urbain", + "description": "Servitude d'Utilité Publique de catégories AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_architectural", + "title": "dev-patrimoine_architectural style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_architectural" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_architectural_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_architectural_previsu", + "title": "Patrimoine architectural et urbain", + "description": "Servitude d'Utilité Publique de catégories AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_architectural_previsu", + "title": "dev-patrimoine_architectural_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_architectural_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_culturel$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_culturel", + "title": "Patrimoine culturel", + "description": "Servitude d'Utilité Publique de catégories AC1, AC2, AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_culturel", + "title": "dev-patrimoine_culturel style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_culturel" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_culturel_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_culturel_previsu", + "title": "Patrimoine culturel", + "description": "Servitude d'Utilité Publique de catégories AC1, AC2, AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_culturel_previsu", + "title": "dev-patrimoine_culturel_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_culturel_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_naturel$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_naturel", + "title": "Patrimoine naturel", + "description": "Servitude d'Utilité Publique de catégories AS1, A1, A4, A7, A8, A9, A10, AC3, EL9 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_naturel", + "title": "dev-patrimoine_naturel style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_naturel" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_naturel_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_naturel_previsu", + "title": "Patrimoine naturel", + "description": "Servitude d'Utilité Publique de catégories AS1, A1, A4, A7, A8, A9, A10, AC3, EL9 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_naturel_previsu", + "title": "dev-patrimoine_naturel_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_naturel_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_sportif$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_sportif", + "title": "Patrimoine sportif", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_sportif", + "title": "dev-patrimoine_sportif style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_sportif" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-patrimoine_sportif_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-patrimoine_sportif_previsu", + "title": "Patrimoine sportif", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-patrimoine_sportif_previsu", + "title": "dev-patrimoine_sportif_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-patrimoine_sportif_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-prescription$GEOPORTAIL:OGC:WMS": { + "name": "dev-prescription", + "title": "Prescriptions", + "description": "Prescriptions des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-prescription", + "title": "dev-prescription style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-prescription" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-prescription_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-prescription_previsu", + "title": "Prescriptions", + "description": "Prescriptions des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-prescription_previsu", + "title": "dev-prescription_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-prescription_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-prescription_psmv$GEOPORTAIL:OGC:WMS": { + "name": "dev-prescription_psmv", + "title": "Prescriptions des PSMV", + "description": "Prescriptions des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-prescription_psmv", + "title": "dev-prescription_psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-prescription_psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-prescription_psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-prescription_psmv_previsu", + "title": "Prescriptions des PSMV", + "description": "Prescriptions des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-prescription_psmv_previsu", + "title": "dev-prescription_psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-prescription_psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-psmv$GEOPORTAIL:OGC:WMS": { + "name": "dev-psmv", + "title": "Plan de sauvegarde et de mise en valeur", + "description": "Plan de sauvegarde et de mise en valeur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-psmv", + "title": "dev-psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-psmv_previsu", + "title": "Plan de sauvegarde et de mise en valeur", + "description": "Plan de sauvegarde et de mise en valeur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-psmv_previsu", + "title": "dev-psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-remontee_piste_ski$GEOPORTAIL:OGC:WMS": { + "name": "dev-remontee_piste_ski", + "title": "Remontées mécaniques et pistes de ski", + "description": "Servitude d'Utilité Publique de catégories EL4 et T2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-remontee_piste_ski", + "title": "dev-remontee_piste_ski style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-remontee_piste_ski" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-remontee_piste_ski_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-remontee_piste_ski_previsu", + "title": "Remontées mécaniques et pistes de ski", + "description": "Servitude d'Utilité Publique de catégories EL4 et T2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-remontee_piste_ski_previsu", + "title": "dev-remontee_piste_ski_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-remontee_piste_ski_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-reseau_routier$GEOPORTAIL:OGC:WMS": { + "name": "dev-reseau_routier", + "title": "Réseaux routiers", + "description": "Servitude d'Utilité Publique de catégories EL5, EL6, EL7 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-reseau_routier", + "title": "dev-reseau_routier style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-reseau_routier" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-reseau_routier_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-reseau_routier_previsu", + "title": "Réseaux routiers", + "description": "Servitude d'Utilité Publique de catégories EL5, EL6, EL7 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-reseau_routier_previsu", + "title": "dev-reseau_routier_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-reseau_routier_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-reserve_parc$GEOPORTAIL:OGC:WMS": { + "name": "dev-reserve_parc", + "title": "Réserves naturelles et parcs", + "description": "Servitude d'Utilité Publique de catégories AC3 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-reserve_parc", + "title": "dev-reserve_parc style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-reserve_parc" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-reserve_parc_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-reserve_parc_previsu", + "title": "Réserves naturelles et parcs", + "description": "Servitude d'Utilité Publique de catégories AC3 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-reserve_parc_previsu", + "title": "dev-reserve_parc_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-reserve_parc_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-ressources_equipement$GEOPORTAIL:OGC:WMS": { + "name": "dev-ressources_equipement", + "title": "Ressources et équipements", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6,I1, I2, I3, I4, I5, I6, I7, I9, T1, T2, T3, T4, T5, T6, T7, T8, T9, EL3, EL4, EL5, EL6, EL7, EL8, EL11, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-ressources_equipement", + "title": "dev-ressources_equipement style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-ressources_equipement" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-ressources_equipement_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-ressources_equipement_previsu", + "title": "Ressources et équipements", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6,I1, I2, I3, I4, I5, I6, I7, I9, T1, T2, T3, T4, T5, T6, T7, T8, T9, EL3, EL4, EL5, EL6, EL7, EL8, EL11, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-ressources_equipement_previsu", + "title": "dev-ressources_equipement_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-ressources_equipement_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-salubrite_publique$GEOPORTAIL:OGC:WMS": { + "name": "dev-salubrite_publique", + "title": "Salubrité publique", + "description": "Servitude d'Utilité Publique de catégories INT1 et AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-salubrite_publique", + "title": "dev-salubrite_publique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-salubrite_publique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-salubrite_publique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-salubrite_publique_previsu", + "title": "Salubrité publique", + "description": "Servitude d'Utilité Publique de catégories INT1 et AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-salubrite_publique_previsu", + "title": "dev-salubrite_publique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-salubrite_publique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-salubrite_securite_publique$GEOPORTAIL:OGC:WMS": { + "name": "dev-salubrite_securite_publique", + "title": "Salubrité et sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2BIS,INT1, AS2, PM1, PM1BIS, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-salubrite_securite_publique", + "title": "dev-salubrite_securite_publique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-salubrite_securite_publique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-salubrite_securite_publique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-salubrite_securite_publique_previsu", + "title": "Salubrité et sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2BIS,INT1, AS2, PM1, PM1BIS, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-salubrite_securite_publique_previsu", + "title": "dev-salubrite_securite_publique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-salubrite_securite_publique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-scot$GEOPORTAIL:OGC:WMS": { + "name": "dev-scot", + "title": "Schéma de Cohérence Territoriale", + "description": "Schéma de Cohérence Territoriale", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-scot", + "title": "dev-scot style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-scot" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-scot_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-scot_previsu", + "title": "Schéma de Cohérence Territoriale", + "description": "Schéma de Cohérence Territoriale", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-scot_previsu", + "title": "dev-scot_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-scot_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-securite_publique$GEOPORTAIL:OGC:WMS": { + "name": "dev-securite_publique", + "title": "Sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2bis, PM1, PM1bis, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-securite_publique", + "title": "dev-securite_publique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-securite_publique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-securite_publique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-securite_publique_previsu", + "title": "Sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2bis, PM1, PM1bis, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-securite_publique_previsu", + "title": "dev-securite_publique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-securite_publique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-sport$GEOPORTAIL:OGC:WMS": { + "name": "dev-sport", + "title": "Installations sportives", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-sport", + "title": "dev-sport style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-sport" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-sport_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-sport_previsu", + "title": "Installations sportives", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-sport_previsu", + "title": "dev-sport_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-sport_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-sup$GEOPORTAIL:OGC:WMS": { + "name": "dev-sup", + "title": "Servitude d'Utilité Publique", + "description": "Servitude d'Utilité Publique (toutes catégories)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-sup", + "title": "dev-sup style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-sup" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-sup_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-sup_previsu", + "title": "Servitude d'Utilité Publique", + "description": "Servitude d'Utilité Publique (toutes catégories)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-sup_previsu", + "title": "dev-sup_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-sup_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-telecommunication$GEOPORTAIL:OGC:WMS": { + "name": "dev-telecommunication", + "title": "Communications électroniques", + "description": "Servitude d'Utilité Publique de catégories T8, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-telecommunication", + "title": "dev-telecommunication style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-telecommunication" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-telecommunication_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-telecommunication_previsu", + "title": "Communications électroniques", + "description": "Servitude d'Utilité Publique de catégories T8, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-telecommunication_previsu", + "title": "dev-telecommunication_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-telecommunication_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-transport_cable$GEOPORTAIL:OGC:WMS": { + "name": "dev-transport_cable", + "title": "Transport par câble en milieu urbain", + "description": "Servitude d'Utilité Publique de catégorie T9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-transport_cable", + "title": "dev-transport_cable style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-transport_cable" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-transport_cable_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-transport_cable_previsu", + "title": "Transport par câble en milieu urbain", + "description": "Servitude d'Utilité Publique de catégorie T9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-transport_cable_previsu", + "title": "dev-transport_cable_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-transport_cable_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-transport_ferroviaire$GEOPORTAIL:OGC:WMS": { + "name": "dev-transport_ferroviaire", + "title": "Transports ferroviaires ou guidés", + "description": "Servitude d'Utilité Publique de catégories T1 et T3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-transport_ferroviaire", + "title": "dev-transport_ferroviaire style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-transport_ferroviaire" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-transport_ferroviaire_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-transport_ferroviaire_previsu", + "title": "Transports ferroviaires ou guidés", + "description": "Servitude d'Utilité Publique de catégories T1 et T3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-transport_ferroviaire_previsu", + "title": "dev-transport_ferroviaire_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-transport_ferroviaire_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-zone_secteur$GEOPORTAIL:OGC:WMS": { + "name": "dev-zone_secteur", + "title": "Zonages", + "description": "Zonages des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-zone_secteur", + "title": "dev-zone_secteur style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-zone_secteur" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-zone_secteur_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-zone_secteur_previsu", + "title": "Zonages", + "description": "Zonages des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-zone_secteur_previsu", + "title": "dev-zone_secteur_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-zone_secteur_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-zone_secteur_psmv$GEOPORTAIL:OGC:WMS": { + "name": "dev-zone_secteur_psmv", + "title": "Zonages des PSMV", + "description": "Zonages des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-zone_secteur_psmv", + "title": "dev-zone_secteur_psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-zone_secteur_psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "dev-zone_secteur_psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "dev-zone_secteur_psmv_previsu", + "title": "Zonages des PSMV", + "description": "Zonages des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -180.0, + "right": 180.0, + "top": 90.0, + "bottom": -90.0 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-dev-zone_secteur_psmv_previsu", + "title": "dev-zone_secteur_psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=dev-zone_secteur_psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "document$GEOPORTAIL:OGC:WMS": { + "name": "document", + "title": "Emprise des documents d'urbanisme (petite échelle)", + "description": "Emprise des Documents d'urbanisme (PLUi ,PLU, POS, CC) pour une visualisation à petite échelle de l’emprise et du type de document", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-document", + "title": "document style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=document" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "document_previsu$GEOPORTAIL:OGC:WMS": { + "name": "document_previsu", + "title": "Emprise des documents d'urbanisme (petite échelle)", + "description": "Emprise des Documents d'urbanisme (PLUi ,PLU, POS, CC) pour une visualisation à petite échelle de l’emprise et du type de document", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-document_previsu", + "title": "document_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=document_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "du$GEOPORTAIL:OGC:WMS": { + "name": "du", + "title": "Documents d'urbanisme", + "description": "PLU, POS, CC", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-du", + "title": "du style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=du" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "du_previsu$GEOPORTAIL:OGC:WMS": { + "name": "du_previsu", + "title": "Documents d'urbanisme", + "description": "PLU, POS, CC", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-du_previsu", + "title": "du_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=du_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "eaux$GEOPORTAIL:OGC:WMS": { + "name": "eaux", + "title": "Eaux", + "description": "Servitude d'Utilité Publique de catégorie AS1 et A4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-eaux", + "title": "eaux style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=eaux" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "eaux_previsu$GEOPORTAIL:OGC:WMS": { + "name": "eaux_previsu", + "title": "Eaux", + "description": "Servitude d'Utilité Publique de catégorie AS1 et A4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-eaux_previsu", + "title": "eaux_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=eaux_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "electricite$GEOPORTAIL:OGC:WMS": { + "name": "electricite", + "title": "Electricité", + "description": "Servitude d'Utilité Publique de catégorie I4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-electricite", + "title": "electricite style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=electricite" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "electricite_previsu$GEOPORTAIL:OGC:WMS": { + "name": "electricite_previsu", + "title": "Electricité", + "description": "Servitude d'Utilité Publique de catégorie I4", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-electricite_previsu", + "title": "electricite_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=electricite_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "energie$GEOPORTAIL:OGC:WMS": { + "name": "energie", + "title": "Energie", + "description": "Servitude d'Utilité Publique de catégories I2, I3, I4 et I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-energie", + "title": "energie style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=energie" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "energie_hydraulique$GEOPORTAIL:OGC:WMS": { + "name": "energie_hydraulique", + "title": "Energie hydraulique", + "description": "Servitude d'Utilité Publique de catégorie I2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-energie_hydraulique", + "title": "energie_hydraulique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=energie_hydraulique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "energie_hydraulique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "energie_hydraulique_previsu", + "title": "Energie hydraulique", + "description": "Servitude d'Utilité Publique de catégorie I2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-energie_hydraulique_previsu", + "title": "energie_hydraulique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=energie_hydraulique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "energie_previsu$GEOPORTAIL:OGC:WMS": { + "name": "energie_previsu", + "title": "Energie", + "description": "Servitude d'Utilité Publique de catégories I2, I3, I4 et I9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-energie_previsu", + "title": "energie_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=energie_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "forets$GEOPORTAIL:OGC:WMS": { + "name": "forets", + "title": "Forêts", + "description": "Servitude d'Utilité Publique de catégories A1, A7 et A8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-forets", + "title": "forets style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=forets" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "forets_previsu$GEOPORTAIL:OGC:WMS": { + "name": "forets_previsu", + "title": "Forêts", + "description": "Servitude d'Utilité Publique de catégories A1, A7 et A8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-forets_previsu", + "title": "forets_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=forets_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "gaz$GEOPORTAIL:OGC:WMS": { + "name": "gaz", + "title": "Gaz", + "description": "Servitude d'Utilité Publique de catégorie I3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-gaz", + "title": "gaz style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=gaz" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "gaz_hydrocarbures_produits_chimiques$GEOPORTAIL:OGC:WMS": { + "name": "gaz_hydrocarbures_produits_chimiques", + "title": "Transport de gaz, hydrocarbures et produits chimiques", + "description": "Servitude d’Utilité Publique de catégories I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-gaz_hydrocarbures_produits_chimiques", + "title": "gaz_hydrocarbures_produits_chimiques style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=gaz_hydrocarbures_produits_chimiques" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "gaz_hydrocarbures_produits_chimiques_previsu$GEOPORTAIL:OGC:WMS": { + "name": "gaz_hydrocarbures_produits_chimiques_previsu", + "title": "Transport de gaz, hydrocarbures et produits chimiques", + "description": "Servitude d’Utilité Publique de catégories I1, I3 et I5", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-gaz_hydrocarbures_produits_chimiques_previsu", + "title": "gaz_hydrocarbures_produits_chimiques_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=gaz_hydrocarbures_produits_chimiques_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "gaz_previsu$GEOPORTAIL:OGC:WMS": { + "name": "gaz_previsu", + "title": "Gaz", + "description": "Servitude d'Utilité Publique de catégorie I3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-gaz_previsu", + "title": "gaz_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=gaz_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "hedge.hedge$GEOPORTAIL:OGC:WMS": { + "name": "hedge.hedge", + "title": "haies linéraires", + "description": "Couche nationale de référence des haies linéaires en France métropolitaine", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.15333395, + "right": 55.83675903, + "top": 51.18890976, + "bottom": -21.38972034 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-hedge.hedge", + "title": "hedge.hedge style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=hedge.hedge" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "info$GEOPORTAIL:OGC:WMS": { + "name": "info", + "title": "Périmètres d'information", + "description": "Périmètres d'information des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-info", + "title": "info style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=info" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "info_previsu$GEOPORTAIL:OGC:WMS": { + "name": "info_previsu", + "title": "Périmètres d'information", + "description": "Périmètres d'information des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-info_previsu", + "title": "info_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=info_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "info_psmv$GEOPORTAIL:OGC:WMS": { + "name": "info_psmv", + "title": "Périmètres d'information des PSMV", + "description": "Périmètres d'information des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-info_psmv", + "title": "info_psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=info_psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "info_psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "info_psmv_previsu", + "title": "Périmètres d'information des PSMV", + "description": "Périmètres d'information des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-info_psmv_previsu", + "title": "info_psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=info_psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "littoral$GEOPORTAIL:OGC:WMS": { + "name": "littoral", + "title": "Littoral", + "description": "Servitude d'Utilité Publique de catégorie EL9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-littoral", + "title": "littoral style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=littoral" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "littoral_previsu$GEOPORTAIL:OGC:WMS": { + "name": "littoral_previsu", + "title": "Littoral", + "description": "Servitude d'Utilité Publique de catégorie EL9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-littoral_previsu", + "title": "littoral_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=littoral_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "mines_carrieres$GEOPORTAIL:OGC:WMS": { + "name": "mines_carrieres", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-mines_carrieres", + "title": "mines_carrieres style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=mines_carrieres" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "mines_carrieres_previsu$GEOPORTAIL:OGC:WMS": { + "name": "mines_carrieres_previsu", + "title": "Mines et carrières", + "description": "Servitude d'Utilité Publique de catégories I6 et I7", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-mines_carrieres_previsu", + "title": "mines_carrieres_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=mines_carrieres_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "monument_historique$GEOPORTAIL:OGC:WMS": { + "name": "monument_historique", + "title": "Monuments historiques", + "description": "Servitude d'Utilité Publique de catégorie AC1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-monument_historique", + "title": "monument_historique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=monument_historique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "monument_historique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "monument_historique_previsu", + "title": "Monuments historiques", + "description": "Servitude d'Utilité Publique de catégorie AC1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-monument_historique_previsu", + "title": "monument_historique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=monument_historique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "monument_naturel_site$GEOPORTAIL:OGC:WMS": { + "name": "monument_naturel_site", + "title": "Monuments naturels et sites", + "description": "Servitude d'Utilité Publique de catégorie AC2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-monument_naturel_site", + "title": "monument_naturel_site style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=monument_naturel_site" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "monument_naturel_site_previsu$GEOPORTAIL:OGC:WMS": { + "name": "monument_naturel_site_previsu", + "title": "Monuments naturels et sites", + "description": "Servitude d'Utilité Publique de catégorie AC2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-monument_naturel_site_previsu", + "title": "monument_naturel_site_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=monument_naturel_site_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "morvan_accessibilite_porteur$GEOPORTAIL:OGC:WMS": { + "name": "morvan_accessibilite_porteur", + "title": "Accessibilite", + "description": "Accessibilité en porteur du morvan", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.672990294, + "right": 4.381578648, + "top": 47.514394588, + "bottom": 46.686420777 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-morvan_accessibilite_porteur", + "title": "morvan_accessibilite_porteur style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=morvan_accessibilite_porteur" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "morvan_accessibilite_skidder$GEOPORTAIL:OGC:WMS": { + "name": "morvan_accessibilite_skidder", + "title": "Accessibilite", + "description": "Accessibilité en skidder du morvan", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 3.672990294, + "right": 4.381578648, + "top": 47.514394588, + "bottom": 46.686420777 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-morvan_accessibilite_skidder", + "title": "morvan_accessibilite_skidder style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=morvan_accessibilite_skidder" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "municipality$GEOPORTAIL:OGC:WMS": { + "name": "municipality", + "title": "Communes au RNU", + "description": "Communes couvertes par le Règlement National d'Urbanisme (RNU)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-municipality", + "title": "municipality style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=municipality" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "navigation_maritime$GEOPORTAIL:OGC:WMS": { + "name": "navigation_maritime", + "title": "Navigation maritime", + "description": "Servitude d'Utilité Publique de catégorie EL8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-navigation_maritime", + "title": "navigation_maritime style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=navigation_maritime" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "navigation_maritime_previsu$GEOPORTAIL:OGC:WMS": { + "name": "navigation_maritime_previsu", + "title": "Navigation maritime", + "description": "Servitude d'Utilité Publique de catégorie EL8", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-navigation_maritime_previsu", + "title": "navigation_maritime_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=navigation_maritime_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ouvrage_defense$GEOPORTAIL:OGC:WMS": { + "name": "ouvrage_defense", + "title": "Ouvrages de défense", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ouvrage_defense", + "title": "ouvrage_defense style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ouvrage_defense" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ouvrage_defense_previsu$GEOPORTAIL:OGC:WMS": { + "name": "ouvrage_defense_previsu", + "title": "Ouvrages de défense", + "description": "Servitude d'Utilité Publique de catégories AR1, AR2, AR3, AR4, AR5 et AR6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ouvrage_defense_previsu", + "title": "ouvrage_defense_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ouvrage_defense_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ouvrage_plan_prevention_risque$GEOPORTAIL:OGC:WMS": { + "name": "ouvrage_plan_prevention_risque", + "title": "Ouvrages et plans de prévention des risques", + "description": "Servitude d'Utilité Publique de catégories EL2BIS, PM1, PM1BIS, PM2,PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ouvrage_plan_prevention_risque", + "title": "ouvrage_plan_prevention_risque style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ouvrage_plan_prevention_risque" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ouvrage_plan_prevention_risque_previsu$GEOPORTAIL:OGC:WMS": { + "name": "ouvrage_plan_prevention_risque_previsu", + "title": "Ouvrages et plans de prévention des risques", + "description": "Servitude d'Utilité Publique de catégories EL2BIS, PM1, PM1BIS, PM2,PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ouvrage_plan_prevention_risque_previsu", + "title": "ouvrage_plan_prevention_risque_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ouvrage_plan_prevention_risque_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_architectural$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_architectural", + "title": "Patrimoine architectural et urbain", + "description": "Servitude d'Utilité Publique de catégories AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_architectural", + "title": "patrimoine_architectural style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_architectural" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_architectural_previsu$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_architectural_previsu", + "title": "Patrimoine architectural et urbain", + "description": "Servitude d'Utilité Publique de catégories AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_architectural_previsu", + "title": "patrimoine_architectural_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_architectural_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_culturel$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_culturel", + "title": "Patrimoine culturel", + "description": "Servitude d'Utilité Publique de catégories AC1, AC2, AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_culturel", + "title": "patrimoine_culturel style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_culturel" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_culturel_previsu$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_culturel_previsu", + "title": "Patrimoine culturel", + "description": "Servitude d'Utilité Publique de catégories AC1, AC2, AC4 et AC4bis", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_culturel_previsu", + "title": "patrimoine_culturel_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_culturel_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_naturel$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_naturel", + "title": "Patrimoine naturel", + "description": "Servitude d'Utilité Publique de catégories AS1, A1, A4, A7, A8, A9, A10, AC3, EL9 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_naturel", + "title": "patrimoine_naturel style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_naturel" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_naturel_previsu$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_naturel_previsu", + "title": "Patrimoine naturel", + "description": "Servitude d'Utilité Publique de catégories AS1, A1, A4, A7, A8, A9, A10, AC3, EL9 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_naturel_previsu", + "title": "patrimoine_naturel_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_naturel_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_sportif$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_sportif", + "title": "Patrimoine sportif", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_sportif", + "title": "patrimoine_sportif style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_sportif" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "patrimoine_sportif_previsu$GEOPORTAIL:OGC:WMS": { + "name": "patrimoine_sportif_previsu", + "title": "Patrimoine sportif", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-patrimoine_sportif_previsu", + "title": "patrimoine_sportif_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=patrimoine_sportif_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "prescription$GEOPORTAIL:OGC:WMS": { + "name": "prescription", + "title": "Prescriptions", + "description": "Prescriptions des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-prescription", + "title": "prescription style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=prescription" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "prescription_previsu$GEOPORTAIL:OGC:WMS": { + "name": "prescription_previsu", + "title": "Prescriptions", + "description": "Prescriptions des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-prescription_previsu", + "title": "prescription_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=prescription_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "prescription_psmv$GEOPORTAIL:OGC:WMS": { + "name": "prescription_psmv", + "title": "Prescriptions des PSMV", + "description": "Prescriptions des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-prescription_psmv", + "title": "prescription_psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=prescription_psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "prescription_psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "prescription_psmv_previsu", + "title": "Prescriptions des PSMV", + "description": "Prescriptions des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-prescription_psmv_previsu", + "title": "prescription_psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=prescription_psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "psmv$GEOPORTAIL:OGC:WMS": { + "name": "psmv", + "title": "Plan de sauvegarde et de mise en valeur", + "description": "Plan de sauvegarde et de mise en valeur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-psmv", + "title": "psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "psmv_previsu", + "title": "Plan de sauvegarde et de mise en valeur", + "description": "Plan de sauvegarde et de mise en valeur", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-psmv_previsu", + "title": "psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "remontee_piste_ski$GEOPORTAIL:OGC:WMS": { + "name": "remontee_piste_ski", + "title": "Remontées mécaniques et pistes de ski", + "description": "Servitude d'Utilité Publique de catégories EL4 et T2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-remontee_piste_ski", + "title": "remontee_piste_ski style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=remontee_piste_ski" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "remontee_piste_ski_previsu$GEOPORTAIL:OGC:WMS": { + "name": "remontee_piste_ski_previsu", + "title": "Remontées mécaniques et pistes de ski", + "description": "Servitude d'Utilité Publique de catégories EL4 et T2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-remontee_piste_ski_previsu", + "title": "remontee_piste_ski_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=remontee_piste_ski_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "reseau_routier$GEOPORTAIL:OGC:WMS": { + "name": "reseau_routier", + "title": "Réseaux routiers", + "description": "Servitude d'Utilité Publique de catégories EL5, EL6, EL7 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-reseau_routier", + "title": "reseau_routier style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=reseau_routier" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "reseau_routier_previsu$GEOPORTAIL:OGC:WMS": { + "name": "reseau_routier_previsu", + "title": "Réseaux routiers", + "description": "Servitude d'Utilité Publique de catégories EL5, EL6, EL7 et EL11", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-reseau_routier_previsu", + "title": "reseau_routier_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=reseau_routier_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "reserve_parc$GEOPORTAIL:OGC:WMS": { + "name": "reserve_parc", + "title": "Réserves naturelles et parcs", + "description": "Servitude d'Utilité Publique de catégories AC3 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-reserve_parc", + "title": "reserve_parc style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=reserve_parc" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "reserve_parc_previsu$GEOPORTAIL:OGC:WMS": { + "name": "reserve_parc_previsu", + "title": "Réserves naturelles et parcs", + "description": "Servitude d'Utilité Publique de catégories AC3 et EL10", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-reserve_parc_previsu", + "title": "reserve_parc_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=reserve_parc_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ressources_equipement$GEOPORTAIL:OGC:WMS": { + "name": "ressources_equipement", + "title": "Ressources et équipements", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6,I1, I2, I3, I4, I5, I6, I7, I9, T1, T2, T3, T4, T5, T6, T7, T8, T9, EL3, EL4, EL5, EL6, EL7, EL8, EL11, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ressources_equipement", + "title": "ressources_equipement style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ressources_equipement" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ressources_equipement_previsu$GEOPORTAIL:OGC:WMS": { + "name": "ressources_equipement_previsu", + "title": "Ressources et équipements", + "description": "Servitude d'Utilité Publique de catégories A2, A3, A5, A6,I1, I2, I3, I4, I5, I6, I7, I9, T1, T2, T3, T4, T5, T6, T7, T8, T9, EL3, EL4, EL5, EL6, EL7, EL8, EL11, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-ressources_equipement_previsu", + "title": "ressources_equipement_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ressources_equipement_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "salubrite_publique$GEOPORTAIL:OGC:WMS": { + "name": "salubrite_publique", + "title": "Salubrité publique", + "description": "Servitude d'Utilité Publique de catégories INT1 et AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-salubrite_publique", + "title": "salubrite_publique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=salubrite_publique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "salubrite_publique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "salubrite_publique_previsu", + "title": "Salubrité publique", + "description": "Servitude d'Utilité Publique de catégories INT1 et AS2", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-salubrite_publique_previsu", + "title": "salubrite_publique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=salubrite_publique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "salubrite_securite_publique$GEOPORTAIL:OGC:WMS": { + "name": "salubrite_securite_publique", + "title": "Salubrité et sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2BIS,INT1, AS2, PM1, PM1BIS, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-salubrite_securite_publique", + "title": "salubrite_securite_publique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=salubrite_securite_publique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "salubrite_securite_publique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "salubrite_securite_publique_previsu", + "title": "Salubrité et sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2BIS,INT1, AS2, PM1, PM1BIS, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-salubrite_securite_publique_previsu", + "title": "salubrite_securite_publique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=salubrite_securite_publique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "scot$GEOPORTAIL:OGC:WMS": { + "name": "scot", + "title": "Schéma de Cohérence Territoriale", + "description": "Schéma de Cohérence Territoriale", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.546875, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-scot", + "title": "scot style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=scot" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "scot_previsu$GEOPORTAIL:OGC:WMS": { + "name": "scot_previsu", + "title": "Schéma de Cohérence Territoriale", + "description": "Schéma de Cohérence Territoriale", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.5234375, + "right": 55.546875, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-scot_previsu", + "title": "scot_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=scot_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "securite_publique$GEOPORTAIL:OGC:WMS": { + "name": "securite_publique", + "title": "Sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2bis, PM1, PM1bis, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-securite_publique", + "title": "securite_publique style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=securite_publique" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "securite_publique_previsu$GEOPORTAIL:OGC:WMS": { + "name": "securite_publique_previsu", + "title": "Sécurité publique", + "description": "Servitude d'Utilité Publique de catégories EL2bis, PM1, PM1bis, PM2, PM3, PM4, PM5 et PM6", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-securite_publique_previsu", + "title": "securite_publique_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=securite_publique_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "sport$GEOPORTAIL:OGC:WMS": { + "name": "sport", + "title": "Installations sportives", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-sport", + "title": "sport style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=sport" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "sport_previsu$GEOPORTAIL:OGC:WMS": { + "name": "sport_previsu", + "title": "Installations sportives", + "description": "Servitude d'Utilité Publique de catégorie JS1", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-sport_previsu", + "title": "sport_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=sport_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "sup$GEOPORTAIL:OGC:WMS": { + "name": "sup", + "title": "Servitude d'Utilité Publique", + "description": "Servitude d'Utilité Publique (toutes catégories)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-sup", + "title": "sup style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=sup" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "sup_previsu$GEOPORTAIL:OGC:WMS": { + "name": "sup_previsu", + "title": "Servitude d'Utilité Publique", + "description": "Servitude d'Utilité Publique (toutes catégories)", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-sup_previsu", + "title": "sup_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=sup_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "telecommunication$GEOPORTAIL:OGC:WMS": { + "name": "telecommunication", + "title": "Communications électroniques", + "description": "Servitude d'Utilité Publique de catégories T8, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-telecommunication", + "title": "telecommunication style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=telecommunication" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "telecommunication_previsu$GEOPORTAIL:OGC:WMS": { + "name": "telecommunication_previsu", + "title": "Communications électroniques", + "description": "Servitude d'Utilité Publique de catégories T8, PT1, PT2 et PT3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-telecommunication_previsu", + "title": "telecommunication_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=telecommunication_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "transport_cable$GEOPORTAIL:OGC:WMS": { + "name": "transport_cable", + "title": "Transport par câble en milieu urbain", + "description": "Servitude d'Utilité Publique de catégorie T9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-transport_cable", + "title": "transport_cable style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=transport_cable" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "transport_cable_previsu$GEOPORTAIL:OGC:WMS": { + "name": "transport_cable_previsu", + "title": "Transport par câble en milieu urbain", + "description": "Servitude d'Utilité Publique de catégorie T9", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-transport_cable_previsu", + "title": "transport_cable_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=transport_cable_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "transport_exceptionnel_IDF$GEOPORTAIL:OGC:WMS": { + "name": "transport_exceptionnel_IDF", + "title": "Tronçons de route IDF", + "description": "route en IDF et prescriptions", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": 0.82550521, + "right": 2.01500854, + "top": 43.90658684, + "bottom": 43.23596061 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-transport_exceptionnel_IDF", + "title": "transport_exceptionnel_IDF style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=transport_exceptionnel_IDF" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "transport_ferroviaire$GEOPORTAIL:OGC:WMS": { + "name": "transport_ferroviaire", + "title": "Transports ferroviaires ou guidés", + "description": "Servitude d'Utilité Publique de catégories T1 et T3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-transport_ferroviaire", + "title": "transport_ferroviaire style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=transport_ferroviaire" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "transport_ferroviaire_previsu$GEOPORTAIL:OGC:WMS": { + "name": "transport_ferroviaire_previsu", + "title": "Transports ferroviaires ou guidés", + "description": "Servitude d'Utilité Publique de catégories T1 et T3", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 78.046875, + "top": 51.27109375, + "bottom": -49.86640625 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-transport_ferroviaire_previsu", + "title": "transport_ferroviaire_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=transport_ferroviaire_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "zas972$GEOPORTAIL:OGC:WMS": { + "name": "zas972", + "title": "972 – Zones d’alerte sécheresse", + "description": "Zones d’alerte sécheresse en Martinique", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -61.23, + "right": -60.81, + "top": 14.88, + "bottom": -14.39 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-zas972", + "title": "zas972 style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=zas972" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "zone_secteur$GEOPORTAIL:OGC:WMS": { + "name": "zone_secteur", + "title": "Zonages", + "description": "Zonages des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-zone_secteur", + "title": "zone_secteur style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=zone_secteur" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "zone_secteur_previsu$GEOPORTAIL:OGC:WMS": { + "name": "zone_secteur_previsu", + "title": "Zonages", + "description": "Zonages des documents d'urbanisme", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-zone_secteur_previsu", + "title": "zone_secteur_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=zone_secteur_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false }, - "11": { - "matrixId": "11", - "matrixHeight": 411, - "matrixWidth": 50, - "scaleDenominator": 365714.28571428574, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/rss+xml", + "current": false }, - "12": { - "matrixId": "12", - "matrixHeight": 822, - "matrixWidth": 99, - "scaleDenominator": 182857.14285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/vnd.google-earth.kml+xml", + "current": false }, - "13": { - "matrixId": "13", - "matrixHeight": 1643, - "matrixWidth": 197, - "scaleDenominator": 91428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "zone_secteur_psmv$GEOPORTAIL:OGC:WMS": { + "name": "zone_secteur_psmv", + "title": "Zonages des PSMV", + "description": "Zonages des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-zone_secteur_psmv", + "title": "zone_secteur_psmv style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=zone_secteur_psmv" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "zone_secteur_psmv_previsu$GEOPORTAIL:OGC:WMS": { + "name": "zone_secteur_psmv_previsu", + "title": "Zonages des PSMV", + "description": "Zonages des PSMV", + "globalConstraint": { + "minScaleDenominator": 0.0, + "maxScaleDenominator": 62236752975597, + "bbox": { + "left": -63.28125, + "right": 55.8984375, + "top": 51.27109375, + "bottom": -21.421484375 + } + }, + "serviceParams": { + "id": "OGC:WMS", + "version": "1.3.0", + "serverUrl": { + "full": "https://data.geopf.fr/wms-v/ows?SERVICE=WMS&" + } + }, + "defaultProjection": "EPSG:4326", + "queryable": true, + "metadata": [], + "styles": [ + { + "name": "default-style-zone_secteur_psmv_previsu", + "title": "zone_secteur_psmv_previsu style" + } + ], + "legends": [ + { + "format": "image/png", + "url": "https://data.geopf.fr/wms-v/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=zone_secteur_psmv_previsu" + } + ], + "formats": [ + { + "name": "image/png", + "current": true + }, + { + "name": "application/atom+xml", + "current": false + }, + { + "name": "application/json;type=utfgrid", + "current": false + }, + { + "name": "application/pdf", + "current": false + }, + { + "name": "application/rss+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml", + "current": false + }, + { + "name": "application/vnd.google-earth.kml+xml;mode=networklink", + "current": false + }, + { + "name": "application/vnd.google-earth.kmz", + "current": false + }, + { + "name": "image/geotiff", + "current": false + }, + { + "name": "image/geotiff8", + "current": false + }, + { + "name": "image/gif", + "current": false + }, + { + "name": "image/jpeg", + "current": false + }, + { + "name": "image/png; mode=8bit", + "current": false + }, + { + "name": "image/svg+xml", + "current": false + }, + { + "name": "image/tiff", + "current": false + }, + { + "name": "image/tiff8", + "current": false + }, + { + "name": "image/vnd.jpeg-png", + "current": false + }, + { + "name": "image/vnd.jpeg-png8", + "current": false + }, + { + "name": "text/html; subtype=openlayers", + "current": false + }, + { + "name": "text/html; subtype=openlayers2", + "current": false + }, + { + "name": "text/html; subtype=openlayers3", + "current": false + } + ] + }, + "ISOHYPSE$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "altimetrie": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "ISOHYPSE", + "title": "ISOHYPSE", + "description": "", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "isohypse_marron", + "title": "Style monochrome marron", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/ISOHYPSE/isohypse_monochrome_marron.json" + }, + { + "name": "isohypse_orange", + "title": "Style monochrome isohypse_orange", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/ISOHYPSE/isohypse_monochrome_orange.json" + }, + { + "name": "isohypse_multicolore", + "title": "Style monochrome isohypse_multicolore", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/ISOHYPSE/isohypse_multicolore.json" + } + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -6.50390625000007, + "right": 40.9798980696202, + "top": 51.2894059027168, + "bottom": 9.84374999999994 + }, + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "ISOHYPSE$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + }, + "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "essentiels": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "ADMIN_EXPRESS", + "title": "ADMIN_EXPRESS", + "description": "Limites administratives des collectivités territoriales. Régions, départements, cantons, communes, arrondissements (pour Paris, Lyon et Marseille) et établissements publics de coopération intercommunale (EPCI)", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "adminexpress", + "title": "Style adminexpress", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/ADMIN_EXPRESS/adminexpress.json" + } + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -724011.531917197, + "right": 1095801.237496279, + "top": 6672646.821182753, + "bottom": 5009377.0856973175 + }, + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "ADMIN_EXPRESS$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + }, + "PLAN.IGN$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "essentiels": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "PLAN.IGN", + "title": "Plan IGN", + "description": "BDUni tuilée", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "standard", + "title": "Style standard", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/standard.json" + }, + { + "name": "classique", + "title": "Style classique", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/classique.json" + }, + { + "name": "transparent", + "title": "Style transparent", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/transparent.json" + }, + { + "name": "accentue", + "title": "Style accentue", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/accentue.json" + }, + { + "name": "attenue", + "title": "Style attenue", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/attenue.json" + }, + { + "name": "gris", + "title": "Style en noir et blanc", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/gris.json" + }, + { + "name": "epure", + "title": "Style epure", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/epure.json" + }, + { + "name": "sans_toponymes", + "title": "Style sans toponymes", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/sans_toponymes.json" + } + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -724011.531917197, + "right": 1095801.237496279, + "top": 6672646.821182753, + "bottom": 5009377.0856973175 + }, + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "PLAN.IGN$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + }, + "OCSGE_2016$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "ocsge": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "OCSGE_2016", + "title": "OCSGE_2016", + "description": "", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "ocsge_couverture", + "title": "Style OCSGE Couverture", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/OCSGE/ocsge_couverture.json" + }, + { + "name": "ocsge_usage", + "title": "Style OCSGE Usage", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/OCSGE/ocsge_usage.json" + } + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -6.50390625000007, + "right": 40.9798980696202, + "top": 51.2894059027168, + "bottom": 9.84374999999994 }, - "14": { - "matrixId": "14", - "matrixHeight": 3285, - "matrixWidth": 394, - "scaleDenominator": 45714.28571428572, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "OCSGE_2016$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + }, + "OCSGE_2019$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "ocsge": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "OCSGE_2019", + "title": "OCSGE_2019", + "description": "", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "ocsge_couverture", + "title": "Style OCSGE Couverture", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/OCSGE/ocsge_couverture.json" }, - "15": { - "matrixId": "15", - "matrixHeight": 6569, - "matrixWidth": 788, - "scaleDenominator": 22857.14285714286, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "ocsge_usage", + "title": "Style OCSGE Usage", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/OCSGE/ocsge_usage.json" + } + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -6.50390625000007, + "right": 40.9798980696202, + "top": 51.2894059027168, + "bottom": 9.84374999999994 }, - "16": { - "matrixId": "16", - "matrixHeight": 13138, - "matrixWidth": 1575, - "scaleDenominator": 11428.57142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "OCSGE_2019$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + }, + "PCI$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "parcellaire": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "PCI", + "title": "PCI", + "description": "Plan cadastral informatisé vecteur tuilé de la DGFIP", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "pci", + "title": "Style pci", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PCI/pci.json" }, - "17": { - "matrixId": "17", - "matrixHeight": 26276, - "matrixWidth": 3150, - "scaleDenominator": 5714.285714285715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "noir_et_blanc", + "title": "Style noir_et_blanc", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PCI/noir_et_blanc.json" + } + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -724011.531917197, + "right": 1095801.237496279, + "top": 6672646.821182753, + "bottom": 5009377.0856973175 }, - "18": { - "matrixId": "18", - "matrixHeight": 52552, - "matrixWidth": 6300, - "scaleDenominator": 2857.1428571428573, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "PCI$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + }, + "BDTOPO$GEOPORTAIL:GPP:TMS": { + "hidden": true, + "queryable": false, + "serviceParams": { + "id": "GPP:TMS", + "version": "1.0.0", + "serverUrl": { + "topographie": "https://data.geopf.fr/tms/1.0.0/" + } + }, + "name": "BDTOPO", + "title": "BDTOPO", + "description": "La BD TOPO® contient une description vectorielle, structurée en objets, des éléments du territoire et de ses infrastructures, de précision métrique.", + "formats": [ + { + "current": true, + "name": "application/x-protobuf" + } + ], + "styles": [ + { + "name": "classique", + "title": "Style issu du projet bd carto", + "current": true, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/BDTOPO/classique.json" }, - "19": { - "matrixId": "19", - "matrixHeight": 105102, - "matrixWidth": 12600, - "scaleDenominator": 1428.5714285714287, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "bati", + "title": "Style thématique Bati", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/BDTOPO/bati.json" }, - "20": { - "matrixId": "20", - "matrixHeight": 210205, - "matrixWidth": 25200, - "scaleDenominator": 714.2857142857143, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "bati_date", + "title": "Style bati sur l'attribut date de construction", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/BDTOPO/bati_date.json" }, - "21": { - "matrixId": "21", - "matrixHeight": 420409, - "matrixWidth": 50400, - "scaleDenominator": 357.14285714285717, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "bati_etages", + "title": "Style bati sur l'attribut étages", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/BDTOPO/bati_etages.json" }, - "22": { - "matrixId": "22", - "matrixHeight": 840818, - "matrixWidth": 100800, - "scaleDenominator": 178.57142857142858, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": 0.0, - "y": 12000000.0 - } + { + "name": "hydrographie", + "title": "Style thématique hydrographie", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/BDTOPO/hydrographie.json" + }, + { + "name": "routier", + "title": "Style thématique routier", + "current": false, + "url": "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/BDTOPO/routier.json" } - } - }, - "LAMB93_5cm_EPSG": { - "projection": "EPSG:2154", + ], + "globalConstraint": { + "crs": null, + "bbox": { + "left": -724011.531917197, + "right": 1095801.237496279, + "top": 6672646.821182753, + "bottom": 5009377.0856973175 + }, + "minScaleDenominator": null, + "maxScaleDenominator": null + }, + "layerId": "BDTOPO$GEOPORTAIL:GPP:TMS", + "defaultProjection": "EPSG:3857" + } + }, + "tileMatrixSets": { + "LAMB93_5cm": { + "projection": "IGNF:LAMB93", "nativeResolutions": [ "209715.2", "104857.6", @@ -70928,338 +165416,44 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "1": { - "matrixId": "1", - "matrixHeight": 2, - "matrixWidth": 2, - "scaleDenominator": 279541132.0143589, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "2": { - "matrixId": "2", - "matrixHeight": 4, - "matrixWidth": 4, - "scaleDenominator": 139770566.0071794, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "3": { - "matrixId": "3", - "matrixHeight": 8, - "matrixWidth": 8, - "scaleDenominator": 69885283.00358972, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "4": { - "matrixId": "4", - "matrixHeight": 16, - "matrixWidth": 16, - "scaleDenominator": 34942641.50179486, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "5": { - "matrixId": "5", - "matrixHeight": 32, - "matrixWidth": 32, - "scaleDenominator": 17471320.75089743, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "6": { - "matrixId": "6", - "matrixHeight": 64, - "matrixWidth": 64, - "scaleDenominator": 8735660.375448715, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "7": { - "matrixId": "7", - "matrixHeight": 128, - "matrixWidth": 128, - "scaleDenominator": 4367830.1877243575, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "8": { - "matrixId": "8", - "matrixHeight": 256, - "matrixWidth": 256, - "scaleDenominator": 2183915.0938621787, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "9": { - "matrixId": "9", - "matrixHeight": 512, - "matrixWidth": 512, - "scaleDenominator": 1091957.5469310887, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "10": { - "matrixId": "10", - "matrixHeight": 1024, - "matrixWidth": 1024, - "scaleDenominator": 545978.7734655447, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "11": { - "matrixId": "11", - "matrixHeight": 2048, - "matrixWidth": 2048, - "scaleDenominator": 272989.3867327723, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "12": { - "matrixId": "12", - "matrixHeight": 4096, - "matrixWidth": 4096, - "scaleDenominator": 136494.69336638617, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "13": { - "matrixId": "13", - "matrixHeight": 8192, - "matrixWidth": 8192, - "scaleDenominator": 68247.34668319307, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "14": { - "matrixId": "14", - "matrixHeight": 16384, - "matrixWidth": 16384, - "scaleDenominator": 34123.67334159654, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "15": { - "matrixId": "15", - "matrixHeight": 32768, - "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "16": { - "matrixId": "16", - "matrixHeight": 65536, - "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "17": { - "matrixId": "17", - "matrixHeight": 131072, - "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "18": { - "matrixId": "18", - "matrixHeight": 262144, - "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "19": { - "matrixId": "19", - "matrixHeight": 524288, - "matrixWidth": 524288, - "scaleDenominator": 1066.3647919248917, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "20": { - "matrixId": "20", - "matrixHeight": 1048576, - "matrixWidth": 1048576, - "scaleDenominator": 533.1823959624461, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "21": { - "matrixId": "21", - "matrixHeight": 2097152, - "matrixWidth": 2097152, - "scaleDenominator": 266.5911979812229, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - } - } - }, - "PM_5cm": { - "projection": "EPSG:3857", - "nativeResolutions": [ - "156543.0339280410", - "78271.51696402048", - "39135.75848201023", - "19567.87924100512", - "9783.939620502561", - "4891.969810251280", - "2445.984905125640", - "1222.992452562820", - "611.4962262814100", - "305.7481131407048", - "152.8740565703525", - "76.43702828517624", - "38.21851414258813", - "19.10925707129406", - "9.554628535647032", - "4.777314267823516", - "2.388657133911758", - "1.194328566955879", - "0.5971642834779395", - "0.2985821417389697", - "0.1492910708694849", - "0.0746455354347424", - "0.0373227677173712" - ], - "tileMatrices": { - "0": { - "matrixId": "0", - "matrixHeight": 1, - "matrixWidth": 1, - "scaleDenominator": 559082264.0287179, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "1": { "matrixId": "1", "matrixHeight": 2, "matrixWidth": 2, - "scaleDenominator": 279541132.0143589, + "scaleDenominator": 279541132.01435894, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "2": { "matrixId": "2", "matrixHeight": 4, "matrixWidth": 4, - "scaleDenominator": 139770566.0071794, + "scaleDenominator": 139770566.0071793, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "3": { "matrixId": "3", "matrixHeight": 8, "matrixWidth": 8, - "scaleDenominator": 69885283.00358972, + "scaleDenominator": 69885283.00358965, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "4": { @@ -71270,8 +165464,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "5": { @@ -71282,8 +165476,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "6": { @@ -71294,8 +165488,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "7": { @@ -71306,8 +165500,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "8": { @@ -71318,152 +165512,152 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "9": { "matrixId": "9", "matrixHeight": 512, "matrixWidth": 512, - "scaleDenominator": 1091957.5469310887, + "scaleDenominator": 1091957.5469310894, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "10": { "matrixId": "10", "matrixHeight": 1024, "matrixWidth": 1024, - "scaleDenominator": 545978.7734655447, + "scaleDenominator": 545978.7734655464, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "11": { "matrixId": "11", "matrixHeight": 2048, "matrixWidth": 2048, - "scaleDenominator": 272989.3867327723, + "scaleDenominator": 272989.38673277217, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "12": { "matrixId": "12", "matrixHeight": 4096, "matrixWidth": 4096, - "scaleDenominator": 136494.69336638617, + "scaleDenominator": 136494.69336638608, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "13": { "matrixId": "13", "matrixHeight": 8192, "matrixWidth": 8192, - "scaleDenominator": 68247.34668319307, + "scaleDenominator": 68247.34668319322, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "14": { "matrixId": "14", "matrixHeight": 16384, "matrixWidth": 16384, - "scaleDenominator": 34123.67334159654, + "scaleDenominator": 34123.673341596535, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "15": { "matrixId": "15", "matrixHeight": 32768, "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, + "scaleDenominator": 17061.83667079829, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "16": { "matrixId": "16", "matrixHeight": 65536, "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, + "scaleDenominator": 8530.918335399145, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "17": { "matrixId": "17", "matrixHeight": 131072, "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, + "scaleDenominator": 4265.459167699572, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "18": { "matrixId": "18", "matrixHeight": 262144, "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, + "scaleDenominator": 2132.7295838497826, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "19": { "matrixId": "19", "matrixHeight": 524288, "matrixWidth": 524288, - "scaleDenominator": 1066.3647919248917, + "scaleDenominator": 1066.364791924893, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "20": { "matrixId": "20", "matrixHeight": 1048576, "matrixWidth": 1048576, - "scaleDenominator": 533.1823959624461, + "scaleDenominator": 533.1823959624465, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } }, "21": { @@ -71474,20 +165668,8 @@ "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 - } - }, - "22": { - "matrixId": "22", - "matrixHeight": 4194304, - "matrixWidth": 4194304, - "scaleDenominator": 133.29559899061144, - "tileHeight": 256, - "tileWidth": 256, - "topLeftCorner": { - "x": -20037508.342789248, - "y": 20037508.342789248 + "x": -20037508.3427892, + "y": 20037508.3427892 } } } @@ -71689,7 +165871,7 @@ "matrixId": "14", "matrixHeight": 16384, "matrixWidth": 32768, - "scaleDenominator": 17061.83667079827, + "scaleDenominator": 17061.836670798253, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -71701,7 +165883,7 @@ "matrixId": "15", "matrixHeight": 32768, "matrixWidth": 65536, - "scaleDenominator": 8530.918335399136, + "scaleDenominator": 8530.918335399127, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -71713,7 +165895,7 @@ "matrixId": "16", "matrixHeight": 65536, "matrixWidth": 131072, - "scaleDenominator": 4265.459167699568, + "scaleDenominator": 4265.459167699563, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -71725,7 +165907,7 @@ "matrixId": "17", "matrixHeight": 131072, "matrixWidth": 262144, - "scaleDenominator": 2132.729583849784, + "scaleDenominator": 2132.7295838497853, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -71737,7 +165919,7 @@ "matrixId": "18", "matrixHeight": 262144, "matrixWidth": 524288, - "scaleDenominator": 1066.364791924892, + "scaleDenominator": 1066.3647919248926, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": { @@ -71749,7 +165931,7 @@ "matrixId": "19", "matrixHeight": 524288, "matrixWidth": 1048576, - "scaleDenominator": 533.182395962446, + "scaleDenominator": 533.1823959624463, "tileHeight": 256, "tileWidth": 256, "topLeftCorner": {