comparison client/src/components/fairway/AvailableFairwayDepthDialogue.vue @ 5583:c1bd5f8eaf9a surveysperbottleneckid

AvailableFairwayDepthDialogue: set objnam for print is okay
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Feb 2022 12:06:48 +0100
parents 2cadfdc9960c
children 215e6ba9651b
comparison
equal deleted inserted replaced
5582:923ef002a4fa 5583:c1bd5f8eaf9a
670 "bottlenecks/setSelectedBottleneck", 670 "bottlenecks/setSelectedBottleneck",
671 this.selectedFairwayAvailabilityFeature.properties.bottleneck_id 671 this.selectedFairwayAvailabilityFeature.properties.bottleneck_id
672 ); 672 );
673 this.$store.commit( 673 this.$store.commit(
674 "bottlenecks/setBottleneckForPrint", 674 "bottlenecks/setBottleneckForPrint",
675 this.selectedFairwayAvailabilityFeature.properties.bottleneck_id 675 this.selectedFairwayAvailabilityFeature.properties.objnam // for printing objnam is okay
676 ); 676 );
677 } 677 }
678 if (this.type === this.$options.STRETCH) { 678 if (this.type === this.$options.STRETCH) {
679 this.openLayersMap() 679 this.openLayersMap()
680 .getLayer("STRETCHES") 680 .getLayer("STRETCHES")