When exporting selected features to GeoJSON from table widget in Experience Builder in Arcgis Online, the output does not contain information about coordinate system. When 'All data' is exported, everything is OK.
ArcGIS Experience Builder
漏洞 ID 编号
BUG-000163600
已提交
December 11, 2023
上次修改时间
August 20, 2025
适用范围
ArcGIS Experience Builder
找到的版本
June 2023
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
According to the GeoJSON RFC in this link: https://datatracker.ietf.org/doc/html/rfc7946#section-4, the coordinate reference system for all GeoJSON coordinates is WGS84, with longitude and latitude units in decimal degrees.
Export All data uses the hosted service - CreateReplica, and this is a known bug that CreateReplica exports coordinates as GeoJSON in a way that is against the GeoJSON specifications. Please see support issue BUG-000149206.
解决办法
With the use of filter widget, 'All data' can be exported with coordinate system information.
Adding information about coordinate system in GeoJSON manually .