Skip to content

Commit

Permalink
Update leaflet providers/compress JSON [automated]
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 15, 2025
1 parent f61ea6b commit 0fed13d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion provider_sources/leaflet-providers-parsed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3072,7 +3072,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": "2025-01-01",
"date_of_creation": "2025-01-15",
"commit": "commit 038cd96be3a6f521ff5f6ac0731e3a5e42d69b3a (build(deps-dev): bump eslint from 9.16.0 to 9.17.0\n\nBumps [eslint](https://github.com/eslint/eslint) from 9.16.0 to 9.17.0.\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.16.0...v9.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>)"
}
}
46 changes: 46 additions & 0 deletions xyzservices/data/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -10013,6 +10013,29 @@
"TileMatrixSet": "PM_6_16",
"apikey": "your_api_key_here"
},
"Optimized-planignv2": {
"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": "<a target=\"_blank\"href=\"https://www.geoportail.gouv.fr/\">Geoportail France</a>",
"attribution": "Geoportail France",
"bounds": [
[
-85.0,
-179.9
],
[
85.0,
179.9
]
],
"min_zoom": 0,
"max_zoom": 19,
"format": "image/png",
"style": "normal",
"variant": "OPTIMIZED-PLANIGNV2",
"name": "GeoportailFrance.Optimized-planignv2",
"TileMatrixSet": "PM_0_19",
"apikey": "your_api_key_here"
},
"Ortho-edugeo_pyr-png_wld_wm": {
"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": "<a target=\"_blank\"href=\"https://www.geoportail.gouv.fr/\">Geoportail France</a>",
Expand Down Expand Up @@ -14477,6 +14500,29 @@
"TileMatrixSet": "PM_6_16",
"apikey": "your_api_key_here"
},
"Protectedareas_Mnhn_Cdl_Perimeter": {
"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": "<a target=\"_blank\"href=\"https://www.geoportail.gouv.fr/\">Geoportail France</a>",
"attribution": "Geoportail France",
"bounds": [
[
-21.3955,
-63.1538
],
[
51.097,
55.8522
]
],
"min_zoom": 6,
"max_zoom": 16,
"format": "image/png",
"style": "normal",
"variant": "PROTECTEDAREAS.MNHN.CDL.PERIMETER",
"name": "GeoportailFrance.Protectedareas_Mnhn_Cdl_Perimeter",
"TileMatrixSet": "PM_6_16",
"apikey": "your_api_key_here"
},
"Protectedareas_Mnhn_Conservatoires": {
"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": "<a target=\"_blank\"href=\"https://www.geoportail.gouv.fr/\">Geoportail France</a>",
Expand Down

0 comments on commit 0fed13d

Please sign in to comment.