changeset 3899:95d6112629f5

import_soundingresults: make sure, epsg is given as a number
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 10 Jul 2019 15:52:22 +0200
parents f6b10e558971
children 5a92597e9cd9
files client/src/components/importconfiguration/types/Soundingresults.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
             })
           )
         );