comparison client/src/store/map.js @ 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 14bb1289b97b
children 9a2fbeaabd52
comparison
equal deleted inserted replaced
1647:0828fcb80647 1648:53f49b109f0c
57 { 57 {
58 name: "Inland ECDIS chart Danube", 58 name: "Inland ECDIS chart Danube",
59 data: new TileLayer({ 59 data: new TileLayer({
60 source: new TileWMS({ 60 source: new TileWMS({
61 preload: 1, 61 preload: 1,
62 url: "https://demo.d4d-portal.info/wms/", 62 url: "https://service.d4d-portal.info/wms/",
63 params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true } 63 params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true }
64 }) 64 })
65 }), 65 }),
66 isVisible: true, 66 isVisible: true,
67 showInLegend: true 67 showInLegend: true