Bug ID Number |
BUG-000124566 |
Submitted | August 16, 2019 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS GIS Server |
Version found | 10.5.1 |
Operating System | Windows OS |
Operating System Version | 2016 64 Bit |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
Please see https://developers.arcgis.com/rest/services-reference/buffer.htm for valid JSON strings.
There are two ways to enter the string.
1.
{
"geometryType" : "esriGeometryPoint",
"geometries" :
[
{"x" : 48.8282801, "y" : 2.7011678}
]
}
2. 48.8282801,2.7011678
Workaround
Pass the input geometry as a simple JSON (devoid of parenthesis): 48.8282801,2.7011678.
Steps to Reproduce