p (Molindho siirsi sivun Widget:Ol3AllElysMap uudelle nimelle Widget:Ol10AllElysMap luomatta ohjausta: Tekstin korvaus – ”Ol3” muotoon ”Ol10”) |
Ei muokkausyhteenvetoa |
||
Rivi 41: | Rivi 41: | ||
var layersArr = []; | var layersArr = []; | ||
layersArr.push( { | |||
'id': 'yelys', | |||
'type': 'anygeo', | |||
'name': 'Ympäristövastuu ELYt', | |||
'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', | |||
'layer': 'tilastointialueet:ely1000k', | |||
'cql_filter': "tilastointialueet:id != '03' AND tilastointialueet:id != '12', | |||
'selectable': true, | |||
'zoomToExtent': true, | |||
'bbox': false, | |||
'attribution': 'Maanmittauslaitos', | |||
}); | |||
layersArr.push( { | layersArr.push( { | ||
Rivi 52: | Rivi 65: | ||
'zoomToExtent': true, | 'zoomToExtent': true, | ||
'bbox': false, | 'bbox': false, | ||
'attribution': 'Maanmittauslaitos', | |||
}); | }); | ||
// do the base map with these settings | // do the base map with these settings |