# HG changeset patch # User Thomas Junk # Date 1562766742 -7200 # Node ID 95d6112629f55d2f0de6b7d8b0e09e034a4b1ac8 # Parent f6b10e558971f0658f31c55f7cfd913eced0bb9f import_soundingresults: make sure, epsg is given as a number diff -r f6b10e558971 -r 95d6112629f5 client/src/components/importconfiguration/types/Soundingresults.vue --- a/client/src/components/importconfiguration/types/Soundingresults.vue Wed Jul 10 15:45:02 2019 +0200 +++ b/client/src/components/importconfiguration/types/Soundingresults.vue Wed Jul 10 15:52:22 2019 +0200 @@ -432,7 +432,7 @@ date: this.importDate, "single-beam": this.beamType === this.$options.BEAMTYPES.SINGLEBEAM, - epsg: this.projection + epsg: Number(this.projection) }) ) );