Select to view content in your preferred language

Layers with disabled popups are still selectable in a mobile map package

206
3
03-18-2025 02:34 PM
Shelby_Kline
New Contributor

After updating and overwriting a mobile map package, I noticed that polygon barriers are now selectable despite having no popups configured. The polygon barrier layer references online content, specifically a hosted view layer. 

Is there a setting I've missed somewhere to disable popups for a layer within a mobile map package?

0 Kudos
3 Replies
MarkBockenhauer
Esri Regular Contributor

Inside the mobile map package there is an .mmap file.  If you open the package in ArcGIS Pro by default, you will have an ArcGIS - Packages folder on your computer.  Inside this folder you will see a folder with the name of your package, with additional underscore and id.   Inside this folder there will be a p20 folder with the .mmap inside of that.   If you look at the .mmap file in a text editor, do you see "disablePopup" : true   in the layer definition for your service layer?  This is what controls whether the layer will show a popup or not.  It's possible indoors is not honoring the setting if it is present.   If it is not present, then it is a matter of figuring out why 'disablePopup:true' is not being written into the map.  Version of ArcGIS Pro, the workflow steps that are being taken to create the mobile map package, etc...

MarkBockenhauer_0-1742394326257.png

 

0 Kudos
Shelby_Kline
New Contributor

Hi Mark, thanks for the reply! I'm on ArcGIS Pro 3.4.0.

I see that disablePopup is true for Polygon Barriers within my .mmap file, so Indoors doesn't seem to honor that setting currently. I'll see what I can find about why that might be happening. 

0 Kudos
MarkBockenhauer
Esri Regular Contributor

Thanks for confirming

0 Kudos