Ero sivun ”Widget:Ol3MuniMapX” 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> | ||
<script src="/scripts/proj4js/dist/proj4.js"></script> | <script src="/scripts/proj4js/dist/proj4.js"></script> | ||
Rivi 50: | Rivi 50: | ||
layersArr.push( { | layersArr.push( { | ||
'id': 'muni', | 'id': 'muni', | ||
− | 'type': ' | + | 'type': 'anygeo', |
'name': 'Kunta', | 'name': 'Kunta', | ||
− | ' | + | 'XrestUrl': '//paikkatieto.ymparisto.fi/arcgis/rest/services/sykemaps/GISAineistot2/MapServer/0/query', |
− | ' | + | 'restUrl': 'https://geo.stat.fi/geoserver/tilastointialueet/', |
+ | 'layer': 'tilastointialueet:kunta1000k', | ||
+ | //'XrestUrl': 'https://inspire-wfs.maanmittauslaitos.fi/inspire-wfs/au/', | ||
+ | //'Xlayer': 'au:AdministrativeBoundary', | ||
+ | 'cql_filter': "tilastointialueet:nimi = '" + muni + "'", | ||
'selectable': false, | 'selectable': false, | ||
'zoomToExtent': true, | 'zoomToExtent': true, | ||
Rivi 68: | Rivi 72: | ||
for ( var r in request.query.results ) { | for ( var r in request.query.results ) { | ||
− | vpdsearchA.push( " | + | vpdsearchA.push( "inspire_am1:vpdtunnus = '" + request.query.results[ r ].printouts.VPDTunnus[0] + "'" ); |
} | } | ||
Rivi 75: | Rivi 79: | ||
layersArr.push( { | layersArr.push( { | ||
'id': 'seavpd', | 'id': 'seavpd', | ||
− | 'type': ' | + | 'type': 'anygeo', |
'name': 'Merialueet', | 'name': 'Merialueet', | ||
− | 'restUrl': '// | + | 'restUrl': '//paikkatiedot.ymparisto.fi/geoserver/inspire_am1/', |
− | ' | + | 'layer': 'inspire_am1:AM.CoastalWaterBody', |
+ | 'cql_filter': vpdsearchA.join( ' OR ' ), | ||
'selectable': true, | 'selectable': true, | ||
'zoomToExtent': false, | 'zoomToExtent': false, |