updating listmap
This commit is contained in:
parent
2319f5c3c9
commit
020d49e4eb
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ Ox.ListMap = function(options, self) {
|
||||||
max = ['Latitude', 'South', 'North'].indexOf(v) > -1 ? Ox.MAX_LATITUDE : 180;
|
max = ['Latitude', 'South', 'North'].indexOf(v) > -1 ? Ox.MAX_LATITUDE : 180;
|
||||||
return Ox.Input({
|
return Ox.Input({
|
||||||
decimals: 8,
|
decimals: 8,
|
||||||
disabled: true, // ['Latitude', 'Longitude'].indexOf(v) > -1,
|
//disabled: true, // ['Latitude', 'Longitude'].indexOf(v) > -1,
|
||||||
id: id,
|
id: id,
|
||||||
label: v,
|
label: v,
|
||||||
labelWidth: 80,
|
labelWidth: 80,
|
||||||
|
|
Loading…
Reference in a new issue