some support for async maps
This commit is contained in:
parent
6bb66b190c
commit
a280574033
4 changed files with 130 additions and 68 deletions
|
|
@ -68,6 +68,7 @@ Ox.load('UI', {debug: true}, function() {
|
|||
Ox.print('DATA', data)
|
||||
panel.replaceElement(1, list = new Ox.TreeList({
|
||||
data: Ox.isEmpty(data) ? [] : {
|
||||
area: data.area,
|
||||
components: data.components,
|
||||
countryCode: data.countryCode,
|
||||
crossesDateline: data.crossesDateline(),
|
||||
|
|
@ -78,7 +79,6 @@ Ox.load('UI', {debug: true}, function() {
|
|||
lng: data.lng,
|
||||
name: data.name,
|
||||
north: data.north,
|
||||
size: data.size,
|
||||
sizeEastWest: data.sizeEastWest,
|
||||
sizeNorthSouth: data.sizeNorthSouth,
|
||||
south: data.south,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue