Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6f9c679f1a
1 changed files with 4 additions and 3 deletions
|
@ -382,7 +382,7 @@ public class AppInitializer implements IProgress {
|
||||||
app.favorites.loadFavorites();
|
app.favorites.loadFavorites();
|
||||||
notifyEvent(InitEvents.FAVORITES_INITIALIZED);
|
notifyEvent(InitEvents.FAVORITES_INITIALIZED);
|
||||||
// init poi types before indexes and before POI
|
// init poi types before indexes and before POI
|
||||||
initPoiTypes();
|
//initPoiTypes();
|
||||||
|
|
||||||
app.resourceManager.reloadIndexesOnStart(this, warnings);
|
app.resourceManager.reloadIndexesOnStart(this, warnings);
|
||||||
|
|
||||||
|
@ -391,8 +391,9 @@ public class AppInitializer implements IProgress {
|
||||||
// native depends on renderers
|
// native depends on renderers
|
||||||
initNativeCore();
|
initNativeCore();
|
||||||
notifyEvent(InitEvents.NATIVE_INITIALIZED);
|
notifyEvent(InitEvents.NATIVE_INITIALIZED);
|
||||||
|
//temporary experiment
|
||||||
|
initPoiTypes();
|
||||||
|
|
||||||
app.poiFilters.reloadAllPoiFilters();
|
app.poiFilters.reloadAllPoiFilters();
|
||||||
notifyEvent(InitEvents.POI_TYPES_INITIALIZED);
|
notifyEvent(InitEvents.POI_TYPES_INITIALIZED);
|
||||||
indexRegionsBoundaries(warnings);
|
indexRegionsBoundaries(warnings);
|
||||||
|
|
Loading…
Reference in a new issue