You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
How to config maxAllowableOffset of layers for search, or where the code i can update? When i update the code in function _createWebMapItemSources of SearchSources.js as follows:
source.featureLayer = new FeatureLayer(url, { outFields: outFields, maxAllowableOffset: 0.01 });
It does't work!