Select to view content in your preferred language

Multipart Polygon Labeling is Static

371
3
Jump to solution
01-27-2026 07:54 AM
Labels (2)
parkcountygis
Occasional Contributor

I have multi-part polygons in my zoning map. I like using the multipart so that when you click one zone type they are all highlighted. But currently there is one label per record and the label is static. When I zoom in, the labels don't move or update and then are out of frame as I keep zooming in. Is this expected behavior? There is no option to turn on Repeat labels. How have others dealt with this?

Map link to view behavior: https://parkcounty.maps.arcgis.com/apps/mapviewer/index.html?webmap=ea284e4a55a3443d8c10199ce0895cb6

0 Kudos
1 Solution

Accepted Solutions
VenkataKondepati
Frequent Contributor

Hi @parkcountygis,

This is a common problem as per my understanding. In web map, we can't force to have a label for each part like ArcGIS Pro with Maplex engine due to performance considerations. 

If you want to achieve, you can do a workaround with a label layer by dissolving the multi-part into single part but only use it for a label by setting the geometry to transparent so you will have two layers one for geometry with multipart and 2nd one is for label without geometry displayed.

You need turn-off the labels on multi-part layer but enable it on single-part label layer. This will solve the problem but please make sure that performance is not degraded.

I hope this helps.

Regards,
Venkat
Book a meeting with me:Get on a Call
Follow me on: LinkedIn

If this response helps or is the solution to your post, please consider marking it as a solution

View solution in original post

3 Replies
VenkataKondepati
Frequent Contributor

Hi @parkcountygis,

This is a common problem as per my understanding. In web map, we can't force to have a label for each part like ArcGIS Pro with Maplex engine due to performance considerations. 

If you want to achieve, you can do a workaround with a label layer by dissolving the multi-part into single part but only use it for a label by setting the geometry to transparent so you will have two layers one for geometry with multipart and 2nd one is for label without geometry displayed.

You need turn-off the labels on multi-part layer but enable it on single-part label layer. This will solve the problem but please make sure that performance is not degraded.

I hope this helps.

Regards,
Venkat
Book a meeting with me:Get on a Call
Follow me on: LinkedIn

If this response helps or is the solution to your post, please consider marking it as a solution
VenkataKondepati
Frequent Contributor

Configure labels (Map Viewer)—ArcGIS Online Help | Documentation

Regards,
Venkat
Book a meeting with me:Get on a Call
Follow me on: LinkedIn

If this response helps or is the solution to your post, please consider marking it as a solution
0 Kudos
parkcountygis
Occasional Contributor

Creating a duplicate layer without the multipart to just use for labeling is a good idea! I will try that route. Thank you!

0 Kudos