comparison client/src/components/importconfiguration/types/Soundingresults.vue @ 3407:7ea54c3b3fd6

afd: breaks for bottlenecks
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 13:37:35 +0200
parents c1c85e70a368
children 76d63f18f55f
comparison
equal deleted inserted replaced
3406:1ba669cbbee6 3407:7ea54c3b3fd6
363 ) 363 )
364 ); 364 );
365 } 365 }
366 }, 366 },
367 depthReferenceOptions() { 367 depthReferenceOptions() {
368 if ( 368 if (this.bottleneck) {
369 this.bottleneck &&
370 this.bottleneck.properties.reference_water_levels
371 ) {
372 return Object.keys( 369 return Object.keys(
373 JSON.parse(this.bottleneck.properties.reference_water_levels) 370 JSON.parse(this.bottleneck.properties.reference_water_levels)
374 ); 371 );
375 } 372 }
376 return []; 373 return [];