How to join whosonfirst results with other layers? Pelias API

Viewed 92

I've configured Pelias API and see that my results don't include whosonfirst locality

my API results:

enter image description here

api.geocode.earth results:

enter image description here

I do have configured all services (placeholder, pip, libpostal) running correctly

Config for whosonfirst import job:

 "whosonfirst": {
            "sqlite": true,
            "datapath": "/data/whosonfirst",
            "dataHost": "https://data.geocode.earth/wof/dist/sqlite/whosonfirst-data-admin-ua-latest.db.bz2",
            "importPostalcodes": "true",
            "countryCode": "UA",
            "importPlace": [ 101752483 ]
        }

I can see some data from whosonfirst are imported to elastic succesfully:

enter image description here

How can I add this information to my venues/streets layers results?

0 Answers
Related