We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7993c9 + 6b06242 commit 73064c2Copy full SHA for 73064c2
1 file changed
src/output-flex.cpp
@@ -1545,10 +1545,11 @@ void output_flex_t::reprocess_marked()
1545
lua_setfield(lua_state(), -2, "stage");
1546
lua_pop(lua_state(), 1); // osm2pgsql
1547
1548
+ m_stage2_way_ids->sort_unique();
1549
+
1550
log_info(
1551
"There are {} ways to reprocess..."_format(m_stage2_way_ids->size()));
1552
- m_stage2_way_ids->sort_unique();
1553
for (osmid_t const id : *m_stage2_way_ids) {
1554
m_buffer.clear();
1555
if (!m_mid->way_get(id, &m_buffer)) {
0 commit comments