Hello,
I am trying to create a custom widget for handling selected features. I am using the jimumapview.selectFeaturesByGraphic method and it works for the most part, but I noticed that it doesn't return the features selected in the map image layer type, it only returns the features from the feature layers. It does highlight them on the map, but how do I get the selected features from the map image layer so that I can handle them in the popup?
I've attached the code for reference. I appreciate any help.