Select to view content in your preferred language

PopupTemplate filedsinfo give more that multiple pages, Why?

851
2
Jump to solution
08-30-2023 06:24 PM
ChungLam
Emerging Contributor

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 popupUnexpected popup
ChungLam_1-1693444638253.pngChungLam_0-1693444550553.png

 

Clicking the top right corner "1 of 2" button gives the following

ChungLam_2-1693444737556.png

page 2

ChungLam_3-1693444893056.png

My question: what is that 1 of 2 button for? why is it different? Thank you.

 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JeffreyThompson2
MVP Frequent Contributor

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.

GIS Developer
City of Arlington, Texas

View solution in original post

0 Kudos
2 Replies
JeffreyThompson2
MVP Frequent Contributor

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.

GIS Developer
City of Arlington, Texas
0 Kudos
KenBuja
MVP Esteemed Contributor

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.