Fix for 3381 by commenting out copyPoiTypes()
This commit is contained in:
parent
15d699e309
commit
2740ad105d
1 changed files with 2 additions and 1 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue