Turn off poi_additional_categories for a while
This commit is contained in:
parent
da11132bbc
commit
f7f5bfda50
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,7 @@ public class MapPoiTypes {
|
||||||
gt.setReferenceType(pt);
|
gt.setReferenceType(pt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
for (Entry<AbstractPoiType, Set<String>> entry : abstractTypeAdditionalCategories.entrySet()) {
|
for (Entry<AbstractPoiType, Set<String>> entry : abstractTypeAdditionalCategories.entrySet()) {
|
||||||
for (String category : entry.getValue()) {
|
for (String category : entry.getValue()) {
|
||||||
List<PoiType> poiAdditionals = categoryPoiAdditionalMap.get(category);
|
List<PoiType> poiAdditionals = categoryPoiAdditionalMap.get(category);
|
||||||
|
@ -437,6 +438,7 @@ public class MapPoiTypes {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
findDefaultOtherCategory();
|
findDefaultOtherCategory();
|
||||||
init = true;
|
init = true;
|
||||||
log.info("Time to init poi types " + (System.currentTimeMillis() - time)); //$NON-NLS-1$
|
log.info("Time to init poi types " + (System.currentTimeMillis() - time)); //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue