Fix extension checking
This commit is contained in:
parent
5a1b00e74c
commit
98cbf57cb2
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public class IndexBatchCreator {
|
|||
String ext = ".osm";
|
||||
if(url.endsWith(".osm.bz2")){
|
||||
ext = ".osm.bz2";
|
||||
} else if(url.endsWith(".osm.pbf")){
|
||||
} else if(url.endsWith(".pbf")){
|
||||
ext = ".osm.pbf";
|
||||
}
|
||||
File toIndex = null;
|
||||
|
|
Loading…
Reference in a new issue