Ero sivun ”Widget:Ol3ElyAlgalMap” 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:ElyAlgalMap|escape:'html'}-->_memo = { 'SitesO': {}, 'TypesO': {}, 'obsTypeToShow': '' }; | var <!--{$id|default:ElyAlgalMap|escape:'html'}-->_memo = { 'SitesO': {}, 'TypesO': {}, 'obsTypeToShow': '' }; | ||
− | + | function <!--{$id|default:ElyAlgalMap|escape:'html'}-->_jQueryTest() { | |
+ | if ( typeof window.jQuery == 'undefined' ) { | ||
+ | setTimeout( function(){ <!--{$id|default:ElyAlgalMap|escape:'html'}-->_jQueryTest() }, 300); | ||
+ | } else { | ||
+ | <!--{$id|default:ElyAlgalMap|escape:'html'}-->_func(); | ||
+ | } | ||
+ | } | ||
+ | setTimeout( function(){ <!--{$id|default:ElyAlgalMap|escape:'html'}-->_jQueryTest() }, 300); | ||
− | + | function <!--{$id|default:ElyAlgalMap|escape:'html'}-->_func() { | |
//widget globals | //widget globals | ||
Rivi 37: | Rivi 44: | ||
var base = "<!--{$base|default:mmlTausta|escape:'html'}-->"; | var base = "<!--{$base|default:mmlTausta|escape:'html'}-->"; | ||
var ely = '<!--{$ely|escape:'html'}-->'; | var ely = '<!--{$ely|escape:'html'}-->'; | ||
− | var short = ely.split(' ')[0]; | + | var short = ely.split(' ')[0] + ' ELY-keskus'; |
+ | |||
+ | console.log( short ); | ||
+ | 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 + "'"; | ||
+ | } | ||
var layersArr = []; | var layersArr = []; | ||
Rivi 43: | Rivi 59: | ||
layersArr.push( { | layersArr.push( { | ||
'id': 'ely', | 'id': 'ely', | ||
− | 'type': ' | + | 'type': 'anygeo', |
'name': 'ELY-keskus', | 'name': 'ELY-keskus', | ||
− | 'restUrl': '// | + | 'restUrl': '//geo.stat.fi/geoserver/tilastointialueet/', |
− | ' | + | 'layer': 'tilastointialueet:ely1000k', |
+ | 'cql_filter': cql, //"tilastointialueet:nimi = '" + short + "'", | ||
'selectable': false, | 'selectable': false, | ||
'zoomToExtent': true, | 'zoomToExtent': true, | ||
Rivi 81: | Rivi 98: | ||
}); | }); | ||
− | layersArr.push({ 'type': 'geoloc', 'name': 'Sijaintisi', 'show': true, 'center': false, 'zoom': 12, 'track': false }); | + | //layersArr.push({ 'type': 'geoloc', 'name': 'Sijaintisi', 'show': true, 'center': false, 'zoom': 12, 'track': false }); |
// do the base map with these settings | // do the base map with these settings |