changeset 3898:e831344b94c6

Merged.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 10 Jul 2019 15:46:28 +0200
parents 859210ee6440 (current diff) f6b10e558971 (diff)
children 5a92597e9cd9
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:45:46 2019 +0200
+++ b/client/src/components/importconfiguration/types/Soundingresults.vue	Wed Jul 10 15:46:28 2019 +0200
@@ -432,7 +432,7 @@
               date: this.importDate,
               "single-beam":
                 this.beamType === this.$options.BEAMTYPES.SINGLEBEAM,
-              projection: this.projection
+              epsg: this.projection
             })
           )
         );