Select to view content in your preferred language

Feature spesific pop ups

541
3
06-07-2024 03:40 AM
LinneaSvinndal
New Contributor

Hi! 

I want to add pop up text to my feature layer. I would like to have a different pop up for each polygon. Is there anyway of doing this while the polygons are in the same layer or do I need to have a separate layer for each polygon?

3 Replies
KenBuja
MVP Esteemed Contributor

Can you go into more detail on how the popup would be different for each polygon?

0 Kudos
LinneaSvinndal
New Contributor

I’m entering text comments that the citizens have given about different locations. So far the same comment pops up for all features in the same feature class. 

0 Kudos
KenBuja
MVP Esteemed Contributor

If have a field that contains all of those comments, then you should be able to use that field in the pop-up. A pop-up will have the Fields element by default, which shows you all the fields. You can also add a Text element where you can type in a specific field surrounded by curly braces . An example looks like this, with the text "Site ID {SiteID}".

Snag_a3d7b9.png

0 Kudos