changeset 2567:1cac2e58ef7d

streches: tolerance added
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 11 Mar 2019 12:02:47 +0100
parents 83b938bf4da9
children c546e38008de
files client/src/components/ImportStretches.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Mon Mar 11 11:34:54 2019 +0100
+++ b/client/src/components/ImportStretches.vue	Mon Mar 11 12:02:47 2019 +0100
@@ -288,7 +288,7 @@
       funktion: "",
       startrhm: "",
       endrhm: "",
-      tolerance: "",
+      tolerance: 5,
       objbn: "",
       nobjbn: "",
       countryCode: "",
@@ -418,7 +418,7 @@
       this.idEditable = true;
       this.funktion = "";
       this.startrhm = "";
-      this.tolerance = "";
+      this.tolerance = 5;
       this.endrhm = "";
       this.objbn = "";
       this.nobjbn = "";