-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Also show cartesian areas/perimeters in identify results
Because users are still getting confused with the difference between the cartesian areas and ellipsoidal areas, show both in the identify results dock. The reasoning here is: - if a user understands this concept, they will know the correct one to use, and its good for us to inform them of the difference here. Plus, it means they immediately see if the ellipsoid setting is correct and the difference it is making for the area/length calculation. - if a user has no idea what the difference is, then we should make them aware that there's (at least!) two different possible measurement values. They can then either research what these mean and make the right choice (and become better informed GIS practitioners), OR pick a random one - which really is no different then the previous situation, because an uniformed user is just as likely to be working in an unsuitable projection with a poor ellipsoid choice. In short, we don't try to guess the right choice for users and instead give them all the information and let them make the call which value to use.
- Loading branch information
1 parent
98fc858
commit f9be605
Showing
3 changed files
with
131 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters