mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
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 = []
|
||||
}
|
||||
} 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 => {
|
||||
|
|
Loading…
Reference in a new issue