Fix problem for osmand map creator
This commit is contained in:
parent
27e3e5f299
commit
f1cafb0c4c
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ public class OsmExtractionUI implements IMapLocationListener {
|
|||
creator.setNormalizeStreets(normalizingStreets.isSelected());
|
||||
creator.setIndexTransport(buildTransportIndex.isSelected());
|
||||
creator.setIndexMap(buildMapIndex.isSelected());
|
||||
creator.setCityAdminLevel(DataExtractionSettings.getSettings().getCityAdminLevel());
|
||||
String fn = DataExtractionSettings.getSettings().getMapRenderingTypesFile();
|
||||
MapRenderingTypes types;
|
||||
if(fn == null || fn.length() == 0){
|
||||
|
|
Loading…
Reference in a new issue