Fix problem for osmand map creator

This commit is contained in:
Victor Shcherb 2011-05-18 19:08:52 +02:00
parent 27e3e5f299
commit f1cafb0c4c

View file

@ -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){