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',
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue