Added Maakuntakaavojen layer
This commit is contained in:
parent
11f85b1975
commit
62d8bb536d
@ -76,6 +76,18 @@
|
|||||||
attribution: ''
|
attribution: ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var wms_maastotie_Layer = L.tileLayer.wms('https://fsc-map.arbonaut.com/basemap_fsc_map?', {
|
||||||
|
layers: 'Maastotietokanta_basemap',
|
||||||
|
format: 'image/png',
|
||||||
|
version: '1.1.0',
|
||||||
|
srs: 'EPSG:3067',
|
||||||
|
units: 'm',
|
||||||
|
token: '68f6f2fa8160e34e9d66bdef0254898f',
|
||||||
|
transparent: true,
|
||||||
|
attribution: 'Map data © <a href="YourDataSourceURL">DataSourceName</a>'
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
var map = L.map('map', {
|
var map = L.map('map', {
|
||||||
center: [61.49, 23.76],
|
center: [61.49, 23.76],
|
||||||
zoom: 13,
|
zoom: 13,
|
||||||
@ -96,6 +108,10 @@
|
|||||||
{
|
{
|
||||||
name: "Suomi Topo",
|
name: "Suomi Topo",
|
||||||
layer: fintopo
|
layer: fintopo
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Maastotie baselayer",
|
||||||
|
layer: wms_maastotie_Layer
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user