Hello,
I work for a county government and we are running ArcGIS Enterprise 11.2. My organization is converting Web App Builder apps to Experience Builder. Currently, within our Assessor's Dept. 3rd party software, we have an attribute exposed that is designed to zoom the parcel being viewed. In Web App Builder, the parameter looks like this:
Is anyone aware of a similar url parameter to db&find=<parcel number> that zooms to the geometry identified in an attribute of a parcel layer in Experience Builder? Thank you, Chad
Trying to figure out this as well - any luck?
Yes, use the search widget to set a a search the parcel layer. Then you set the data action to zoom to selection in the map. you use the url parameter it will search in the search widget then zoom to the selected feature. automatically. And this is the url that one of my colleagues came up with: Note:<parcel number> is the only thing that changes.
https://experience.arcgis.com/experience/23bbb33c10b24b4c8706e89ae98f7add#data_s=id%3AdataSource_2-1...<parcel number>%22%2C%22status%22%3A%7B%22configId%22%3A%22config_0%22%7D%7D
We're still testing this but this looks very promising.
Yes, actually I didn't even see your reply (found another article in the community) and I was able to get this exact thing working in our application with the search widget. Thank you so much, very happy so far with my initial testing as well!
Nice work! In some of our testing, the url works as expected- the url selects the parcel and zooms to the parcel and parcel remains selected. In some of the other tests, the app just zooms to parcel without the parcel being selected. There is a small yellow dot that flashes on the parcel. Have you also seen this?
Hi @ChadTheismann,
After June 2024 release, we could use zoom_to_selection URL parameter to zoom to a selected feature on the map.
https://doc.arcgis.com/en/experience-builder/latest/get-started/whats-new.htm
Thanks,
Ke