Arne Setzer
Arne Setzer
Hi, I'm not quite sure whether this is the same issue that I have 😅 For some german neighboorhoods (I only found an issue there, maybe it's hierarchy independent), which...
https://github.com/pelias/api/blob/d1163de90bf30f300f10568d2d521f21f046ffd6/sanitizer/_size.js#L3 change to ```js const MAX_SIZE = 100; ``` works in my environment
A general purpose boundary.gid like `boundary.gid=whosonfirst:region:85681677,whosonfirst:region:85682571` would be a very cool feature. That would simplify a mashup of the boundary.country and the boundary.rectangle filter, which still does not fit our...
According to some issues on the docker cli it is deprecated since the jump from docker compose v1 to compose v2. (https://github.com/docker/compose/issues/8950) I agree with you that this on very...
After losing a few hours to figure out what went wrong, I really look forward to get this tiny, but very useful, bit of information get merged.
See #1481 As far as I'm concerned the oldest mention is in [Feburary 2000](https://twitter.com/searchliaison/status/1744755094271455434)
Still active
Hi, thanks for the fast reply. Indeed I need some help. I'm adding the `wof:id` to the files and found out that there are two files for the same county....
FTR: I added for each feature a key `wof:id` with the value of the ID that should be overwritten. Now the attributes | Attribute name | example value | description...
How do I update the geometries? I found [this](https://github.com/whosonfirst/whosonfirst-cookbook/blob/main/how_to/fixing_geometries.md) and [this](https://github.com/whosonfirst/whosonfirst-cookbook/blob/main/scripts/1550_simple_geom_update.py) script which could do the job. But both of these scripts require the module `mapzen`, which I wasn't able...