joto / osmium

C++/Javascript framework for working with OSM files.
http://wiki.openstreetmap.org/wiki/Osmium
GNU General Public License v3.0
123 stars 31 forks source link

Support for optional replication fields in PBF headers #59

Closed woodpeck closed 3 years ago

woodpeck commented 11 years ago

This requires the latest OSM-Binary code and adds support for the three new header fields osmosis_replication_timestamp, osmosis_replication_sequence_number, and osmosis_replication_base_url. Integers are encapsulated in boost::shared_ptr so that returning NULL is possible without using a magic value.