* New osmpbf.h makes including easier and defines some often used constants
* README now explains how to use the lib
* New version of debian package includes
* osmpbf.h
* osmpbf-outline tool
* README
|
||
|---|---|---|
| debian | ||
| src | ||
| src.java/crosby/binary | ||
| tools | ||
| .gitignore | ||
| COPYING.osmpbf | ||
| README | ||
| build.sh | ||
| build.xml | ||
| pom.xml | ||
README
OSM PBF
=======
See http://wiki.openstreetmap.org/wiki/PBF_Format .
To include in your program use:
#include <osmpbf/osmpbf.h>
and link with:
-lpthread -lz -lprotobuf-lite -losmpbf
To build the Debian/Ubuntu package call:
debuild -I -us -uc