Reload the object list when the data browser is reopened

This commit is contained in:
Tom Hughes 2013-07-30 21:38:16 +01:00
parent 90621b4b4f
commit 5508a3857f

View file

@ -62,6 +62,8 @@ function initializeBrowse(map) {
openSidebar();
if (browseObjectList) loadObjectList();
map.on("moveend", updateData);
updateData();