comparison client/src/map/store.js @ 625:4acf60d1bbb4

clients: shorten ECDIS layer name. * Removing `(D4D)` to shorten layer name for a better layout.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 11 Sep 2018 17:03:22 +0200
parents ef00684e021f
children ef9c733cc6aa
comparison
equal deleted inserted replaced
624:8772979f8750 625:4acf60d1bbb4
16 source: new OSM() 16 source: new OSM()
17 }), 17 }),
18 isVisible: true 18 isVisible: true
19 }, 19 },
20 { 20 {
21 name: "Inland ECDIS chart Danube (D4D)", 21 name: "Inland ECDIS chart Danube",
22 data: new TileLayer({ 22 data: new TileLayer({
23 source: new TileWMS({ 23 source: new TileWMS({
24 url: "https://demo.d4d-portal.info/wms", 24 url: "https://demo.d4d-portal.info/wms",
25 params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true } 25 params: { LAYERS: "d4d", VERSION: "1.1.1", TILED: true }
26 }) 26 })