osmdata: remove unused projection member

This commit is contained in:
Sarah Hoffmann
2019-01-12 17:04:34 +01:00
parent 4cf7acc39a
commit 4ca2ed5f4b
22 changed files with 31 additions and 42 deletions

View File

@ -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);