comparison 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
comparison
equal deleted inserted replaced
4335:2f212f520a04 4336:45307cf4931a
33 </div> 33 </div>
34 <div 34 <div
35 v-if="entry.id === showAdditional && isPending && (isFD || isAGM || isBN)" 35 v-if="entry.id === showAdditional && isPending && (isFD || isAGM || isBN)"
36 class="d-flex border-bottom" 36 class="d-flex border-bottom"
37 > 37 >
38 <FairwayDimensionDetail v-if="isFD" /> 38 <FairwayDimensionDetail :summary="details.summary" v-if="isFD" />
39 <ApprovedGaugeMeasurementDetail v-if="isAGM" /> 39 <ApprovedGaugeMeasurementDetail v-if="isAGM" />
40 <BottleneckDetail :entry="entry" v-if="isBN" /> 40 <BottleneckDetail :entry="entry" v-if="isBN" />
41 </div> 41 </div>
42 <div class="d-flex" style="padding-left: 3px;"> 42 <div class="d-flex" style="padding-left: 3px;">
43 <UISpinnerButton 43 <UISpinnerButton