Jochen Topf
Jochen Topf
Thanks for the PR. I am not sure yet whether this does fit in here or has to be solved elsewhere. I am concerned about backwards compatibility. I'll need some...
Sorry, this took so long. I decided that I don't want to change this, because it might break other code. Osmium will do the right thing already if you explicitly...
Regarding the ids column: I don't think this is something that has to do with `ids`, because columns defined with `ids` are the ones that osm2pgsql uses for its own...
@EssBee59 Please do not reuse an existing issue for something unrelated, open a [new discussion](https://github.com/osm2pgsql-dev/osm2pgsql/discussions/new/choose) instead. For your problem: You can not run SQL queries on import, that's not possible...
I don't understand why you need to backport a theme. It is just a bunch of CSS files and icons isn't it? Anyway. Looks okay to me, certainly better than...
For my taste the condensed font is hard to read and the line-height leaves a lot of white-space. Other than that I am happy with the design. Its okay for...
When I try with your file I get an BZ_UNEXPECTED_EOF error. So it looks like the file is incomplete. But the bzip2 program doesn't complain. Even running with `-vvv` doesn't...
> The problem seems to solved by latest version of libosmium: That's strange. The original reporter reported this problem for the master branch in June which is after the 2.20.0...
I don't think that bug has anything to do with this one.
I believe I have found and fixed the bug: bzip2 can store data in blocks, each one encoded like a full bzip2 file. That's useful for parallelization. When reading we...