Erro
| Número de ID do Erro | BUG-000178034 |
|---|---|
| Enviado | July 18, 2025 |
| Última Modificação | October 16, 2025 |
| Aplica-se à | ArcGIS Online |
| Versão encontrada | June 2025 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 11.0 64 bit |
| Status | In Review |
When adding multiple images to a pop-up in ArcGIS Online’s Map Viewer using the Add Content option, users may encounter excessive blank space between images. This affects visual clarity, especially when trying to stack multiple images vertically in a clean layout.
Testing/investigation
<br> tags, which slightly improved spacing (e.g., scroll bar disappeared).Arcade expression used:
//function to place image to side of text
function buildbox(imageURL){
return '<figure class="table"><table style="width:100%"><tbody><tr><td style="width:100%; text-align:center; vertical-align:middle;"><img src="' + imageURL + '" />' + '</td></tr></tbody></table></figure>'
}
function buildbox2(imageURL2){
return '<figure class="table"><table style="width:100%"><tbody><tr><td style="width:100%; text-align:center; vertical-align:middle;"><img src="' + imageURL2 + '" />' + '</td></tr></tbody></table></figure>'
}
var ViewLocsIMG = "https://live.staticflickr.com/65535/54625405422_6ac36b901e_m.jpg"
var ContactsIMG = "https://live.staticflickr.com/65535/54625405237_8b7b55292c_m.jpg"
var OfficeIMG = "https://live.staticflickr.com/65535/54625031213_ab19f0ceed_m.jpg"
var LogoIMG = "' " + $feature.Images + "'"
var textstring = '<span style="font-size:18px;">' + $feature.PRJDesc + '<br>' +
'<a href="' + $feature.ViewsURL + '">' + buildbox(ViewLocsIMG) + '</a>' + "<br>" +
'<a href="' + $feature.ContactURL + '">' + buildbox(ContactsIMG) + '</a>' + "<br>" +
'<a href="' + $feature.OfficialURL + '">' + buildbox(OfficeIMG) + '</a>' + "<br>" + buildbox2($feature.Images) + '<br></span>'
return {
type : 'text',
text : textstring
}
Result:
ID do Erro: BUG-000178034
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri