mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-07-30 12:02:13 +00:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user