Select to view content in your preferred language

polygons with modal window and different information

578
2
12-30-2019 11:55 AM
EdgarCampos
New Contributor

Hi

I am working with information from this url


Display point, line, and polygon graphics | ArcGIS for Developers 

what I need is to have two or more polygons and that each one has a modal window with different information

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Edgar,

   The map popup window (added in the challenge portion) is a singleton object (meaning that there can only be one at a time). As long as you are not wanting to have the popup showing for more than one polygon at a time then you just need to add the polygons with different attributes.

EdgarCampos
New Contributor

Thanks!!!

0 Kudos