Close down export properly when the sidebar is closed.

This commit is contained in:
Tom Hughes 2008-04-20 08:38:47 +00:00
parent 3052bd7bed
commit 48918f19dc

View file

@ -43,8 +43,8 @@ page << <<EOJ
$("viewanchor").className = "active";
$("exportanchor").className = "";
clearBox();
map.events.unregister("moveend", map, mapMoved);
box.handler.clear();
map.removeLayer(vectors);
}