When the map is in a projected coordinate system, A circle, is created by specifying a center point and a radius. The point is provided by an array of the projected coordinate system (X, Y). The result shows a discrepancy between the expected and actual radius of the circle with the specified spatial reference 3395.
上次发布: March 17, 2023ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000155415
已提交
January 27, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.25
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The geodesic property of a circle is applicable when the spatial reference of the center point is either set to Web Mercator (wkid: 3857) or geographic/geodesic (wkid: 4326). When either of those spatial references is used, set geodesic to true to minimize distortion. Other coordinate systems do not create geodesic circles.
https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html#geodesic