add missing photon osm_property locality

This commit is contained in:
sedum 2022-12-20 06:26:37 +01:00
parent 40a9b8fd62
commit e8f744960b

View file

@ -256,7 +256,7 @@ export default {
this.addressList = []
}
} 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) {
this.addressList = ret.features.map(v => {