diff client/src/components/map/layers.js @ 4368:e9d2573329da

import_overview: make layer for review togglable (currently only for development visible)
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 10 Sep 2019 16:37:50 +0200
parents 45307cf4931a
children ad2bf9580696
line wrap: on
line diff
--- a/client/src/components/map/layers.js	Mon Sep 09 21:59:51 2019 +0200
+++ b/client/src/components/map/layers.js	Tue Sep 10 16:37:50 2019 +0200
@@ -184,7 +184,7 @@
     id: "FDREVIEWLAYER",
     label: "Review",
     visible: true,
-    source: new VectorSource(),
+    source: new VectorSource({ wrapX: false }),
     style: styles.sections
   });
   const bottlenecksSource = new VectorSource({ strategy: bboxStrategy });