You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Imposm run and diff commands now have a -commit-latest flag and commit_latest config option. This will only commit changes to the database after the last file was imported (with diff command), or once there is no new file available (with run command).
Imposm now tries to keep the number of expired tiles reasonable for large changes by "zooming out", e.g. a continent wide change would result in a few handful of tiles in zoom level 6, and not millions of tiles in level 14. Mitigates huge files during vandalism and their reverts.