Unable to add XY data from the CSV file with EPSG:25832 projection.
上次发布: February 22, 2022ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000145080
已提交
December 9, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.21
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The issue is expected behavior. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#creating-a-csvlayer.
The values of latitude and longitude fields have to be stored in WGS84 in the CSV feed. Hence CSVLayer's spatialReference defaults to WGS84. Specify the layer's spatial reference to match the spatialReference of the view to improve the performance.