Ticket #1475 (closed assessed: fixed)
Loading Ecospace map may dirty data sources
Reported by: | jeroens | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Ecopath 6: future version |
Component: | Ecospace | Version: | 6.5 beta |
Severity: | minor | Keywords: | |
Cc: |
Description
When first opening the Ecospace map in a newly loaded scenario the datasource may be flagged as dirty, causing an unnecessary save prompt later on.
Change History
Note: See
TracTickets for help on using
tickets.
In this particular case the issue was caused by the layer factory, which created missing visual styles. The default styles cause the database to be flagged as dirty.
This should not happen; defaults will always be re-created when missing and should thus not need saving. Only when the new default is modified should the dirty flag get set.
Fixed