Esri / Esri/feedback-js-api-next
Replacement for deprecated geometryEngine.extendedSpatialReferenceInfo()
- Dominant language
- No language data
- Stars
- 89
- Forks
- 23
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
### Deprecated `geometryEngine.extendedSpatialReferenceInfo` — replacement guidance?
Since 4.32, `geometryEngine.extendedSpatialReferenceInfo()` is deprecated.
The documentation does not list a direct replacement and no Geometry Operator seems to provide the same `tolerance`/`xyTolerance` information.
I previously used it like this:
```ts
const info = geometryEngine.extendedSpatialReferenceInfo(spatialReference);
const tolerance = info.tolerance;
```
### Question
What is the recommended approach to retrieve a spatial reference’s default tolerance now?
A short clarification or recommended practice would help avoid inconsistent fallback values across applications.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.