osm2pgsql-dev / osm2pgsql

OpenStreetMap data to PostgreSQL converter
https://osm2pgsql.org
GNU General Public License v2.0
1.48k stars 473 forks source link

Add after_nodes/ways/relations() callback functions in Lua #2220

Closed joto closed 1 month ago

joto commented 1 month ago

This allows some code to run after the initial stages of processing, i.e. between nodes and ways, ways and relations, and after relations.