Select to view content in your preferred language

Multiple feature POPUP symbol

792
1
Jump to solution
10-02-2012 03:01 AM
demdeberanz
Emerging Contributor
Hi guys,
    I have a popup which is shown every time the user clicks on feature on the map, contextually is shown a symbol related to the popup that "highlights" the selected feature.
What I want to do is that after the user clicks on a feature that symbol is shown over all the features related to the clicked one through an attribute value common to these features.
So far I haven't any clue on how to do this...

Thank you very much for any help.
0 Kudos
1 Solution

Accepted Solutions
__Rich_
Deactivated User
Get the "common" attribute value from the selected feature, run a Query Task for other features that share the value, render 'highlight' symbols using the task results.

View solution in original post

0 Kudos
1 Reply
__Rich_
Deactivated User
Get the "common" attribute value from the selected feature, run a Query Task for other features that share the value, render 'highlight' symbols using the task results.
0 Kudos