Hello,
I wanted to check if anyone else has a situation where they allow a zero distance buffer on a selected feature. I wrote a buffer tool for Web Experience Builder, and originally a user setting the distance to zero just captured all features within the buffered geometry. However, since going live with this project, the call go GeometryService.buffer returns the following error:
{
"error": {
"code": 400,
"extendedCode": -2147220889,
"message": "Unable to complete operation.",
"details": [
"An error occurred during the buffer operation"
]
}
}
I'm wondering if this is a bug in Server with our geometry service or if this is just a limitation on the buffer call.
Thanks!
Jonathan