Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 621 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 621 Bytes

Osmium Contrib

This directory contains a mixed bunch of more or less useful examples of how to work with the Osmium library.

You have to set up Osmium first. See http://osmcode.org/osmium .

LICENSE

All contributions have their own licenses.

BUILDING

All programs can simply be compiled by calling "make" in their respective directories. Calling "make" in the main directory will make all programs.

This will work easiest if you have Osmium installed in your normal INCLUDE path or if the libosmium git repository is checked out in the same directory as the "contrib" directory.