Select to view content in your preferred language

Connecting a Feature Layer and a Button to Change Section View

108
4
Jump to solution
Monday
Amag140696
New Contributor

Hello,

I'm trying to replicate the function in this example Web Experience from the ESRI Project Gallery:

Silverwood Natural History Tour

You can change the Section View on the right either by making a selection in the map or clicking one of the page buttons above. I'm unable to find a way to replicate this using button triggers. I'm able to use the buttons to change the Section View, but I can't find a way to link the map feature selection. I would think there should be an option under select a target-data, but there are only "clear data selection," and "clear data filters," which are the opposite of what I want.

1 Solution

Accepted Solutions
Amanda__Huber
MVP Regular Contributor

@Amag140696 happy to answer your questions! 
You're not too far off but we used a visual trick here since buttons couldn't do what we needed. The number "buttons" on the top right use the list widget with the same source data as the map. Our action is set at the map level to trigger for record selection changes. 

Amanda__Huber_1-1783455255436.png

Amanda__Huber_0-1783455230295.png

Amanda__Huber_3-1783455337120.png

Then our image widget uses dynamic attachments and our information at the bottom with audio is all using the Feature Info widget. 

Amanda__Huber_4-1783455580344.png

Hope this helps and let me know if you have any other questions for how we configured this 🙂 

Best, 

Amanda Huber

 

 

 

View solution in original post

0 Kudos
4 Replies
JeffreyThompson2
MVP Frequent Contributor

Three Rivers. Is this your work, @Amanda__Huber?

GIS Developer
City of Arlington, Texas
0 Kudos
Amanda__Huber
MVP Regular Contributor

@JeffreyThompson2 yes it is! Thanks for the tag!

0 Kudos
Amanda__Huber
MVP Regular Contributor

@Amag140696 happy to answer your questions! 
You're not too far off but we used a visual trick here since buttons couldn't do what we needed. The number "buttons" on the top right use the list widget with the same source data as the map. Our action is set at the map level to trigger for record selection changes. 

Amanda__Huber_1-1783455255436.png

Amanda__Huber_0-1783455230295.png

Amanda__Huber_3-1783455337120.png

Then our image widget uses dynamic attachments and our information at the bottom with audio is all using the Feature Info widget. 

Amanda__Huber_4-1783455580344.png

Hope this helps and let me know if you have any other questions for how we configured this 🙂 

Best, 

Amanda Huber

 

 

 

0 Kudos
Amag140696
New Contributor

Wow, awesome that ya'll found my post, thanks for the help!