Merge pull request #2578 from osmandapp/obf-merge

BinaryInspector: fix section labels
This commit is contained in:
vshcherb 2016-05-21 21:02:29 +02:00
commit 0d8b19f74a

View file

@ -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];