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 Jul 25, 2024
1 parent ffdc074 commit b588480
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 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-07-15",
"commit": "commit d7bd650d054986cfee4dd6ea1cbad13bfa41bd0c (build(deps-dev): bump mocha from 10.5.2 to 10.6.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>)"
"date_of_creation": "2024-07-25",
"commit": "commit 84477ebfa9ff9e7ca7e87a95c5f21ba1ced9b921 (build(deps-dev): bump uglify-js from 3.18.0 to 3.19.0\n\nBumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.18.0 to 3.19.0.\n- [Release notes](https://github.com/mishoo/UglifyJS/releases)\n- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.18.0...v3.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: uglify-js\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 @@ -15620,6 +15620,52 @@
"TileMatrixSet": "PM_3_15",
"apikey": "your_api_key_here"
},
"Test_fusion_raster_zh_cvdl_et_auvra": {
"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": [
[
44.1399,
0.099629
],
[
48.9503,
7.28787
]
],
"min_zoom": 1,
"max_zoom": 14,
"format": "image/png",
"style": "normal",
"variant": "Test_fusion_raster_ZH_CVDL_et_AUVRA",
"name": "GeoportailFrance.Test_fusion_raster_zh_cvdl_et_auvra",
"TileMatrixSet": "LAMB93_50cm_1_14",
"apikey": "your_api_key_here"
},
"Test_raster_zh_centrevdl_bis": {
"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": [
[
46.3213,
0.099629
],
[
48.9503,
3.13165
]
],
"min_zoom": 1,
"max_zoom": 14,
"format": "image/png",
"style": "normal",
"variant": "Test_raster_ZH_centreVDL_bis",
"name": "GeoportailFrance.Test_raster_zh_centrevdl_bis",
"TileMatrixSet": "LAMB93_50cm_1_14",
"apikey": "your_api_key_here"
},
"Test_raster_zone_humide_auvergnera": {
"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 b588480

Please sign in to comment.