diff --git a/provider_sources/leaflet-providers-parsed.json b/provider_sources/leaflet-providers-parsed.json index 6380514..7f68b5a 100644 --- a/provider_sources/leaflet-providers-parsed.json +++ b/provider_sources/leaflet-providers-parsed.json @@ -3065,7 +3065,7 @@ }, "_meta": { "description": "JSON representation of the leaflet providers defined by the leaflet-providers.js extension to Leaflet (https://github.com/leaflet-extras/leaflet-providers)", - "date_of_creation": "2024-08-15", - "commit": "commit 146a20175c9891fa1656cb703f71da0ef878b7ea (build(deps-dev): bump uglify-js from 3.19.0 to 3.19.1\n\nBumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.19.0 to 3.19.1.\n- [Release notes](https://github.com/mishoo/UglifyJS/releases)\n- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.19.0...v3.19.1)\n\n---\nupdated-dependencies:\n- dependency-name: uglify-js\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] )" + "date_of_creation": "2024-09-01", + "commit": "commit 2316d642a080cbfa14619348e01933c655f0ddb0 (build(deps-dev): bump eslint from 9.9.0 to 9.9.1\n\nBumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v9.9.0...v9.9.1)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] )" } } \ No newline at end of file diff --git a/xyzservices/data/providers.json b/xyzservices/data/providers.json index c0a4fc7..3bb4f9a 100644 --- a/xyzservices/data/providers.json +++ b/xyzservices/data/providers.json @@ -2991,11 +2991,11 @@ "attribution": "Geoportail France", "bounds": [ [ - -89.0, + -80.0, -180.0 ], [ - 89.0, + 80.0, 180.0 ] ], @@ -3782,12 +3782,12 @@ ] ], "min_zoom": 0, - "max_zoom": 10, + "max_zoom": 13, "format": "image/png", "style": "normal", "variant": "DELMAR_WMTS", "name": "GeoportailFrance.Delmar_wmts", - "TileMatrixSet": "PM_0_10", + "TileMatrixSet": "PM_0_13", "apikey": "your_api_key_here" }, "Dreal_Zonage_pinel": { @@ -8827,6 +8827,29 @@ "TileMatrixSet": "PM_6_16", "apikey": "your_api_key_here" }, + "Litto3d_charente": { + "url": "https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE={style}&TILEMATRIXSET={TileMatrixSet}&FORMAT={format}&LAYER={variant}&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}", + "html_attribution": "Geoportail France", + "attribution": "Geoportail France", + "bounds": [ + [ + 45.9106, + -1.70309 + ], + [ + 46.3359, + -1.01731 + ] + ], + "min_zoom": 0, + "max_zoom": 16, + "format": "image/png", + "style": "normal", + "variant": "LITTO3D_CHARENTE", + "name": "GeoportailFrance.Litto3d_charente", + "TileMatrixSet": "PM_0_16", + "apikey": "your_api_key_here" + }, "Localisation_Concessions_Hydro": { "url": "https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE={style}&TILEMATRIXSET={TileMatrixSet}&FORMAT={format}&LAYER={variant}&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}", "html_attribution": "Geoportail France",