From f7f5bfda500674b8bab02e089e19e62e40e75c3c Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Wed, 5 Oct 2016 15:05:58 +0300 Subject: [PATCH] Turn off poi_additional_categories for a while --- OsmAnd-java/src/net/osmand/osm/MapPoiTypes.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OsmAnd-java/src/net/osmand/osm/MapPoiTypes.java b/OsmAnd-java/src/net/osmand/osm/MapPoiTypes.java index f253994488..e28d20df7b 100644 --- a/OsmAnd-java/src/net/osmand/osm/MapPoiTypes.java +++ b/OsmAnd-java/src/net/osmand/osm/MapPoiTypes.java @@ -429,6 +429,7 @@ public class MapPoiTypes { gt.setReferenceType(pt); } } + /* for (Entry> entry : abstractTypeAdditionalCategories.entrySet()) { for (String category : entry.getValue()) { List poiAdditionals = categoryPoiAdditionalMap.get(category); @@ -437,6 +438,7 @@ public class MapPoiTypes { } } } + */ findDefaultOtherCategory(); init = true; log.info("Time to init poi types " + (System.currentTimeMillis() - time)); //$NON-NLS-1$