comparison client/src/store/map.js @ 1875:cc8592bf489b dev-pdf-generation

client: switch ECDIS url to service.d4d-portal.info
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 08 Jan 2019 16:16:22 +0100
parents bad32adafef2
children 9a2fbeaabd52
comparison
equal deleted inserted replaced
1874:bad32adafef2 1875:cc8592bf489b
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 crossOrigin: "anonymous", 63 crossOrigin: "anonymous",
64 params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true } 64 params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true }
65 }) 65 })
66 }), 66 }),
67 isVisible: true, 67 isVisible: true,