Jochen Topf
Jochen Topf
That doesn't mean anything really. CI builds on Github work. I should probably clean up that status site at some point.
Unfortunately the Github CI is very unreliable, they always change things around, so this is not unexpected. I'll debug it at some point if and when I have the time.
This has all been fixed.
https://osmcode.org/libosmium/manual.html#input-and-output
Thanks for the info. Not a huge problem because it is only used on https://taginfo.openstreetmap.org/taginfo/taglinks to calculate the number of matching values and the code already checks whether the extension...
Hmpf. We don't require C++17 and we don't want to require it. So both your solutions don't work. CMake should be able to figure out which C++ version to require...
I have * rebased the PR * removed the index code from the flex config file (see discussion in #4977) * added an extra commit which does the actual change,...
I have rebased the PR to master and added a commit removing the outdated Lua test scripts. Is there anything else I can do to get this merged?
For your information: The osm2pgsql version 2 released yesterday marks the pgsql output as deprecated.
I have fixed the file name in the docker script and added the minimum osm2pgsql version (1.8.0) to the INSTALL file (and fixed some other things there pertaining to the...