# HG changeset patch # User Thomas Junk # Date 1562766761 -7200 # Node ID 5a92597e9cd92b9745648e75ce6d3658112b65ff # Parent 95d6112629f55d2f0de6b7d8b0e09e034a4b1ac8# Parent e831344b94c6be0b8e57382cc73a5df566330aca Merge diff -r e831344b94c6 -r 5a92597e9cd9 client/src/components/importconfiguration/types/Soundingresults.vue --- a/client/src/components/importconfiguration/types/Soundingresults.vue Wed Jul 10 15:46:28 2019 +0200 +++ b/client/src/components/importconfiguration/types/Soundingresults.vue Wed Jul 10 15:52:41 2019 +0200 @@ -432,7 +432,7 @@ date: this.importDate, "single-beam": this.beamType === this.$options.BEAMTYPES.SINGLEBEAM, - epsg: this.projection + epsg: Number(this.projection) }) ) );