Actions
Bug #2103
closedMorpho changes the value in geographic coverage...
Start date:
06/09/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2103
Description
Bug reported by Kristin Vanderbilt:
I’m trying to enter a point location for geographic coverage using Morpho.
When I type 106.6914 into the longitude field, Morpho changes the number to
106.5314. I’ve tried doing this before and have had the same problem. How
do I enter coordinates and not have Morpho change what I entered?
Thanks,
Kristin
Updated by Saurabh Garg over 19 years ago
The code earlier changed the value of coordinated entered if value of east
coordinate was same as value of west coordinate - this was done so that a box
can be displayed when Box Tool was selected.
But the code was executed irrespective of whether Box or Point tool was
selected.
Fixed it so value is changed only when box tool is selected.
Actions