Peter Johnson
Peter Johnson
I still feel like the issue I mentioned in https://github.com/pelias/whosonfirst/pull/557#issuecomment-3013139206 will come back and bite us in the future, I like the idea suggested by Jones to resolve this: >...
The docker image builder is having this weird issue: ```bash #21 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get update && apt-get install -y python3 build-essential" did not complete successfully: exit code:...
@justinelliotmeyers nice, do you have a download link / licence doc for it?
I believe the geometry should be: `lat: 50.3520890, lng: 3.7310190`
https://youtu.be/8ddlv47t1tQ
Ok thankfully its only 311 records: ```sql SELECT spr.id, spr.name, spr.repo FROM spr JOIN ancestors ON ( ancestors.id = spr.id AND ancestor_placetype = spr.placetype ) WHERE spr.is_current != 0 AND...
The original Pelias report we got was that for these `region` place type records the `region_gid` is not even present. It seems we are validating the references somewhere, I haven't...
Openstreetmap PBF imports should be synchronous, try modifying one of the smaller `pelias/docker` projects.
You can run [pelias elastic stats](https://github.com/pelias/docker?tab=readme-ov-file#elastic-commands) to confirm you have records from the venue layer in your index. Otherwise restarting your `pelias/api` instance should do the trick.
It looks like importing `openstreetmap` (the only source with venues) either didn't run or failed. You can try just reimporting openstreetmap