I am looking at this popuptemplate sample
Everything makes sense until I click on some polygon that gives me a different popup, see the following
Expected popup | Unexpected popup |
Clicking the top right corner "1 of 2" button gives the following
page 2
My question: what is that 1 of 2 button for? why is it different? Thank you.
Solved! Go to Solution.
This is how the API handles multiple popups for overlapping features. The spot you clicked has returned more than one result, so you can flip through the items and find the one you want.
This is how the API handles multiple popups for overlapping features. The spot you clicked has returned more than one result, so you can flip through the items and find the one you want.
It lets you easily get the information on a specific feature when there are many returned. If you zoom out farther and click on the map, you can get a popup with over 20 features. Instead of using the arrows to page through them on at a time, that button allows you to select a particular feature.