Jochen Topf
Jochen Topf
I wanted to inform you about some changes in OSM data recently that might or might not be relevant for you. OpenStreetMap has finally gotten rid of "old-style multipolygon relations"....
There is a major effort going on to fix broken (multi)polygons in OSM and also to finally get rid of *old-style* multipolygon relations. This will hopefully lead to simpler and...
As far as I can see `tippecanoe` only has one exit code (`EXIT_FAILURE`) for all error conditions. This makes it difficult to differentiate between different types of errors in scripts....
I occasionally get complaints about Osmium handling the bounds (bounding box) header in OSM files in a wrong way. Mostly Osmium doesn't set it at all. There are several reasons...
When writing out OSM data in any of the Osmium commands when the input file has locations on the ways, those locations are silently lost unless the option `-f pbf,locations_on_ways`...
Maybe we want to fail API calls when an unknown parameter is used? May be problematic for forward/backward compatibility? For the issue that started this, see #350
From https://wiki.openstreetmap.org/wiki/Talk:Taginfo/Taglists > While attempting to convert Template:Map Features:annotation to Taglists, I failed to get keys listed on their own, without a value. Is this supported? --Tordanik 14:23, 30 April...
From https://wiki.openstreetmap.org/wiki/Talk:Taginfo/Taglists > Icons that are saved as png are not displayed
The table of value of a key could have links to JOSM and other tools. This would save a click, because user can go directly to JOSM etc. instead of...
Currently the whole update process will break if one source update breaks. Instead it should go on and use the database from the day before in that case.