Select to view content in your preferred language

Collapse whitespace between results in Zone Lookup Instant App

76
2
a week ago
Labels (1)
ZekeMI
by
Frequent Contributor

I created a Zone Lookup Instant app, where a user can enter an address and get back a list of various boundaries the address falls into, such as city, county, school district, etc.

In AGOL, I'm able to create popup expressions for all layers in the popup for just the first layer in the map, so it displays like a normal popup. I do this in Arcade by using the $userInput profile to get the coordinates of the address and then running an intersect on the other layers.

In Portal 11.2 and 3, the Arcade $userInput profile that I use to do this in AGOL isn't available, so I have to use individual popups for each layer. This results in relatively large whitespace between the results. Is there a way to decrease this whitespace, or emulate the AGOL look in some other way? Thanks.

AGOL version 

GregKeith_0-1736459860310.png

Portal version 

GregKeith_1-1736459914738.png

 

0 Kudos
2 Replies
KellyHutchins
Esri Frequent Contributor

l'll take a look. Looks like your popup is showing the field/attribute values is that correct? Just want to make sure I look into the proper css you can potentially use to modify this. 

0 Kudos
ZekeMI
by
Frequent Contributor

The popups are correct, yes. Thanks @KellyHutchins 

0 Kudos