comparison client/src/components/importconfiguration/types/Soundingresults.vue @ 3675:3c4f6b9acaad

import_soundingresults: rename depthReference to 'depth-reference'
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 17 Jun 2019 17:02:48 +0200
parents 2c92e9cd0889
children 3138836bf840
comparison
equal deleted inserted replaced
3674:a3d1fce63c9e 3675:3c4f6b9acaad
378 ) { 378 ) {
379 return ( 379 return (
380 "data:text/json;charset=utf-8," + 380 "data:text/json;charset=utf-8," +
381 encodeURIComponent( 381 encodeURIComponent(
382 JSON.stringify({ 382 JSON.stringify({
383 depthReference: this.depthReference, 383 "depth-reference": this.depthReference,
384 bottleneck: this.bottleneck.properties.objnam, 384 bottleneck: this.bottleneck.properties.objnam,
385 date: this.importDate, 385 date: this.importDate,
386 beamType: this.beamType, 386 beamType: this.beamType,
387 projection: this.projection 387 projection: this.projection
388 }) 388 })