laptop and a wrench

Erro

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

ArcGIS Online
Número de ID do Erro BUG-000163466
EnviadoDecember 5, 2023
Última ModificaçãoDecember 12, 2024
Aplica-se àArcGIS Online
Versão encontradaOct 2023
Sistema OperacionalN/A
Versão do Sistema OperacionalN/A
StatusWill Not Be Addressed

Informações Adicionais

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.

Solução Provisória

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).

Etapas para Reproduzir

ID do Erro: BUG-000163466

Software:

  • ArcGIS Online

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download