[osm] Adding border_type=city to override tags
This commit is contained in:
@@ -40,6 +40,9 @@ class OSMAddressComponents(object):
|
||||
'suburb': AddressFormatter.SUBURB,
|
||||
'quarter': AddressFormatter.SUBURB,
|
||||
'neighbourhood': AddressFormatter.SUBURB
|
||||
},
|
||||
'border_type': {
|
||||
'city': AddressFormatter.CITY
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user