comparison client/src/components/fairway/Fairwayprofile.vue @ 3683:4a00ff7e44f0

client: fairway profile: avoid console error spamming by properly checking properties
author Markus Kottlaender <markus@intevation.de>
date Tue, 18 Jun 2019 13:21:41 +0200
parents c086f5176ef2
children af06045e87c9
comparison
equal deleted inserted replaced
3682:c086f5176ef2 3683:4a00ff7e44f0
1 <template> 1 <template>
2 <div class="d-flex flex-column flex-fill"> 2 <div class="d-flex flex-column flex-fill">
3 <UIBoxHeader icon="chart-area" :title="title" :closeCallback="close" /> 3 <UIBoxHeader icon="chart-area" :title="title" :closeCallback="close" />
4 <div class="d-flex flex-fill"> 4 <div class="d-flex flex-fill" v-if="openLayersMap()">
5 <DiagramLegend> 5 <DiagramLegend>
6 <div class="legend"> 6 <div class="legend">
7 <span 7 <span
8 style="background-color: #5995ff; width: 20px; height: 20px;" 8 style="background-color: #5995ff; width: 20px; height: 20px;"
9 ></span> 9 ></span>