(Ak: Uusi sivu: <includeonly> <link rel="stylesheet" href="/scripts/ol-10/ol.css" type="text/css"> <script src="/scripts/ol-10/ol.js"></script> <link rel="stylesheet" href="/scripts/ol-ext-10/dist/ol-ext.min.css" type="text/css"> <script src="/scripts/ol-ext-10/dist/ol-ext.min.js"></script> <script src="/scripts/proj4js/dist/proj4.js"></script> <script src="/scripts/jwol10js/jwol10.js"></script> <div class="jwMapContainer" style="height:<!--{$height|default:500px|escape:'h...) |
Ei muokkausyhteenvetoa |
||
| (3 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
| Rivi 44: | Rivi 44: | ||
var zoomto = ("<!--{$zoomto|default:false|escape:'html'}-->" == "true"); | var zoomto = ("<!--{$zoomto|default:false|escape:'html'}-->" == "true"); | ||
var simplepoints = ("<!--{$simplepoints|default:false|escape:'html'}-->" == "true"); | var simplepoints = ("<!--{$simplepoints|default:false|escape:'html'}-->" == "true"); | ||
var cluster = ( "<!--{$cluster|default:yes|escape:'html'}-->" == "yes" ); | var cluster = false; //( "<!--{$cluster|default:yes|escape:'html'}-->" == "yes" ); | ||
var vesifi = ( "<!--{$vesifi|default:yes|escape:'html'}-->" == "yes" ); | var vesifi = ( "<!--{$vesifi|default:yes|escape:'html'}-->" == "yes" ); | ||
| Rivi 58: | Rivi 58: | ||
'selectable': true, | 'selectable': true, | ||
'clustered': false, | 'clustered': false, | ||
'pointRadius': | 'pointRadius': pointradius, | ||
'obsesColors': { type: 'cat', 'attribute': 'algaebloom_singlevaluelist_201808151546174', values: [ { key: 1, color: '#308fb3' }, { key: 2, color: '#8db335' }, { key: 3, color: '#f1cb00' }, { key: 4, color: '#ce0000' } ] }, | 'obsesColors': { type: 'cat', 'attribute': 'algaebloom_singlevaluelist_201808151546174', values: [ { key: 1, color: '#308fb3' }, { key: 2, color: '#8db335' }, { key: 3, color: '#f1cb00' }, { key: 4, color: '#ce0000' } ] }, | ||
'zoomToExtent': false, | 'zoomToExtent': false, | ||
'filter': | 'filter': false, | ||
'visible': true | 'visible': true | ||
}); | }); | ||


