implements #792
This commit is contained in:
parent
0b12e4d8be
commit
a716fa252f
@ -188,6 +188,8 @@ int main(int argc, char *argv[])
|
||||
if (pos != std::string::npos)
|
||||
{
|
||||
file_has_pbf_format = true;
|
||||
} else {
|
||||
pos = output_file_name.find(".osm.xml");
|
||||
}
|
||||
}
|
||||
if (pos == std::string::npos)
|
||||
|
Loading…
Reference in New Issue
Block a user