Ero sivun ”Widget:Ol3AlgalArchiveMap” 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”) |
|||
(5 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 61: | Rivi 61: | ||
memo.a = {}; | memo.a = {}; | ||
− | memo.b = {}; | + | memo.b = {}; |
− | + | memo.c = {}; | |
+ | |||
+ | if ( alue.indexOf( 'ELY' ) > 0 ) { | ||
+ | |||
+ | var short = alue + "-keskus"; | ||
+ | if ( short == 'Varsinais-Suomen ELY-keskus' ) { | ||
+ | cql = "tilastointialueet:nimi='Varsinais-Suomen ELY-keskus'+OR+tilastointialueet:nimi='Satakunnan ELY-keskus'"; | ||
+ | } else if ( short == 'Etelä-Pohjanmaan ELY-keskus' ) { | ||
+ | cql = "tilastointialueet:nimi='Etelä-Pohjanmaan ELY-keskus'+OR+tilastointialueet:nimi='Pohjanmaan ELY-keskus'"; | ||
+ | } else { | ||
+ | cql = "tilastointialueet:nimi = '" + short + "'"; | ||
+ | } | ||
+ | |||
+ | layersArr.push( { | ||
+ | 'memo': memo.c, | ||
+ | 'type': 'anygeo', | ||
+ | 'name': 'ELY-keskus', | ||
+ | 'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', | ||
+ | 'layer': 'tilastointialueet:ely1000k', | ||
+ | 'cql_filter': cql, | ||
+ | 'selectable': false, | ||
+ | 'zoomToExtent': true, | ||
+ | 'bbox': false, | ||
+ | //'attribution': '<a href="//wwwp2.ymparisto.fi/kayttoehdot.html">Ympäristöhallinnon paikkatietoaineistot</a>', | ||
+ | }); | ||
+ | } | ||
+ | |||
layersArr.push({ | layersArr.push({ | ||
'memo': memo.a, | 'memo': memo.a, | ||
Rivi 86: | Rivi 112: | ||
'siteSearch': '', | 'siteSearch': '', | ||
'obsSearch': obsQuery + '[[Seuranta::!Valtakunnallinen leväseuranta]]', | 'obsSearch': obsQuery + '[[Seuranta::!Valtakunnallinen leväseuranta]]', | ||
− | ' | + | 'order': 'greaterval', |
'opacitySlider': false, | 'opacitySlider': false, | ||
'selectable': true, | 'selectable': true, | ||
Rivi 92: | Rivi 118: | ||
'obstypebar': false, | 'obstypebar': false, | ||
'zoomToExtent': false, | 'zoomToExtent': false, | ||
− | 'visible': | + | 'visible': true |
}); | }); | ||