# HG changeset patch # User Bernhard Reiter # Date 1545315649 -3600 # Node ID 14bb1289b97b706327096efa2dafe25aee125dab # Parent eadf84bb0e98206d749bb4e34e0c2282533da0e9 client: (minor) improve loading of d4d-portal WMS. * Add a'/' and the end of the url, which avoids one redirect. diff -r eadf84bb0e98 -r 14bb1289b97b client/src/store/map.js --- 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 } }) }),