Hi Sandro On Thu, Jul 6, 2017 at 11:00 AM, Sandro Mani <manisan...@gmail.com> wrote: > > It would be something I would call explicitly while the geometry checker is > active, I think it is safe to assume that users don't expect that they can > operate on the shapefile while the geometry checker is processing it. It > would not add much complexity to the provider, just a flag that repacking is > frozen, and a setter to set that flag. When the flag is set to false, the > shapefile is repacked.
How about changing the logic in geometry checker? Instead of saving changes any time user chooses an action, one could just keep a buffer of changes and then commit everything at once when the user is done fixing things... That would be also more efficient and it seems like an easier solution than adding workarounds to data provider interface for one particular format. Cheers Martin _______________________________________________ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer