comparison client/src/components/layers/layers.js @ 5426:67ffa7517888 marking-single-beam

Added new group layer 'sounding_results'.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 09 Jul 2021 23:08:08 +0200
parents a17c2a0b8e44
children 661af6353d3b
comparison
equal deleted inserted replaced
5425:345515bc4548 5426:67ffa7517888
384 source: new TileWMS({ 384 source: new TileWMS({
385 preload: 0, 385 preload: 0,
386 projection: "EPSG:3857", 386 projection: "EPSG:3857",
387 url: window.location.origin + "/api/internal/wms", 387 url: window.location.origin + "/api/internal/wms",
388 params: { 388 params: {
389 LAYERS: "sounding_results_areas_geoserver", 389 LAYERS: "sounding_results",
390 VERSION: "1.1.1", 390 VERSION: "1.1.1",
391 TILED: true 391 TILED: true
392 }, 392 },
393 tileLoadFunction: function(tile, src) { 393 tileLoadFunction: function(tile, src) {
394 HTTP.get(src, { 394 HTTP.get(src, {