updating listmap
This commit is contained in:
parent
d9db7f1888
commit
357968c4b1
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ Ox.ListMap = function(options, self) {
|
|||
} else {
|
||||
!isResult && editPlace(['type'])
|
||||
}
|
||||
self.$map.value(self.selectedPlace, 'type', data.selected[0]);
|
||||
self.$map.value(self.selectedPlace, 'type', data.selected[0].id);
|
||||
}
|
||||
})
|
||||
], ['Latitude', 'Longitude', 'South', 'West', 'North', 'East'].map(function(v) {
|
||||
|
|
Loading…
Reference in a new issue