diff --git a/ckanext/odsh/fanstatic/odsh_spatial_query.js b/ckanext/odsh/fanstatic/odsh_spatial_query.js index 70586e614fa6c58e739d35e5ed77b48cd74d5ae8..674f549716842cbf2bbb308df8754bad9983142d 100644 --- a/ckanext/odsh/fanstatic/odsh_spatial_query.js +++ b/ckanext/odsh/fanstatic/odsh_spatial_query.js @@ -122,6 +122,10 @@ this.ckan.module('odsh-spatial-query', function ($, _) } ); +// var wmsLayer = L.tileLayer.wms('https://demo.boundlessgeo.com/geoserver/ows?', { +// layers: 'ne:ne' +// }).addTo(map); + L.control.zoom({ zoomInTitle: 'Vergrößern', zoomOutTitle: 'Verkleinern',