Merge remote-tracking branch 'sedum/feat/geolocation'
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ docker-compose pull
|
|||||||
See [Requirements](#requirements) about downloading the `.osm.pbf` files
|
See [Requirements](#requirements) about downloading the `.osm.pbf` files
|
||||||
```bash
|
```bash
|
||||||
cd docs/docker/nominatim/
|
cd docs/docker/nominatim/
|
||||||
wget https://download.geofabrik.de/europe/italy/nord-ovest-updates/nord-ovest-latest.osm.pbf \
|
wget https://download.geofabrik.de/europe/italy/nord-ovest-latest.osm.pbf \
|
||||||
./nominatim/data/default.osm.pbf
|
./nominatim/data/default.osm.pbf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user