-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template data saved only with default file format #1791
Milestone
Comments
dg0yt
changed the title
Templates saved only with default file format
Template data saved only with default file format
Dec 1, 2020
dg0yt
added a commit
that referenced
this issue
Dec 2, 2020
Before this change, template data saving was done while saving template XML configuration. This worked only for the default file format, and it delayed finishing the writing of the map file until all modified templates were saved. This behaviour meant increasing the risk of losing changes to the map, due to crash or forceful termination (out-of-memory, or Android). In Exporter::doExport(), it is now easy to catch errors from saving template data and add messages the to the list of warnings. Resolves GH-1790 (No error reporting from template saving). Resolves GH-1791 (Template data saved only for default file format).
dg0yt
added a commit
that referenced
this issue
Dec 2, 2020
Verify that template drawing capability is properly reported (at least for PNG) and that data changed by drawing is properly saved when the map is saved. At the moment, template data saving is known to be missing for formats other than the default XML format (GH-1791).
dg0yt
added a commit
that referenced
this issue
Dec 2, 2020
Before this change, template data saving was done while saving template XML configuration. This worked only for the default file format, and it delayed finishing the writing of the map file until all modified templates were saved. This behaviour meant increasing the risk of losing changes to the map, due to crash or forceful termination (out-of-memory, or Android). In Exporter::doExport(), it is now easy to catch errors from saving template data and add messages the to the list of warnings. Resolves GH-1790 (No error reporting from template saving). Resolves GH-1791 (Template data saved only for default file format).
dg0yt
added a commit
that referenced
this issue
Dec 2, 2020
Verify that template drawing capability is properly reported (at least for PNG) and that data changed by drawing is properly saved when the map is saved. At the moment, template data saving is known to be missing for formats other than the default XML format (GH-1791).
dg0yt
added a commit
that referenced
this issue
Dec 2, 2020
Before this change, template data saving was done while saving template XML configuration. This worked only for the default file format, and it delayed finishing the writing of the map file until all modified templates were saved. This behaviour meant increasing the risk of losing changes to the map, due to crash or forceful termination (out-of-memory, or Android). In Exporter::doExport(), it is now easy to catch errors from saving template data and add messages the to the list of warnings. Resolves GH-1790 (No error reporting from template saving). Resolves GH-1791 (Template data saved only for default file format).
dg0yt
added a commit
that referenced
this issue
Dec 3, 2020
Verify that the template drawing capability is properly reported (at least for PNG) and that data changed by drawing is properly saved when the map is saved. At the moment, template data saving is known to be missing for formats other than the default XML format (GH-1791).
dg0yt
added a commit
that referenced
this issue
Dec 3, 2020
Before this change, template data saving was done while saving template XML configuration. This worked only for the default file format, and it delayed finishing the writing of the map file until all modified templates were saved. This behaviour meant increasing the risk of losing changes to the map, due to crash or forceful termination (out-of-memory, or Android). In Exporter::doExport(), it is now easy to catch errors from saving template data and add messages the to the list of warnings. Resolves GH-1790 (No error reporting from template saving). Resolves GH-1791 (Template data saved only for default file format).
dg0yt
added a commit
that referenced
this issue
Dec 3, 2020
Verify that the template drawing capability is properly reported (at least for PNG) and that data changed by drawing is properly saved when the map is saved. At the moment, template data saving is known to be missing for formats other than the default XML format (GH-1791).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Actual behaviour
The changed template data is not saved.
Expected behaviour
The template data must be saved.
Configuration
Mapper Version: v0.9.4
The text was updated successfully, but these errors were encountered: