mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
fixed delayed map load bug
This commit is contained in:
parent
8caa0e8464
commit
4c32d6aad0
@ -337,6 +337,9 @@ require(
|
||||
on(map,"load",function()
|
||||
{
|
||||
basemapLayer = map.getLayer( map.layerIds[0] );
|
||||
initMapParts();
|
||||
initEvents();
|
||||
initOffline();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user