Select to view content in your preferred language

Popup and PopupTemplate

938
3
06-19-2014 08:15 AM
BhavinSanghani
Frequent Contributor
I want to show popup of gis attributes on my map. But I want to show it only on selected features. I highlight selected features using selectFeatures() method of FeatureLayer. How can I do that?
0 Kudos
3 Replies
JakeSkinner
Esri Esteemed Contributor
Hi Bhavin,

Here is an example on how to do this.  You can create graphics from the selected features and create a popup or an infoTemplate to display the information.
0 Kudos
BhavinSanghani
Frequent Contributor
Can you paste your code here? The given link is not opening for me. Not sure if it's a problem of jsfiddle or browser configuration.
0 Kudos
BhavinSanghani
Frequent Contributor
Ok, I could see your code from my home laptop. Perfect, that is what I was looking for! Thanks!
0 Kudos