From b60f0c8791d779770a2b41aac0688017baae626d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 18 Jun 2011 20:59:32 +0200 Subject: [PATCH] update places --- source/Ox.UI/js/Map/Ox.Map.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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') {