Ero sivun ”Widget:Ol3AllBodysMap” versioiden välillä
Järvi-meriwikistä
(Ak: Uusi sivu: <includeonly> <link rel="stylesheet" href="/scripts/ol3/ol.css" type="text/css"> <script src="//cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Elemen...) |
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”) |
||
(14 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 35: | Rivi 35: | ||
//widget globals | //widget globals | ||
− | var memo = <!--{$id|default: | + | var memo = <!--{$id|default:AllBodysMap|escape:'html'}-->_memo; |
memo.g = { 'sizeFactor': 1.5, 'lang': '<!--{$lang|default:fi|escape:'html'}-->' }; | memo.g = { 'sizeFactor': 1.5, 'lang': '<!--{$lang|default:fi|escape:'html'}-->' }; | ||
Rivi 43: | Rivi 43: | ||
var lat = <!--{$lat|default:65|escape:'urlpathinfo'}-->; | var lat = <!--{$lat|default:65|escape:'urlpathinfo'}-->; | ||
var zoom = <!--{$zoom|default:5|escape:'urlpathinfo'}-->; | var zoom = <!--{$zoom|default:5|escape:'urlpathinfo'}-->; | ||
− | var base = <!--{$base|default:osm|escape:'urlpathinfo'}-->; | + | var base = '<!--{$base|default:osm|escape:'urlpathinfo'}-->'; |
var layersArr = []; | var layersArr = []; | ||
Rivi 50: | Rivi 50: | ||
'type': 'seabody', | 'type': 'seabody', | ||
'name': 'Merialueet', | 'name': 'Merialueet', | ||
− | + | 'search': "VPDTunnus LIKE '%'", | |
//'attribution': '<a href="//wwwp2.ymparisto.fi/kayttoehdot.html">Ympäristöhallinnon paikkatietoaineistot</a>', | //'attribution': '<a href="//wwwp2.ymparisto.fi/kayttoehdot.html">Ympäristöhallinnon paikkatietoaineistot</a>', | ||
'visible': true, | 'visible': true, | ||
Rivi 57: | Rivi 57: | ||
'selectable': true, | 'selectable': true, | ||
'zoomToExtent': false, | 'zoomToExtent': false, | ||
− | 'bbox': true | + | 'bbox': true, |
+ | 'maxResolution': 200 | ||
}); | }); | ||
Rivi 64: | Rivi 65: | ||
'type': 'lake', | 'type': 'lake', | ||
'name': 'Järvet', | 'name': 'Järvet', | ||
− | + | 'search': "jarviTunnus LIKE '%'", | |
//'attribution': '<a href="//wwwp2.ymparisto.fi/kayttoehdot.html">Ympäristöhallinnon paikkatietoaineistot</a>', | //'attribution': '<a href="//wwwp2.ymparisto.fi/kayttoehdot.html">Ympäristöhallinnon paikkatietoaineistot</a>', | ||
+ | 'fillColor': 'rgba( 100, 100, 0, 0.25 )', | ||
'visible': true, | 'visible': true, | ||
'opacitySlider': true, | 'opacitySlider': true, | ||
Rivi 71: | Rivi 73: | ||
'selectable': true, | 'selectable': true, | ||
'zoomToExtent': false, | 'zoomToExtent': false, | ||
− | 'bbox': true | + | 'bbox': true, |
+ | 'maxResolution': 200 | ||
}); | }); | ||
− | 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 }); |
− | + | console.log( layersArr ); | |
// do the base map with these settings | // do the base map with these settings | ||
var map = ol3_jwMakeMap({ | var map = ol3_jwMakeMap({ | ||
− | 'container': '<!--{$id|default: | + | 'container': '<!--{$id|default:AllBodysMap|escape:'html'}-->_container', |
'base': base, | 'base': base, | ||
'lon': lon, | 'lon': lon, |