OSM-binary icon indicating copy to clipboard operation
OSM-binary copied to clipboard

Results 4 OSM-binary issues
Sort by recently updated
recently updated
newest added

The PR https://github.com/openstreetmap/osmosis/pull/109 , once everything has been tested and merged, should be applied here too.

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

6e9c007 introduced a regression. The code requires c++17 (not c++11) and it's not yet default everywhere.

Hi I had recently run into an issue while importing large pbf file. The problem was broken input stream and I ended up importing only half of the expected data...