Identify features in popup widget from multiple layers

645
2
08-14-2017 06:09 AM
chrisweaves
New Contributor II

Hello, I'm struggling a little here.

I'm trying obtain the list of features from mixed feature layers and display all the results in a ESRI popup widget (with carosel) similar to how this map identify works: Edit fiddle - JSFiddle 

The example above is using an early version of the JS API so trying to figure out the new API equivalent is proving a bit tricky.  Any ideas?  Thank you very much.

Tags (1)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Chris,

   What do you have so far? Using the latest release all you do is use the map.infoWindow.setFeatures([your array of features]);

KenBuja
MVP Esteemed Contributor

I'm working on a version of this for 4.x, but I'm not quite there yet. I'm using this example as a starting point.