You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: