changeset 3073:0cb180676722

client: map layers: changed z-index of critical bottleneck layer to be always on top
author Markus Kottlaender <markus@intevation.de>
date Wed, 17 Apr 2019 11:48:03 +0200
parents 0233845cadb7
children 85f7f8981a71
files client/src/components/map/layers.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/layers.js	Wed Apr 17 10:53:13 2019 +0200
+++ b/client/src/components/map/layers.js	Wed Apr 17 11:48:03 2019 +0200
@@ -327,6 +327,7 @@
           label: "Critical Bottlenecks",
           forLegendStyle: { point: true, resolution: 16 },
           visible: true,
+          zIndex: 1,
           style: styles.bottleneckStatus,
           source
         });