Hi everyone!
I'm used to working in Pro, but this time I'm making an interactive map for a dashboard online using Map Viewer. Is there a way to show overlapping labels, from the same field at once, like you can in Pro? My map is for Planning cases and there can be multiple cases per parcel, and if possible, I would like the labels to show (at least two).
I'm looking to do something similar to this, just with case names instead:
Thanks for any help!
Solved! Go to Solution.
If the labels are within the same space the deconfliction logic we use with our web API will only show one and you cannot have multiple labels in the same space. Depending on the spacing you could adjust the labels position placement in Map Viewer and you could get them to the show the same but would not really be tied closely to the centroid.
quick example of a duplicate layer showing labels for both. If dont use the offset only one layer label will show:
If the labels are within the same space the deconfliction logic we use with our web API will only show one and you cannot have multiple labels in the same space. Depending on the spacing you could adjust the labels position placement in Map Viewer and you could get them to the show the same but would not really be tied closely to the centroid.
quick example of a duplicate layer showing labels for both. If dont use the offset only one layer label will show:
On to plan B then. Thank you for the quick response!