Bug report #2165
Coordinate Capture position display has 3 decimal places for long/lat on QGIS start up
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Tim Sutton | ||
Category: | C++ Plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12225 |
Description
Coordinate Capture in the user CRS position display has 3 decimal places for long/lat on QGIS start up, but after user chooses a long/lat CRS there are 5 places.
in coordinatecapture.cpp on line 93 (the test for degrees) the return values are reversed -- should be 5:3 as in the two other places this test is performed.
History
#1 Updated by Tim Sutton almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed