Esri / Esri/feedback-js-api-next

Replacement for deprecated geometryEngine.extendedSpatialReferenceInfo()

Open
#336 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.