Saturday 16 March 2019

Display labels for all point features in ArcGIS


I might be missing something silly, but is there a way to guarantee that each point label in my point layer gets displayed?



Answer



Use (without maplex)


Label Priority, Label Weight Ranking & Place Overlapping Labels http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Setting_label_weights_and_feature_weights/00s80000001p000000/


(with maplex) http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Reducing_the_size_of_the_label_text/003s00000035000000/ reduces the size of the text to fit all to the map.


Alternative > convert text to annotation at different sizes.



No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...