comparison client/src/components/fairway/AvailableFairwayDepthDialogue.vue @ 3368:70605404f37d

fa_lnwl: prototypical diagram added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 22 May 2019 11:00:25 +0200
parents e12e8bf044a6
children 3675c60afd4f
comparison
equal deleted inserted replaced
3367:ecb4baa2be1a 3368:70605404f37d
426 }, 426 },
427 methods: { 427 methods: {
428 openFairwaydepthLNWLDiagram() { 428 openFairwaydepthLNWLDiagram() {
429 this.loading = true; 429 this.loading = true;
430 this.$store 430 this.$store
431 .dispatch("fairwayavailability/loadAvailableFairwayDepth", { 431 .dispatch("fairwayavailability/loadAvailableFairwayDepthLNWLDiagram", {
432 feature: this.selectedFairwayAvailabilityFeature, 432 feature: this.selectedFairwayAvailabilityFeature,
433 from: this.from, 433 from: this.from,
434 to: this.to, 434 to: this.to,
435 frequency: this.frequency, 435 frequency: this.frequency,
436 LOS: this.los 436 LOS: this.los