Ero sivun ”Widget:Ol3AlgalWeekMap” versioiden välillä
Järvi-meriwikistä
p (Tekstin korvaus – ”//www.jarviwiki.fi/scripts/” muotoon ”/scripts/”) |
|||
Rivi 52: | Rivi 52: | ||
memo.a = {}; | memo.a = {}; | ||
memo.b = {}; | memo.b = {}; | ||
+ | |||
+ | layersArr.push( { | ||
+ | //'id': 'reagions', | ||
+ | 'type': 'anyrest', | ||
+ | 'name': 'Maakunnat', | ||
+ | 'restUrl': '//paikkatieto.ymparisto.fi/arcgis/rest/services/LAPIO/LAPIO_Hallrajat/MapServer/1/query', | ||
+ | 'search': "MKuntaNimi LIKE '%'", | ||
+ | 'selectable': false, | ||
+ | //'zoomToExtent': true, | ||
+ | 'bbox': false, | ||
+ | //'attribution': '<a href="//wwwp2.ymparisto.fi/kayttoehdot.html">Ympäristöhallinnon paikkatietoaineistot</a>', | ||
+ | }); | ||
layersArr.push( { | layersArr.push( { | ||
Rivi 64: | Rivi 76: | ||
'pointRadius': 3, | 'pointRadius': 3, | ||
'label': '', | 'label': '', | ||
− | 'fillColor': '#ccc', | + | 'fillColor': '#ccc', |
− | 'strokeColor': '#ccc', | + | 'strokeColor': '#ccc', |
'zoomToExtent': false | 'zoomToExtent': false | ||
} ); | } ); |