Bug report #10392
Ellipsoid for measurement keeps getting reset
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Martin Dobias | ||
Category: | Vectors | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18809 |
Description
In the General Tab if you change the Ellipsoid to Airy 1830 press apply then Ok, then you select WGS 84 and press apply then OK when you open it again it shows Clarke 1866 so it isn't honoring selection
Related issues
History
#1 Updated by Giovanni Manghi over 10 years ago
- Priority changed from Normal to Severe/Regression
- Target version changed from Future Release - High Priority to Version 2.4
- Affected QGIS version changed from 2.2.0 to master
and this does not happen in qgis 1.8, so tagging as a regression.
#2 Updated by Jürgen Fischer over 10 years ago
- Category set to Vectors
#3 Updated by Martin Dobias over 10 years ago
This is a part of bigger problem with the project properties dialog - see #9060.
The ellipsoid is automatically updated in project properties from the currently selected projection.
Actually, if you set Airy as the ellipsoid, it will be used for the measuring. When the project properties dialog is opened again, the currently selected destination CRS will override the ellipsoid (but this new setting will not be used unless you click OK/Apply).
I am not sure if this is worth fixing as the whole logic needs an overhaul (and the fix does not seem to be trivial).
#4 Updated by Giovanni Manghi over 10 years ago
Actually, if you set Airy as the ellipsoid, it will be used for the measuring. When the project properties dialog is opened again, the currently selected destination CRS will override the ellipsoid (but this new setting will not be used unless you click OK/Apply).
I recently had to do very precise measures to be shown by a client in a court. I had to constantly check what the ellipsoid qgis configured to be sure I wasn't measuring areas (that had to be compared) with different ellipsoids. Seems a serious issue to me that should be addressed as soon as possible.
#5 Updated by Martin Dobias over 10 years ago
- Subject changed from Measure Tool Ellipsoid to Ellipsoid for measurement keeps getting reset
#6 Updated by Martin Dobias over 10 years ago
- Assignee set to Martin Dobias
#7 Updated by Martin Dobias over 10 years ago
- Status changed from Open to Closed
Fixed in changeset aa09c8cbe651a39abb26e5c2d39021c034d1280e.
#8 Updated by Paolo Cavallini almost 10 years ago
- Status changed from Closed to Reopened
- Target version changed from Version 2.4 to Version 2.8
Still true. It seems to happen only if you open project properties from menu. When project properties open using CRS selector in bottom right corner of the QGIS main window it works as expected. Also switching from CRS tab to any other tab and back also fixes dispalying of wrong values.
Thanks Alex and Giovanni for clarifications.
#9 Updated by Nathan Woodrow almost 10 years ago
- Status changed from Reopened to Closed
Fixed in changeset c5b5eee183dbc690767cce2ad4cda5b06d328f8d.
#10 Updated by Jürgen Fischer about 6 years ago
- Related to Bug report #19902: Advanced Digitizing tool NOT aligned with measurement tool added