mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Previously the point was saved in origin-relative coordinates. Now since we pick the origin automatically, it can be changed by various initialisation routines, so the coordinates will be interpreted relative to the wrong origin. This commit changes the format to use map coordinates instead, and saves the "original" origin from the XML for interpreting older projects.