diff client/src/components/fairway/Profiles.vue @ 2868:85dd3f98e18a

show differences moved up in legend. Switch isolines off when showing differences
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 29 Mar 2019 12:56:29 +0100
parents a7e31594959d
children 95e40c87a943
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Fri Mar 29 12:07:09 2019 +0100
+++ b/client/src/components/fairway/Profiles.vue	Fri Mar 29 12:56:29 2019 +0100
@@ -424,6 +424,7 @@
               this.additionalSurvey.date_info +
               "'"
           });
+          this.$store.commit("map/setLayerInvisible", LAYERS.BOTTLENECKISOLINE);
           this.$store.commit("map/setLayerVisible", LAYERS.DIFFERENCES);
         })
         .catch(error => {