[Tile-serving] [osm2pgsql-dev/osm2pgsql] Process untagged ways/relations in stage 1b/c correctly (PR #2376)
Sarah Hoffmann
notifications at github.com
Tue Aug 12 07:41:56 UTC 2025
@lonvia commented on this pull request.
We really should have tests for that.
>
- get_mutex_and_call_lua_function(m_process_way, m_way_cache.get());
+ get_mutex_and_call_lua_function(func, m_way_cache.get());
Can we make the code simpler (also below):
```
if (func) {
get_mutex_and_call_lua_function(func, m_way_cache.get());
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2376#pullrequestreview-3109039009
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2376/review/3109039009 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20250812/12489910/attachment.htm>
More information about the Tile-serving
mailing list