From bd5f83e5321dd24901fd0e0338879e26e523bd63 Mon Sep 17 00:00:00 2001
From: anonymous <anonymous>
Date: Mon, 28 Jan 2019 14:30:52 +0100
Subject: [PATCH] ODPSH-259: change config to wms

---
 ckanext/odsh/fanstatic/odsh_spatial_query.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ckanext/odsh/fanstatic/odsh_spatial_query.js b/ckanext/odsh/fanstatic/odsh_spatial_query.js
index 70586e61..674f5497 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',
-- 
GitLab