Mercurial > lada > lada-client
comparison app/view/form/Location.js @ 802:3139b920dd0e
Increased decimalPrecision for LatLon
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 22 May 2015 13:15:37 +0200 |
parents | 2ad36c8db968 |
children | dd9b77e2532b |
comparison
equal
deleted
inserted
replaced
801:646779690e20 | 802:3139b920dd0e |
---|---|
86 labelWidth: 80 | 86 labelWidth: 80 |
87 }, { | 87 }, { |
88 xtype: 'numberfield', | 88 xtype: 'numberfield', |
89 name: 'latitude', | 89 name: 'latitude', |
90 fieldLabel: 'Lat', | 90 fieldLabel: 'Lat', |
91 decimalPrecision: 5, | |
91 width: 280, | 92 width: 280, |
92 labelWidth: 80 | 93 labelWidth: 80 |
93 }, { | 94 }, { |
94 xtype: 'numberfield', | 95 xtype: 'numberfield', |
95 name: 'longitude', | 96 name: 'longitude', |
96 fieldLabel: 'Lon', | 97 fieldLabel: 'Lon', |
98 decimalPrecision: 5, | |
97 width: 280, | 99 width: 280, |
98 labelWidth: 80 | 100 labelWidth: 80 |
99 }, { | 101 }, { |
100 xtype: 'numberfield', | 102 xtype: 'numberfield', |
101 name: 'hoeheLand', | 103 name: 'hoeheLand', |