Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
(7 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 43: | Rivi 43: | ||
layersArr.push( { | layersArr.push( { | ||
'id': ' | 'id': 'elys', | ||
'type': 'anygeo', | 'type': 'anygeo', | ||
'name': ' | 'name': 'ELYt ilman ympäristövastuuta', | ||
'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', | 'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', | ||
'layer': 'tilastointialueet:ely1000k', | 'layer': 'tilastointialueet:ely1000k', | ||
'cql_filter': "tilastointialueet:id | 'cql_filter': "tilastointialueet:id='03' OR tilastointialueet:id='12'", | ||
'fillColor': 'rgba( 100, 193, 203, 0.75 )', | |||
'selectable': true, | 'selectable': true, | ||
'zoomToExtent': | 'zoomToExtent': false, | ||
'bbox': false, | 'bbox': false, | ||
'attribution': 'Maanmittauslaitos', | 'attribution': 'Maanmittauslaitos', | ||
}); | }); | ||
layersArr.push( { | layersArr.push( { | ||
'id': ' | 'id': 'yelys', | ||
'type': 'anygeo', | 'type': 'anygeo', | ||
'name': ' | 'name': 'Ympäristövastuu-ELYt', | ||
'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', | 'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', | ||
'layer': 'tilastointialueet:ely1000k', | 'layer': 'tilastointialueet:ely1000k', | ||
'cql_filter': "tilastointialueet:id<>'03' AND tilastointialueet:id<>'12'", | |||
'fillColor': 'rgba( 132, 196, 151, 0.75 )', | |||
'selectable': true, | 'selectable': true, | ||
'zoomToExtent': true, | 'zoomToExtent': true, | ||
'bbox': false, | 'bbox': false, | ||
'attribution': 'Maanmittauslaitos', | 'attribution': 'Maanmittauslaitos', | ||
}); | }); | ||
// do the base map with these settings | // do the base map with these settings |