changeset 3896:f6b10e558971

import_soundingresults: meta.json substitute 'projection' with 'epsg'
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 10 Jul 2019 15:45:02 +0200
parents 07b2df71bb4a
children e831344b94c6 95d6112629f5
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:34:23 2019 +0200
+++ b/client/src/components/importconfiguration/types/Soundingresults.vue	Wed Jul 10 15:45:02 2019 +0200
@@ -432,7 +432,7 @@
               date: this.importDate,
               "single-beam":
                 this.beamType === this.$options.BEAMTYPES.SINGLEBEAM,
-              projection: this.projection
+              epsg: this.projection
             })
           )
         );