changeset 1648:53f49b109f0c

client: improve ECDIS WMS map loading * Change WMS url from demo.d4d-portal.info to service.d4d-portal.info.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 20 Dec 2018 15:53:20 +0100
parents 0828fcb80647
children 0324d331e9df
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 15:45:09 2018 +0100
+++ b/client/src/store/map.js	Thu Dec 20 15:53:20 2018 +0100
@@ -59,7 +59,7 @@
         data: new TileLayer({
           source: new TileWMS({
             preload: 1,
-            url: "https://demo.d4d-portal.info/wms/",
+            url: "https://service.d4d-portal.info/wms/",
             params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true }
           })
         }),