Fix for 3381 by commenting out copyPoiTypes()

This commit is contained in:
sonora 2017-03-09 07:21:45 +01:00
parent 15d699e309
commit 2740ad105d

View file

@ -551,7 +551,8 @@ public class ResourceManager {
unpackBundledAssets(assetManager, applicationDataDir, progress, isFirstInstall); unpackBundledAssets(assetManager, applicationDataDir, progress, isFirstInstall);
context.getSettings().PREVIOUS_INSTALLED_VERSION.set(fv); context.getSettings().PREVIOUS_INSTALLED_VERSION.set(fv);
copyRegionsBoundaries(); copyRegionsBoundaries();
copyPoiTypes(); // see Issue #3381
//copyPoiTypes();
for (String internalStyle : context.getRendererRegistry().getInternalRenderers().keySet()) { for (String internalStyle : context.getRendererRegistry().getInternalRenderers().keySet()) {
File fl = context.getRendererRegistry().getFileForInternalStyle(internalStyle); File fl = context.getRendererRegistry().getFileForInternalStyle(internalStyle);
if (fl.exists()) { if (fl.exists()) {