Select to view content in your preferred language

Web Map symbols with labels disappearing Portal

186
1
4 weeks ago
janrykr1
New Contributor II

I am observing weird behavior in a webmap on 11.1 Portal when viewing the map in Edge

I have a label class on a point feature layer using a custom expression: "✔". It is meant to look like this:
janrykr1_1-1716316085630.png

However, once labeling is enabled, the symbol for the point including the label disappears from the map. 

The labels used to work fine last week. It also works fine in Chrome and in Edge on some virtual drives I have access to. Multiple users can replicate this error in Edge. We've had a companywide Windows update over the weekend which I suspect is the cause of this.

This is the error from Dev tools in Edge:  

janrykr1_0-1716315299045.png

My theory is that the browser can't render the character for some reason due to a conflict with the fonts. I am not sure if the browser looks for the font locally or if it references a ESRI hosted font via network.

I am wondering If it is an internal issue, and I should mitigate with internal IT or if it is something on ESRI side of things.

I've tried replicating the symbol on an AGOL map and it renders the label fine using Edge. It comes up with the same error as above but it substitutes the font successfully. 

@BjornSvensson I noticed you've responded to similar questions. 

 

 

0 Kudos
1 Reply
simoxu
by MVP Regular Contributor
MVP Regular Contributor

First all, clear the browser cache or use the browser private mode to make sure the symbol is not working.

Generally speaking, many advanced labeling and symbolization are not supported in the webmap. particularly when you are using feature service, which is rendered on the client.

To make sure your symbols will work on all client, In ArcGIS Pro, in the "Share As Web Map" pane, check the "Use symbol types compatible with all clients" check box, and share the map as a web map to retain and view its symbology.

Another option is to configure the symbology in the Map Viewer in poral.

If the customized symbology is really important for your map, can you use map image layer, which will be rendered on the ArcGIS Server.

Share a map image layer—ArcGIS Pro | Documentation

0 Kudos