diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 9d5dc883..05ccc51b 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -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') {