Add IGNF Scan25 baselayer (requires key) (#643)
This commit is contained in:
parent
72a92eb156
commit
91a03f312c
5 changed files with 24 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ BR.confLayers.getPropertyOverrides = function() {
|
|||
'mapUrl': 'https://www.geoportail.gouv.fr/carte?c={lon},{lat}&z={zoom}&l0=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2::GEOPORTAIL:OGC:WMTS(1)&permalink=yes',
|
||||
'worldTiles': true // -z7
|
||||
},
|
||||
'ignf-scan25': {
|
||||
'country_code': 'FR',
|
||||
'mapUrl': 'https://www.geoportail.gouv.fr/carte?c={lon},{lat}&z={zoom}&l0=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR::GEOPORTAIL:OGC:WMTS(1)&permalink=yes',
|
||||
},
|
||||
'OpenStreetMap-turistautak': {
|
||||
'nameShort': 'OSM Turistautak',
|
||||
'mapUrl': 'https://turistautak.openstreetmap.hu/?zoom={zoom}&lat={lat}&lon={lon}&layers=0B00F'
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ BR.confLayers.tree = {
|
|||
'FR': [
|
||||
'ignf-aerial',
|
||||
'ignf-map',
|
||||
'ignf-scan25',
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
15
layers/extra/ignf-scan25.geojson
Normal file
15
layers/extra/ignf-scan25.geojson
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"attribution": {
|
||||
"html": "© <a href='https://www.ign.fr/' target='_blank'>IGN</a>"
|
||||
},
|
||||
"id": "ignf-scan25",
|
||||
"max_zoom": 21,
|
||||
"name": "IGN France - Carte topographique (Scan25)",
|
||||
"type": "tms",
|
||||
"url": "https://wxs.ign.fr/{keys_ignf}/geoportail/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR&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"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue