add missing photon osm_property locality
This commit is contained in:
parent
40a9b8fd62
commit
e8f744960b
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ export default {
|
||||||
this.addressList = []
|
this.addressList = []
|
||||||
}
|
}
|
||||||
} else if (this.geocoding_provider_type == "Photon") {
|
} else if (this.geocoding_provider_type == "Photon") {
|
||||||
let photon_properties = ['housenumber', 'street', 'district', 'city', 'county', 'state', 'postcode', 'country']
|
let photon_properties = ['housenumber', 'street', 'locality', 'district', 'city', 'county', 'state', 'postcode', 'country']
|
||||||
|
|
||||||
if (ret) {
|
if (ret) {
|
||||||
this.addressList = ret.features.map(v => {
|
this.addressList = ret.features.map(v => {
|
||||||
|
|
Loading…
Reference in a new issue