changeset 3075:3cf7189fa93e

Changed projection for sounding differences layer. Fixes font size.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 17 Apr 2019 13:02:30 +0200
parents 85f7f8981a71
children e0daeb05bf50
files client/src/components/map/layers.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/layers.js	Wed Apr 17 12:04:12 2019 +0200
+++ b/client/src/components/map/layers.js	Wed Apr 17 13:02:30 2019 +0200
@@ -291,7 +291,7 @@
         visible: false,
         source: new TileWMS({
           preload: 0,
-          projection: "EPSG:4326",
+          projection: "EPSG:3857",
           url: window.location.origin + "/api/internal/wms",
           params: {
             LAYERS: "sounding_differences",