fixed delayed map load bug

This commit is contained in:
Andy Gup 2014-10-09 09:53:29 -06:00
parent 8caa0e8464
commit 4c32d6aad0

View File

@ -337,6 +337,9 @@ require(
on(map,"load",function()
{
basemapLayer = map.getLayer( map.layerIds[0] );
initMapParts();
initEvents();
initOffline();
});
}