forked from 0x2620/oxjs
update video editor
This commit is contained in:
parent
b2e8b2ac82
commit
f61e39a788
9 changed files with 141 additions and 80 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue