Add ignf aerial pictures and base map (#636)
* add ignf layers * removes ignf-boundaries * Assign France bbox to IGNF layers but don't restrict bounds because world wide coverage in lower zooms Co-authored-by: Sylvain Lafay <sylvain.lafay@gmail.fr> Co-authored-by: Norbert Renner <norbert.renner@gmx.de>
This commit is contained in:
parent
c11eb9a07a
commit
72a92eb156
6 changed files with 77 additions and 1 deletions
15
layers/extra/ignf-aerial.geojson
Normal file
15
layers/extra/ignf-aerial.geojson
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"attribution": {
|
||||
"html": "© <a href='https://www.ign.fr/' target='_blank'>IGN</a>"
|
||||
},
|
||||
"id": "ignf-aerial",
|
||||
"max_zoom": 21,
|
||||
"name": "IGN France - Photographies aériennes",
|
||||
"type": "tms",
|
||||
"url": "https://wxs.ign.fr/ortho/geoportail/wmts?LAYER=ORTHOIMAGERY.ORTHOPHOTOS&EXCEPTIONS=text/xml&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
||||
15
layers/extra/ignf-map.geojson
Normal file
15
layers/extra/ignf-map.geojson
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"attribution": {
|
||||
"html": "© <a href='https://www.ign.fr/' target='_blank'>IGN</a>"
|
||||
},
|
||||
"id": "ignf-map",
|
||||
"max_zoom": 21,
|
||||
"name": "IGN France - Plan IGN",
|
||||
"type": "tms",
|
||||
"url": "https://wxs.ign.fr/cartes/geoportail/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&EXCEPTIONS=text/xml&FORMAT=image/png&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue