Ero sivun ”Widget:Ol3BalticBasinMap” 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”) |
|||
(4 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 49: | Rivi 49: | ||
'type': 'anyrest', | 'type': 'anyrest', | ||
'name': 'Itämeren allas', | 'name': 'Itämeren allas', | ||
− | 'restUrl': '//maps.helcom.fi/arcgis/rest/services/MADS/ | + | 'restUrl': '//maps.helcom.fi/arcgis/rest/services/MADS/Monitoring/MapServer/92/query', |
'search': 'SUBID=' + subid, | 'search': 'SUBID=' + subid, | ||
'zoomToExtent': true, | 'zoomToExtent': true, | ||
Rivi 59: | Rivi 59: | ||
else { search = ''; } | else { search = ''; } | ||
+ | /* | ||
layersArr.push({ | layersArr.push({ | ||
'type': 'anyrest', | 'type': 'anyrest', | ||
Rivi 69: | Rivi 70: | ||
}); | }); | ||
− | + | */ | |
layersArr.push({ | layersArr.push({ | ||
'type': 'seabody', | 'type': 'seabody', | ||
'name': 'Merialue', | 'name': 'Merialue', | ||
− | 'search': " | + | 'search': "vhatunnus='" + vhaid + "'", |
//'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 85: | Rivi 86: | ||
}); | }); | ||
− | 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 |