Fix osm version in BinaryInspector
This commit is contained in:
parent
266c085fbd
commit
e550ba10d2
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ public class BinaryInspector {
|
||||||
final MapStats mapObjectStats = new MapStats();
|
final MapStats mapObjectStats = new MapStats();
|
||||||
if(vInfo.osm){
|
if(vInfo.osm){
|
||||||
printToFile("<?xml version='1.0' encoding='UTF-8'?>\n" +
|
printToFile("<?xml version='1.0' encoding='UTF-8'?>\n" +
|
||||||
"<osm version='0.5'>\n");
|
"<osm version='0.6'>\n");
|
||||||
}
|
}
|
||||||
if(vInfo.isVStats()) {
|
if(vInfo.isVStats()) {
|
||||||
BinaryMapIndexReader.READ_STATS = true;
|
BinaryMapIndexReader.READ_STATS = true;
|
||||||
|
|
Loading…
Reference in a new issue