Update photographies-aeriennes basemap URL
This commit is contained in:
parent
ed7a9aaf39
commit
90aebd3021
1 changed files with 4 additions and 10 deletions
|
@ -204,16 +204,10 @@ export default {
|
||||||
type: 'vector',
|
type: 'vector',
|
||||||
url: 'https://openmaptiles.geo.data.gouv.fr/data/france-vector.json'
|
url: 'https://openmaptiles.geo.data.gouv.fr/data/france-vector.json'
|
||||||
},
|
},
|
||||||
'photographies-aeriennes': {
|
'photographies-aeriennes': rasterSource(
|
||||||
type: 'raster',
|
[ignServiceURL('ORTHOIMAGERY.ORTHOPHOTOS', 'image/jpeg')],
|
||||||
tiles: [
|
'IGN-F/Géoportail'
|
||||||
'https://tiles.geo.api.gouv.fr/photographies-aeriennes/tiles/{z}/{x}/{y}'
|
),
|
||||||
],
|
|
||||||
tileSize: 256,
|
|
||||||
attribution: 'Images aériennes © IGN',
|
|
||||||
minzoom: 0,
|
|
||||||
maxzoom: 19
|
|
||||||
},
|
|
||||||
cadastre: {
|
cadastre: {
|
||||||
type: 'vector',
|
type: 'vector',
|
||||||
url: 'https://openmaptiles.geo.data.gouv.fr/data/cadastre.json'
|
url: 'https://openmaptiles.geo.data.gouv.fr/data/cadastre.json'
|
||||||
|
|
Loading…
Reference in a new issue