mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
add belgium topo layer
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user