add belgium topo layer

This commit is contained in:
vcoppe
2024-06-09 16:53:04 +02:00
parent d9b5f54d19
commit a5ff7b5abd
2 changed files with 25 additions and 0 deletions

View File

@@ -93,6 +93,23 @@ export const basemaps: { [key: string]: string | Style; } = {
source: 'linzTopo', source: 'linzTopo',
}], }],
}, },
ignBe: {
version: 8,
sources: {
ignBe: {
type: 'raster',
tiles: ['https://cartoweb.wmts.ngi.be/1.0.0/topo/default/3857/{z}/{y}/{x}.png'],
tileSize: 256,
maxzoom: 17,
attribution: '© <a href="https://www.ngi.be/" target="_blank">IGN/NGI</a>'
}
},
layers: [{
id: 'ignBe',
type: 'raster',
source: 'ignBe',
}],
},
ignFrPlan: 'https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/classique.json', ignFrPlan: 'https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/classique.json',
ignFrScan25: { ignFrScan25: {
version: 8, version: 8,
@@ -438,6 +455,9 @@ export const basemapTree: LayerTreeType = {
cyclOSM: true cyclOSM: true
}, },
countries: { countries: {
belgium: {
ignBe: true,
},
bulgaria: { bulgaria: {
bgMountains: true, bgMountains: true,
}, },
@@ -575,6 +595,9 @@ export const defaultBasemapTree: LayerTreeType = {
cyclOSM: true cyclOSM: true
}, },
countries: { countries: {
belgium: {
ignBe: false,
},
bulgaria: { bulgaria: {
bgMountains: false, bgMountains: false,
}, },

View File

@@ -133,6 +133,7 @@
"overlays": "Overlays", "overlays": "Overlays",
"world": "World", "world": "World",
"countries": "Countries", "countries": "Countries",
"belgium": "Belgium",
"bulgaria": "Bulgaria", "bulgaria": "Bulgaria",
"finland": "Finland", "finland": "Finland",
"france": "France", "france": "France",
@@ -153,6 +154,7 @@
"linzTopo": "LINZ Topo50", "linzTopo": "LINZ Topo50",
"swisstopo": "swisstopo", "swisstopo": "swisstopo",
"swisstopoSatellite": "swisstopo Satellite", "swisstopoSatellite": "swisstopo Satellite",
"ignBe": "IGN Topo",
"ignFrPlan": "IGN Plan", "ignFrPlan": "IGN Plan",
"ignFrScan25": "IGN SCAN25", "ignFrScan25": "IGN SCAN25",
"ignFrSatellite": "IGN Satellite", "ignFrSatellite": "IGN Satellite",