diff client/src/components/importoverview/LogDetail.vue @ 4336:45307cf4931a

Review of fairway dimensions In order to review fairway dimensions, the ids from the summary are used to retrieve the according features from the geoserver. Then instances of the type Feature are generated with the information given from the geoserver. These are then added to the VectorSource layer and should be displayed. Currently the display doesn't work.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Sep 2019 15:52:43 +0200
parents c0c880553cd5
children 4d0a09ae0828
line wrap: on
line diff
--- a/client/src/components/importoverview/LogDetail.vue	Thu Sep 05 15:02:06 2019 +0200
+++ b/client/src/components/importoverview/LogDetail.vue	Thu Sep 05 15:52:43 2019 +0200
@@ -35,7 +35,7 @@
       v-if="entry.id === showAdditional && isPending && (isFD || isAGM || isBN)"
       class="d-flex border-bottom"
     >
-      <FairwayDimensionDetail v-if="isFD" />
+      <FairwayDimensionDetail :summary="details.summary" v-if="isFD" />
       <ApprovedGaugeMeasurementDetail v-if="isAGM" />
       <BottleneckDetail :entry="entry" v-if="isBN" />
     </div>