Merge remote-tracking branch 'sedum/feat/geolocation'

This commit is contained in:
lesion
2022-12-23 10:52:01 +01:00
2 changed files with 2 additions and 2 deletions

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 => {