mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-07-28 04:21:47 +00:00
osmdata: remove unused projection member
This commit is contained in:
@ -77,7 +77,7 @@ void test_other_output_schema() {
|
||||
|
||||
auto out_test = std::make_shared<output_pgsql_t>(mid_pgsql.get(), options);
|
||||
|
||||
osmdata_t osmdata(mid_pgsql, out_test, options.projection);
|
||||
osmdata_t osmdata(mid_pgsql, out_test);
|
||||
|
||||
testing::parse("tests/test_output_pgsql_z_order.osm", "xml",
|
||||
options, &osmdata);
|
||||
|
Reference in New Issue
Block a user