osm2pgsql icon indicating copy to clipboard operation
osm2pgsql copied to clipboard

Handling of Dependent Objects

Open lonvia opened this issue 6 months ago • 0 comments

( copied over from #1663)

We should think about ways of doing attribute-based "expire" and re-processing. One option would be to add some kind of hash to each database entry. That hash must be calculated in the Lua config based on the tags used in an object. And osm2pgsql would keep track of those hashes and make sure objects with the same hash are re-processed whenever an object with that hash changes.

lonvia avatar Aug 22 '25 18:08 lonvia