386387388389390391392393
// load the map: this._mapState = MapState.UNLOADED; this._map = null; this._secondaryMap = null; LoadingThread loader = new LoadingThread(this._mapName, this); loader.start(); }