Consider removing the ability to use Measure on maps, which are in geographic coordinate systems to sync with the Java team.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM012285
Submitted
October 11, 2007
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
Derek on 5\25\9 - Modify the Default.aspx.cs file so that the Measure tool will be removed from the Toolbar during application startup. Add the line 'canMeasure = false;' in the location below.if (Measure1.MapUnits == MapUnit.Resource_Default) canMeasure = Measure1.CanGetUnits();canMeasure = false;