changeset 3900:5a92597e9cd9

Merge
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 10 Jul 2019 15:52:41 +0200
parents 95d6112629f5 (diff) e831344b94c6 (current diff)
children fe0d62727c41
files
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: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)
             })
           )
         );