omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
710 stars 156 forks source link

Diff and Update #220

Open Vincent-ThinkGeo opened 4 years ago

Vincent-ThinkGeo commented 4 years ago

Is there anyway to know some details information after using diff command to update. I know I can get the expire tiles to know which tiles were changed, but further more, I don't know if I can get the tables change information, something like the records add/delete/update info in a table.

frodrigo commented 4 years ago

Use triggers on your table to track this changes.

francois2metz commented 1 year ago

I believe this issue can be closed.