Merge pull request #2578 from osmandapp/obf-merge
BinaryInspector: fix section labels
This commit is contained in:
commit
0d8b19f74a
1 changed files with 1 additions and 1 deletions
|
@ -609,8 +609,8 @@ public class BinaryInspector {
|
|||
private void printAddressDetailedInfo(VerboseInfo verbose, BinaryMapIndexReader index, AddressRegion region) throws IOException {
|
||||
String[] cityType_String = new String[]{
|
||||
"Cities/Towns section",
|
||||
"Villages section",
|
||||
"Postcodes section",
|
||||
"Villages section",
|
||||
};
|
||||
for (int j = 0; j < BinaryMapAddressReaderAdapter.CITY_TYPES.length; j++) {
|
||||
int type = BinaryMapAddressReaderAdapter.CITY_TYPES[j];
|
||||
|
|
Loading…
Reference in a new issue