Ero sivun ”Widget:Ol3AlgalWeekMap” versioiden välillä
Järvi-meriwikistä
p (Tekstin korvaus – ”//cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL” muotoon ”https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js”) |
|||
(3 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 2: | Rivi 2: | ||
<link rel="stylesheet" href="/scripts/ol3/ol.css" type="text/css"> | <link rel="stylesheet" href="/scripts/ol3/ol.css" type="text/css"> | ||
− | <script src="// | + | <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js"></script> |
<script src="/scripts/ol3/ol.js"></script> | <script src="/scripts/ol3/ol.js"></script> | ||
Rivi 63: | Rivi 63: | ||
layersArr.push( { | layersArr.push( { | ||
//'id': 'reagions', | //'id': 'reagions', | ||
− | 'type': ' | + | 'type': 'anygeo', |
'name': 'Maakunnat', | 'name': 'Maakunnat', | ||
− | 'restUrl': '// | + | 'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', |
− | ' | + | 'layer': 'tilastointialueet:maakunta1000k', |
+ | //'cql_filter': "tilastointialueet:nimi = '" + short + "'", | ||
'selectable': false, | 'selectable': false, | ||
//'zoomToExtent': true, | //'zoomToExtent': true, | ||
Rivi 142: | Rivi 143: | ||
'zoomToExtent': false | 'zoomToExtent': false | ||
}); | }); | ||
− | + | ||
+ | /* | ||
+ | layersArr.push({ | ||
+ | 'type': 'sitesNobses', | ||
+ | 'name': 'Kansalaishavainnot pe-su', | ||
+ | 'siteSearch': '', | ||
+ | 'obsSearch': '[[Päivämäärä::>{{#time: Y-m-d|now - {{#expr: {{#time: w|now}} + 2 }} days }}]][[Päivämäärä::<{{#time: Y-m-d|now - {{#expr: {{#time: w|now}} + 0 }} days }}]][[ObsCode::alg]][[Seuranta::!Valtakunnallinen leväseuranta]]', | ||
+ | 'opacitySlider': false, | ||
+ | 'selectable': true, | ||
+ | 'clustered': false, | ||
+ | 'obstypebar': false, | ||
+ | 'zoomToExtent': false, | ||
+ | 'visible': true | ||
+ | }); | ||
+ | */ | ||
layersArr.push({ | layersArr.push({ | ||
'type': 'sitesNobses', | 'type': 'sitesNobses', | ||
− | 'name': 'Kansalaishavainnot', | + | 'name': 'Kansalaishavainnot kuluva viikko', |
'siteSearch': '', | 'siteSearch': '', | ||
'obsSearch': '[[Vuosi::' + year.toString() + ']][[Viikko::' + week.toString() + ']][[ObsCode::alg]][[Seuranta::!Valtakunnallinen leväseuranta]]', | 'obsSearch': '[[Vuosi::' + year.toString() + ']][[Viikko::' + week.toString() + ']][[ObsCode::alg]][[Seuranta::!Valtakunnallinen leväseuranta]]', |