Add an enum for addr:place for OsmAndMapCreator to use.
addr:place=* support is very important for address search in some countries. Nominatim and most other tools support it.
This commit is contained in:
parent
7034190f73
commit
4b516efde9
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public class OSMSettings {
|
|||
ADDR_STREET("addr:street"), //$NON-NLS-1$
|
||||
ADDR_STREET2("addr:street2"), //$NON-NLS-1$
|
||||
ADDR_CITY("addr:city"), //$NON-NLS-1$
|
||||
ADDR_PLACE("addr:place"), //$NON-NLS-1$
|
||||
ADDR_POSTCODE("addr:postcode"), //$NON-NLS-1$
|
||||
ADDR_INTERPOLATION("addr:interpolation"), //$NON-NLS-1$
|
||||
ADDRESS_TYPE("address:type"), //$NON-NLS-1$
|
||||
|
|
Loading…
Reference in a new issue