more map
This commit is contained in:
parent
23eb7cd386
commit
73f5222b34
2 changed files with 30 additions and 3 deletions
|
|
@ -48,6 +48,7 @@ $(function() {
|
|||
countryCode: data.countryCode,
|
||||
crossesDateline: data.crossesDateline,
|
||||
east: data.east,
|
||||
fullGeoname: data.fullGeoname,
|
||||
geoname: data.geoname,
|
||||
lat: data.lat,
|
||||
lng: data.lng,
|
||||
|
|
@ -64,7 +65,8 @@ $(function() {
|
|||
}
|
||||
}),
|
||||
list = new Ox.TreeList({
|
||||
data: []
|
||||
data: [],
|
||||
width: 256
|
||||
})
|
||||
panel = new Ox.SplitPanel({
|
||||
elements: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue