Hello,
I am trying to create an application which allows me to query for a specific tax parcel through its block and lot and then intersect that parcel with other layers to gain information about them. I understand how to query for the parcel with the built in Query Widget, but is there a built in widget that would be able to take the query result and intersect it with a municipality layer for example to display information from the parcel layer and the town in which it falls?
Solved! Go to Solution.
Dave,
Not a builtin one but the custom eSearch widget has a spatial search that would meet your needs.
https://community.esri.com/docs/DOC-1731-enhanced-search-widget-version-211-080116
Dave,
Not a builtin one but the custom eSearch widget has a spatial search that would meet your needs.
https://community.esri.com/docs/DOC-1731-enhanced-search-widget-version-211-080116
Thanks for the response! This should work for what I need.
Do I add it by moving the esearch folder to client/stemapp/widgets?
Dave,
Yes that is correct. Here is the help doc on that subject:
Great! Thanks for the help!