Ero sivun ”Widget:Ol3AllBodysMap” 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”) |
|||
(9 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 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 58: | Rivi 58: | ||
'zoomToExtent': false, | 'zoomToExtent': false, | ||
'bbox': true, | 'bbox': true, | ||
− | 'maxResolution': | + | 'maxResolution': 200 |
}); | }); | ||
Rivi 65: | 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 73: | Rivi 74: | ||
'zoomToExtent': false, | 'zoomToExtent': false, | ||
'bbox': true, | 'bbox': true, | ||
− | 'maxResolution': | + | '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 ); | console.log( layersArr ); | ||
// do the base map with these settings | // do the base map with these settings |