osrm-backend/third_party/libosmium/test/osm-testdata
2015-01-13 16:54:25 +01:00
..
include Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
testcases Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
.gitignore Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
CMakeLists.txt Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
multipolygon.qgs Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
README.md Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
run-testdata-multipolygon.bat Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
run-testdata-multipolygon.sh Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
testdata-multipolygon.cpp Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
testdata-overview.cpp Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
testdata-testcases.cpp Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00
testdata-xml.cpp Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium' 2015-01-13 16:54:25 +01:00

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.

Overview

The testdata-overview program can be used to create a Spatialite file containing all the nodes and ways from the test data files.

Compile it by running make testdata-overview, run it my calling make overview.

Running the Tests

Actual tests are in testcases subdirectory, one per test from the osm-testdata repository.

To compile the tests, call make runtests, to run them call make test.