[OSM-dev] New OSM binary fileformat implementation.

jamesmikedupont at googlemail.com jamesmikedupont at googlemail.com
Wed Apr 28 22:21:06 BST 2010


I have created a branch with the cpp generated code,
git at github.com:h4ck3rm1k3/OSM-Osmosis.git

the new c++ lib is called libosmprotobuf, what a great name.

OSM-Osmosis/src/crosby/binary/
run make to generate the code, but i checked in the results.

in the subdir :
OSM-Osmosis/src/crosby/binary/cpp

bash ./autogen.sh
./configure
make

it uses /usr/local/lib/libprotobuf.la which is a bit of a hack.

my next step will be to hook this up to my existing c++ code
https://code.launchpad.net/~jamesmikedupont/+junk/EPANatReg

I hope that I will be able to make nice small C++ tools that can then
process and or produce these buffer files.

very interesting stuff that google has produced, thanks scott for
making this public,
mike




More information about the dev mailing list