Ero sivun ”Widget:Ol3MainPageMap” 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> | ||
<script src="/scripts/proj4js/dist/proj4.js"></script> | <script src="/scripts/proj4js/dist/proj4.js"></script> | ||
Rivi 41: | 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 days = <!--{$days|default:6|escape:'html'}-->; | ||
// do the base map with these settings | // do the base map with these settings | ||
Rivi 50: | Rivi 51: | ||
'zoom': zoom, | 'zoom': zoom, | ||
'layers': [ | 'layers': [ | ||
+ | { | ||
+ | 'type': 'coo311', | ||
+ | 'name': 'Vesi.fi-palvelun havainnot', | ||
+ | 'service_code': 'combined_ice_service_code_201806011206542', | ||
+ | 'obsSearch': "[[obsCode::ice]]", | ||
+ | 'hashtags': '_VesiFiObservation', | ||
+ | 'obsDays': days, | ||
+ | 'pointRadius': 8, | ||
+ | 'obsesColors': { 'type': 'cat', 'attribute': 'ice_combined_situation_singlevaluelist_201806011206544', 'values': [ { 'key': 1, 'color': '#308fb3' }, { 'key': 2, 'color': 'aqua' }, { 'key': 3, 'color': 'white' }, { 'key': 4, 'color': 'white' }, { 'key': 5, 'color': 'aqua' }, { 'key': 6, 'color': '#308fb3' } ] }, | ||
+ | 'obsesLabels': { 'type': 'num', 'attribute': 'ice_combined_thickness_number_201806011206545' }, | ||
+ | //'attribution': 'Havainnot: Järvi-meriwiki', | ||
+ | 'opacitySlider': false, | ||
+ | 'selectable': true, | ||
+ | 'zoomToExtent': false | ||
+ | }, | ||
{ | { | ||
'type': 'sitesNobses', | 'type': 'sitesNobses', | ||
'name': 'Havaintotilanne', | 'name': 'Havaintotilanne', | ||
'siteSearch': '', | 'siteSearch': '', | ||
− | 'obsSearch': "[[obsCode::temp]]", | + | 'obsSearch': "[[obsCode::ice||temp||alg]]", |
− | 'obsDays': | + | 'obsDays': days, |
//'attribution': 'Havainnot: Järvi-meriwiki', | //'attribution': 'Havainnot: Järvi-meriwiki', | ||
'opacitySlider': false, | 'opacitySlider': false, |