changeset 1645:14bb1289b97b

client: (minor) improve loading of d4d-portal WMS. * Add a'/' and the end of the url, which avoids one redirect.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 20 Dec 2018 15:20:49 +0100
parents eadf84bb0e98
children a0982c38eac0
files client/src/store/map.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/map.js	Thu Dec 20 14:39:23 2018 +0100
+++ b/client/src/store/map.js	Thu Dec 20 15:20:49 2018 +0100
@@ -59,7 +59,7 @@
         data: new TileLayer({
           source: new TileWMS({
             preload: 1,
-            url: "https://demo.d4d-portal.info/wms",
+            url: "https://demo.d4d-portal.info/wms/",
             params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true }
           })
         }),