diff client/src/components/layers/LegendElement.vue @ 2506:89c439721db2 critical-bottlenecks

client: new symbold for critical bottlenecks, normal bottlenecks are not marked anymore
author Markus Kottlaender <markus@intevation.de>
date Tue, 05 Mar 2019 08:41:02 +0100
parents 0ded4c56978e
children a3017800e045
line wrap: on
line diff
--- a/client/src/components/layers/LegendElement.vue	Mon Mar 04 16:28:49 2019 +0100
+++ b/client/src/components/layers/LegendElement.vue	Tue Mar 05 08:41:02 2019 +0100
@@ -95,7 +95,8 @@
         }
         mapStyle = this.mapLayer.data.getStyleFunction()(
           feature,
-          this.mapLayer.forLegendStyle.resolution
+          this.mapLayer.forLegendStyle.resolution,
+          true
         );
       }