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 Sep 1, 2024
1 parent fe31c12 commit 8865842
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
4 changes: 2 additions & 2 deletions provider_sources/leaflet-providers-parsed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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] <[email protected]>)"
"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] <[email protected]>)"
}
}
31 changes: 27 additions & 4 deletions xyzservices/data/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2991,11 +2991,11 @@
"attribution": "Geoportail France",
"bounds": [
[
-89.0,
-80.0,
-180.0
],
[
89.0,
80.0,
180.0
]
],
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": "<a target=\"_blank\"href=\"https://www.geoportail.gouv.fr/\">Geoportail France</a>",
"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": "<a target=\"_blank\"href=\"https://www.geoportail.gouv.fr/\">Geoportail France</a>",
Expand Down

0 comments on commit 8865842

Please sign in to comment.