[Lada-commits] [PATCH 2 of 9] Increased decimalPrecision for LatLon

Wald Commits scm-commit at wald.intevation.org
Fri May 22 16:14:36 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1432293337 -7200
# Node ID 3139b920dd0e546ea2d0c2b23ad9fcd3f965b990
# Parent  646779690e205f45ad6fe2cc70c2932194d65a33
Increased decimalPrecision for LatLon

diff -r 646779690e20 -r 3139b920dd0e app/view/form/Location.js
--- a/app/view/form/Location.js	Fri May 22 12:34:14 2015 +0200
+++ b/app/view/form/Location.js	Fri May 22 13:15:37 2015 +0200
@@ -88,12 +88,14 @@
                     xtype: 'numberfield',
                     name: 'latitude',
                     fieldLabel: 'Lat',
+                    decimalPrecision: 5,
                     width: 280,
                     labelWidth: 80
                 }, {
                     xtype: 'numberfield',
                     name: 'longitude',
                     fieldLabel: 'Lon',
+                    decimalPrecision: 5,
                     width: 280,
                     labelWidth: 80
                 }, {


More information about the Lada-commits mailing list