rnorris / osmium-contrib

Mixed more or less useful programs using the Osmium library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mixed more or less useful programs using the Osmium library


Languages

Language:C++ 100.0%