I would like to be able to add a new feature layer within a popup window from an arcgis server. For example (purely hypothetical), you click on a state and it has 2 options: fire departments and police stations. You can then click on one of those options to add it to the map
-
so do you want drop-down list in the pop-up ? so that after selecting appropriate layer it will add on existing layer. Please explain your question. If possible add some screenshot..thanksSunil– Sunil2013年10月21日 06:11:13 +00:00Commented Oct 21, 2013 at 6:11
1 Answer 1
I haven't understood question 100% but this might help you Custom popup.
You can add onClick
event to the html "a" control and call function in which you can add layer on the map.