Add short name for IGN France layers (#463)

This commit is contained in:
Norbert Renner 2022-09-29 20:06:56 +02:00
parent 91a03f312c
commit 4dba2d2a6f

View file

@ -152,16 +152,19 @@ BR.confLayers.getPropertyOverrides = function() {
},
'ignf-aerial': {
'country_code': 'FR',
'nameShort': 'IGNF Photos',
'mapUrl': 'https://www.geoportail.gouv.fr/carte?c={lon},{lat}&z={zoom}&l0=ORTHOIMAGERY.ORTHOPHOTOS::GEOPORTAIL:OGC:WMTS(1)&permalink=yes',
'worldTiles': true // -z12
},
'ignf-map': {
'country_code': 'FR',
'nameShort': 'IGNF Plan',
'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',
'nameShort': 'IGNF Topo',
'mapUrl': 'https://www.geoportail.gouv.fr/carte?c={lon},{lat}&z={zoom}&l0=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR::GEOPORTAIL:OGC:WMTS(1)&permalink=yes',
},
'OpenStreetMap-turistautak': {