Closed pnorman closed 8 months ago
Seems to be a really old off-by-one error. @pnorman Can you check the PR fixes this for you?
I've put it on my server but had to advance past this diff, so I'll see if it comes up again. It has happened more than once, but less often than once a day.
Fixed in #2143.
What version of osm2pgsql are you using?
2024-03-04 18:37:49 osm2pgsql version 1.11.0 (1.11.0) Build: RelWithDebInfo Compiled using the following library versions: Libosmium 2.20.0 Proj [API 6] 9.1.1 Lua 5.3.6
What did you do exactly?
When running my update script I got an error with a tile coordinate not between 0 and 2^z-1.
Upon inspection, SEQUENCE=5986020 and the last lines of the file are
These appear to be the only tiles out of bounds.
The in-DB metadata is
This means that the diff that causes the problem is > 5986020 and <= 5986023. I have not yet inspected the diffs.