[OSM-dev] Osmium

Jochen Topf jochen at remote.org
Sat Jan 8 03:26:38 GMT 2011


On Fri, Jan 07, 2011 at 10:25:42PM +0000, Andrew Ayre wrote:
> Jochen Topf wrote:
> >Osmium is a C++ framework for handling OSM data read from XML or PBF files.
> >The framework itself doesn't do much by itself, it just parses the data and
> >gives you callbacks for each object. Handlers can implement those callbacks and
> 
> Sounds nice! It would be interesting for me if it could be compiled
> into a DLL (minus the Javascript support) and then add a .NET
> wrapper for it. Is that feasible?

Much of Osmium code is in header files, similar to many Boost libraries, you
need those when embedding Osmium. So its not made to be just included as shared
library. I have never developed anything on Windows, so I don't know how things
are different there.

Jochen
-- 
Jochen Topf  jochen at remote.org  http://www.remote.org/jochen/  +49-721-388298




More information about the dev mailing list