Results 215 comments of Jochen Topf

"fails on such multipolygons" is a bit of a generalization. Osmium works fine in all other "touching inner rings" cases that I have seen. But you are right, in this...

Can you give some more examples? Maybe we can figure out what they have in common and this way figure out where the problem might be.

I don't know what the problem there is. For the time being I have added a few asserts() that might help find it.

Unfortunately the multipolygon code is a bit of a mess and badly in need of a refactoring.

I have refactored the multipolygon code and fixed many memory leaks. Your example OSM file is now okay.

At the moment the query it generates doesn't work and I would consider this a bug. There is also a security consideration here, although minor, because the user should hopefully...

> Would you expect these runtime statistics also on defined points (like drilldown), or in other tiles as well? I think the stats should be generated for all tiles. If...

In commits before 24488bfdaec2c432e33144ecb2688387253db37c the code was buggy and ignored everything after the colon if I see this correctly. Typical `atoi()` problem which ignores everything after the number. So this...

Generally those man pages are supposed to be installed and used locally on your machine like any other man pages. This has the advantage that you'll always have the correct...