[Tile-serving] [osm2pgsql-dev/osm2pgsql] Add callbacks for delete actions (PR #2344)
Sarah Hoffmann
notifications at github.com
Wed Jun 25 19:21:48 UTC 2025
@lonvia commented on this pull request.
> @@ -1084,6 +1084,38 @@ void output_flex_t::delete_from_tables(osmium::item_type type, osmid_t osm_id)
}
}
+void output_flex_t::node_delete(osmium::Node const &node)
+{
+ if (m_delete_node) {
+ m_context_node = &node;
Changed.
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2344#discussion_r2167450558
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2344/review/2959380922 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20250625/40dd325c/attachment.htm>
More information about the Tile-serving
mailing list