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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: