The latest releases have some critical fixes, see the changelog: https://github.com/osmcode/libosmium/blob/v2.5.4/CHANGELOG.md Merge commit 'afdf8e7b21fbaf597e91d9d8a7542635e60ee9a1' into use_libosmium_2_5_4 |
||
---|---|---|
.. | ||
include | ||
testcases | ||
.gitignore | ||
CMakeLists.txt | ||
multipolygon.qgs | ||
README.md | ||
run-testdata-multipolygon.cmake | ||
testdata-multipolygon.cpp | ||
testdata-overview.cpp | ||
testdata-testcases.cpp | ||
testdata-xml.cpp |
OSM Testdata
This directory contains software that can be used with the osm-testdata
repository at https://github.com/osmcode/osm-testdata . To use it, clone
the osm-testdata
repository in the same directory where you cloned the
libosmium
repository.
Tests will be built if the CMake option BUILD_DATA_TESTS
is set and run as
part of the ctest
run.