update to libosmium 2.3.0

- remove protobuf dependencies as libosmium now comes with its own pbf parser
- fix remaining uses of libxml2 as file format in tests
This commit is contained in:
Sarah Hoffmann
2015-08-18 23:20:48 +02:00
parent fb64e8256d
commit 34382ba8bd
73 changed files with 5004 additions and 2123 deletions

View File

@ -83,7 +83,7 @@ void test_other_output_schema() {
osmdata.start();
parser->stream_file("libxml2", "tests/test_output_pgsql_z_order.osm", &osmdata);
parser->stream_file("xml", "tests/test_output_pgsql_z_order.osm", &osmdata);
parser.reset(nullptr);