joto / osmium

C++/Javascript framework for working with OSM files.
http://wiki.openstreetmap.org/wiki/Osmium
GNU General Public License v3.0
123 stars 31 forks source link

remove hard dependency on geos library. #65

Closed romange closed 11 years ago

romange commented 11 years ago

The typical usage of parsing osm files does not require handling of multipolygons (and area() call is no used) . However, handler.hpp includes area.hpp file which in turn includes geos library. And that one defines int64 types in global scope which conflicts with other libraries i am using.