laptop and a wrench

不具合

Strings display as scientific notation when updating data and adding features from a GeoJSON file in ArcGIS Online.

ArcGIS Online
不具合 ID 番号 BUG-000163466
送信されましたDecember 5, 2023
最終更新日December 12, 2024
適用対象ArcGIS Online
見つかったバージョンOct 2023
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスWill Not Be Addressed

参考情報

The development team has considered the issue or request and concluded it will not be addressed in the current release cycle. If this is still a concern, contact Esri Support Services.

対処法

Workaround 1: Using the ArcGIS API for Python.

  1. Upload the GeoJSON to ArcGIS Online (API: gis.content.add).
  2. Publish the uploaded GeoJSON (API: <item>.publish).
  3. Export the published GeoJSON as FeatureCollection (<item>.export("title", export_format="Feature Collection", wait=True).
  4. Use the FeatureCollection item in the Upsert statement: 

append_result = <layer>.append(

item_id=<FeatureCollectionId>,

upload_format="featureCollection")

Workaround 2: Using ArcGIS Online.

  1. Update data using a different file type than GeoJSON (e.g., an XLSX file).

再現の手順

不具合 ID: BUG-000163466

ソフトウェア:

  • ArcGIS Online

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

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

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

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

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

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

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