diff --git a/DataExtractionOSM/src/com/osmand/data/index/IndexBatchCreator.java b/DataExtractionOSM/src/com/osmand/data/index/IndexBatchCreator.java index 9a55ca5d95..c43a4d86ba 100644 --- a/DataExtractionOSM/src/com/osmand/data/index/IndexBatchCreator.java +++ b/DataExtractionOSM/src/com/osmand/data/index/IndexBatchCreator.java @@ -161,13 +161,13 @@ public class IndexBatchCreator { // france for(String country : franceProvinces){ String url = SITE_TO_DOWNLOAD1 +"france/" + country +".osm.bz2"; //$NON-NLS-1$ - downloadFile(url, country, alreadyGeneratedFiles, alreadyUploadedFiles); + downloadFile(url, "France_"+country, alreadyGeneratedFiles, alreadyUploadedFiles); } // germany for(String country : germanyLands){ String url = SITE_TO_DOWNLOAD1 +"germany/" + country +".osm.bz2"; //$NON-NLS-1$ - downloadFile(url, country, alreadyGeneratedFiles, alreadyUploadedFiles); + downloadFile(url, "Germany_"+country, alreadyGeneratedFiles, alreadyUploadedFiles); } // usa