brouter-web/layers/extra/ignf-map.geojson
Sylvain 72a92eb156
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>
2022-09-16 10:58:30 +02:00

15 lines
555 B
JSON

{
"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"
}