Hello!
I have a question about labels based off feature size, using Arcade.
I am labeling geometries with IDs, first and last names, but due to various sizing, the names do not always fit well. What I want to do is
- Always label the geometry with the ID
- If the geometry is too small, abbreviate the first name to the first letter.
- Always label last name
Is there an arcade expression that would allow for abbreviation on many unique variables while testing against geometry size?
Any help is appreciated!