laptop and a wrench

不具合

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

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM041901
送信されましたJanuary 26, 2009
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.3
修正されたバージョンN/A
ステータスFixed

対処法

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>

再現の手順

不具合 ID: NIM041901

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動