Version: 2.16.0, Package name: libosmium-2.16.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Osmium is a fast and flexible C++ library for working with OpenStreetMap data. The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. |
Filesize: 496.617 KB |
Version History (View Complete History) |
|
2021-03-07 10:28:55 by Landry Breuil | Files touched by this commit (5) |
Log message: geo/libosmium: update to 2.16.0 drops dependency on devel/proj, cf https://github.com/osmcode/libosmium/issues/277 add a patch to build with our zlib (needs gzclose_r/w, gzclose is enough), hint from sthen@. ok bentley@ |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-16 14:13:09 by Landry Breuil | Files touched by this commit (8) |
Log message: Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 to CFLAGS/CXXFLAGS where appropriate in various devel/proj consumers to fix build with upcoming proj 6 update, which will be commited in a month or so. Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for linking the various upstream issues about it. |
2018-10-29 02:11:25 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Add a RDEP on devel/utfcpp. This unbreaks dependent ports like osm2pgsql because some osmium headers needs utf8.h. e.g. /usr/local/include/osmium/io/detail/opl_parser_functions.hpp:50:10: fatal error: 'utf8.h' file not found #include <utf8.h> |