Ero sivun ”Widget:Ol3AlgalMonitoringMapRotaryt” 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”) |
|||
(8 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 1: | Rivi 1: | ||
<includeonly> | <includeonly> | ||
− | <link rel="stylesheet" href=" | + | <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=" | + | <script src="/scripts/ol3/ol.js"></script> |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/scripts/ol-ext/dist/ol-ext.min.css" type="text/css"> |
− | <script src=" | + | <script src="/scripts/ol-ext/dist/ol-ext.min.js"></script> |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/scripts/ol-ext/overlay/popupoverlay.css" /> |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/scripts/ol-ext/overlay/popupoverlay.anim.css" /> |
− | <script src=" | + | <script src="/scripts/proj4js/dist/proj4.js"></script> |
− | <script src=" | + | <script src="/scripts/jwol3js/jwol3.js"></script> |
<div class="jwMapContainer" style="height:<!--{$height|default:500|escape:'html'}-->px" > | <div class="jwMapContainer" style="height:<!--{$height|default:500|escape:'html'}-->px" > | ||
Rivi 23: | Rivi 23: | ||
var <!--{$id|default:AlgalWeekMap|escape:'html'}-->_memo = { 'SitesO': {}, 'TypesO': {}, 'obsTypeToShow': '' }; | var <!--{$id|default:AlgalWeekMap|escape:'html'}-->_memo = { 'SitesO': {}, 'TypesO': {}, 'obsTypeToShow': '' }; | ||
− | + | function <!--{$id|default:AlgalWeekMap|escape:'html'}-->_jQueryTest() { | |
− | + | if ( typeof window.jQuery == 'undefined' ) { | |
+ | setTimeout( function(){ <!--{$id|default:AlgalWeekMap|escape:'html'}-->_jQueryTest() }, 300); | ||
+ | } else { | ||
+ | <!--{$id|default:AlgalWeekMap|escape:'html'}-->_func(); | ||
+ | } | ||
+ | } | ||
+ | setTimeout( function(){ <!--{$id|default:AlgalWeekMap|escape:'html'}-->_jQueryTest() }, 300); | ||
function <!--{$id|default:AlgalWeekMap|escape:'html'}-->_func() { | function <!--{$id|default:AlgalWeekMap|escape:'html'}-->_func() { | ||
Rivi 35: | Rivi 41: | ||
var zoom = parseInt('<!--{$zoom|default:4|escape:'html'}-->'); | var zoom = parseInt('<!--{$zoom|default:4|escape:'html'}-->'); | ||
var base = "<!--{$base|default:osm|escape:'html'}-->"; | var base = "<!--{$base|default:osm|escape:'html'}-->"; | ||
− | + | ||
− | var year = parseInt('<!--{$vuosi|default: | + | var now = new Date(); |
− | var week = parseInt('<!--{$viikko|default: | + | var year = parseInt('<!--{$vuosi|default:0|escape:'html'}-->'); |
+ | if ( year == 0 ) { year = now.getFullYear(); } | ||
+ | |||
+ | var week = parseInt('<!--{$viikko|default:0|escape:'html'}-->'); | ||
var obsQuery = "<!--{$obsQuery|escape:'html'}-->"; | var obsQuery = "<!--{$obsQuery|escape:'html'}-->"; | ||
Rivi 46: | Rivi 55: | ||
memo.a = {}; | memo.a = {}; | ||
memo.b = {}; | memo.b = {}; | ||
+ | |||
+ | layersArr.push( { | ||
+ | 'memo': memo.a, | ||
+ | 'type': 'jwanypage', | ||
+ | 'name': 'Piirin 1385 leväseurantapaikat', | ||
+ | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka:Valtakunnallinen leväseuranta]][[Campaign::RotaryBalticSea]][[Sub-campaign::Piiri 1385]][[Seurantavuosi::' + year.toString() + ']]', | ||
+ | 'opacitySlider': true, | ||
+ | 'showLabels': false, | ||
+ | 'selectable': true, | ||
+ | 'clustered': false, | ||
+ | 'pointRadius': 5, | ||
+ | 'label': '', | ||
+ | 'fillColor': '#eee', | ||
+ | 'strokeColor': 'orange', | ||
+ | 'zoomToExtent': false | ||
+ | } ); | ||
+ | |||
layersArr.push( { | layersArr.push( { | ||
'memo': memo.a, | 'memo': memo.a, | ||
'type': 'jwanypage', | 'type': 'jwanypage', | ||
− | 'name': 'Piirin | + | 'name': 'Piirin 1390 leväseurantapaikat', |
− | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka: | + | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka:Valtakunnallinen leväseuranta]][[Campaign::RotaryBalticSea]][[Sub-campaign::Piiri 1390]][[Seurantavuosi::' + year.toString() + ']]', |
'opacitySlider': true, | 'opacitySlider': true, | ||
'showLabels': false, | 'showLabels': false, | ||
Rivi 66: | Rivi 92: | ||
'type': 'jwanypage', | 'type': 'jwanypage', | ||
'name': 'Piirin 1410 leväseurantapaikat', | 'name': 'Piirin 1410 leväseurantapaikat', | ||
− | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka: | + | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka:Valtakunnallinen leväseuranta]][[Campaign::RotaryBalticSea]][[Sub-campaign::Piiri 1410]][[Seurantavuosi::' + year.toString() + ']]', |
'opacitySlider': true, | 'opacitySlider': true, | ||
'showLabels': false, | 'showLabels': false, | ||
Rivi 82: | Rivi 108: | ||
'type': 'jwanypage', | 'type': 'jwanypage', | ||
'name': 'Piirin 1420 leväseurantapaikat', | 'name': 'Piirin 1420 leväseurantapaikat', | ||
− | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka: | + | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka:Valtakunnallinen leväseuranta]][[Campaign::RotaryBalticSea]][[Sub-campaign::Piiri 1420]][[Seurantavuosi::' + year.toString() + ']]', |
'opacitySlider': true, | 'opacitySlider': true, | ||
'showLabels': false, | 'showLabels': false, | ||
Rivi 98: | Rivi 124: | ||
'type': 'jwanypage', | 'type': 'jwanypage', | ||
'name': 'Piirin 1430 leväseurantapaikat', | 'name': 'Piirin 1430 leväseurantapaikat', | ||
− | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka: | + | 'search': '[[Luokka:RotaryBalticSea havaintopaikka]][[Luokka:Valtakunnallinen leväseuranta]][[Campaign::RotaryBalticSea]][[Sub-campaign::Piiri 1430]][[Seurantavuosi::' + year.toString() + ']]', |
'opacitySlider': true, | 'opacitySlider': true, | ||
'showLabels': false, | 'showLabels': false, | ||
Rivi 121: | Rivi 147: | ||
'clustered': false, | 'clustered': false, | ||
'pointRadius': 6, | 'pointRadius': 6, | ||
+ | 'vesifi': false, | ||
'obstypebar': false, | 'obstypebar': false, | ||
'zoomToExtent': false | 'zoomToExtent': false |