Hi -
I am developing an app in Experience Builder in ArcGIS Online with a list widget and a map widget. When you click on an item in the list, the map should zoom to the location of the feature. Instead the map is zooming to a location north of the actual feature location. I do not think it is the map or layer, as when I open the map outside of experience builder in AGOL and Pro and zoom to a feature from the attribute table, it will zoom to the feature and the feature is in the middle of the screen.
Any thoughts what might be wrong.
Thanks!
Leila
Solved! Go to Solution.
@LJackson29 This should be fixed now. Please help double-check, thanks.
@LJackson29 Is it possible to share the app for us to take a look, or some screenshots/videos? Is it a feature from a map or a scene? The described behavior is not quite easy to reproduce. Thanks.
Same issue. Looks to be a serious oversight. Source data is from Survey123 in WKID:4326. Looking in the Developer Console. there is a warning:
[esri.tasks.support.ProjectParameters] DEPRECATED - Module: esri.tasks.support.ProjectParameters
Replacement: esri.rest.support.ProjectParameters
Version: 4.20
t._consoleWriter @ https://js.arcgis.com/4.22/init.js:105
This occurs in both the SAAS and Developer Editions of ArcGIS Experience Builder. How can this get fixed in the source code? Effectively, this seems to be stopping all projection capabilities of Experience Builder.
@LJackson29 This should be fixed now. Please help double-check, thanks.
@TonghuiMing Yes, it is working :-). Many thanks for letting me know!
I'm experiencing similar behavior, except I'm trying to use the 'Zoom To' action from an attribute table widget. When I set it up to 'Zoom To' upon selection trigger, it zooms to 0-degrees Lat, 0-degrees Long. In contrast, when I use the 'Pan To' option for the same widget selection trigger, it pans to the correct location.