1
0
Fork 0
forked from 0x2620/oxjs

update video editor

This commit is contained in:
rlx 2012-01-13 00:34:32 +05:30
commit f61e39a788
9 changed files with 141 additions and 80 deletions

View file

@ -1388,8 +1388,10 @@ Ox.Map = function(options, self) {
if (key == 'height' || key == 'width') {
that.resizeMap();
} else if (key == 'places') {
//fixme: should zoom to new bounds
zoom(0);
Ox.print('MAP SET OPTIONS PLACES', value);
getMapBounds(function(mapBounds) {
self.map.fitBounds(mapBounds);
});
} else if (key == 'selected') {
selectPlace(value);
} else if (key == 'type') {