Svarog Release 3.2.28
  1. Added GUI_METADATA processing on table level (previously it worked only on fields)
  2. Geometry split/merge methods in SvGeometry have parameters to allow filtering by field value
  3. Fixed autocommit on split/merge geometry
  4. Added flag to reverse the field filter in SvGeometry
  5. Geometry alignment methods are made public
  6. Svarog install now logs errors only on custom classes (no more apache errors in the log)
  7. Fix the split polygon to disable polygon cover testing.
  8. SvarogInstall will initialise the GUI metadata from the table definition at install.
  9. SvWorkflow move method has be changed to work as internal SvCore so status of FILE objects can be performed.
  10. SvFileStore filtering of tiletypes has been changed from .contains to .equals to prevend double filtering of similar names
  11. Administrative Units have a lazy loader to allow protected initialisation in case of multithreaded usage (bug with using admin units in batch)