update places
This commit is contained in:
parent
628d7c2be8
commit
b60f0c8791
1 changed files with 2 additions and 1 deletions
|
@ -1197,7 +1197,8 @@ Ox.Map = function(options, self) {
|
|||
/*if (key == 'height' || key == 'width') {
|
||||
resizeMap();
|
||||
} else */if (key == 'places') {
|
||||
loadPlaces();
|
||||
//fixme: should zoom to new bounds
|
||||
zoom(0);
|
||||
} else if (key == 'selected') {
|
||||
selectPlace(value);
|
||||
} else if (key == 'type') {
|
||||
|
|
Loading…
Reference in a new issue