laptop and a wrench

Bug

The Line and Polygon Measure tools do not display the comma on comma delimited systems.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM041901
EingereichtJanuary 26, 2009
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.3
Behoben in VersionN/A
StatusFixed

Workaround

As a fix/workaround – replace the following code in the ProcessMeasureRequest function in Measure.ascx.cs in the WMA Replace coll.Add(new CallbackResult("","","invoke","measureComplete", new object[] { response, m_id, area, perimeter, segmentDistance, totalDistance })); return coll.ToString(); with coll.Add(new CallbackResult("","","invoke","measureComplete", new object[] { response, m_id, area, string.Format("{0}", perimeter), string.Format("{0}", segmentDistance), string.Format("{0}", totalDistance) })); return coll.ToString(); If you could put this information inside the CR, that would help the developer who fixes it eventually and also a possible workaround for SP1.<a href="http://frenchfrie/french_internet/Default.aspx" target="_blank">http://frenchfrie/french_internet/Default.aspx</a>

Schritte zur Reproduzierung

Bug-ID: NIM041901

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln