In cartography, text or graphics on a map that provide information for the map reader.

learn more… | top users | synonyms

29
votes
3answers
4k views

LatLon or LonLat, what's the “right” way to display coordinates and inputs?

I'm trying to get a sense if this is an issue for others or every input/output should be labeled so user is not confused and just go with it? I think almost everyone pronounces it as "LatLon". Who ...
3
votes
1answer
425 views

ArcGIS: How do you get an annotation layer working inside a group layer?

How do you get an annotation layer working inside a group layer? When I try I get the error message "error adding element". I have a project that requires several annotation layer to be organised ...
3
votes
1answer
1k views

How do I programmatically create non-feature-linked, simple line callout annotation and set the anchor point?

Vitals: ArcGIS-ArcView 10.0, Python 2.6.5, PythonWin, comtypes I'll start with my main questions: How, using ArcObjects, do I go about creating non-feature-linked geodatabase annotation features ...
6
votes
1answer
119 views

Why are annotation features containing both GraphicElement and TextElement objects not drawing in an ArcGIS Server map service?

I am building annotation features with Python/comtypes/ArcObjects. The annotation works great in ArcMap (10.1), but it is does not draw when published to a map service in ArcGIS Server. Each piece ...
7
votes
2answers
610 views

Why do these annotations appear stacked/overlapping?

I've encountered a strange problem while trying to populate an annotation feature class programmatically (ArcObjects, C#). As you can see in the image below, the characters in each text string seem to ...
3
votes
2answers
799 views

How could I label features and convert them to annotations with arcpy?

how could I do the following steps with arcpy: right-click on the layer with the features Label Features Convert Labels to Annotations ... The annotions should be saved in a new shapefile. How ...
1
vote
1answer
631 views

Automate converting labels to annotation in ArcMap at multiple scales?

I need to be able to convert labels to Annotation feature classes at multiple scale levels for both address and street data. Similar in concept to generating tiled layers for a web service, I have 5 ...
2
votes
1answer
1k views

ArcGIS: Place all labels on a map non overlapped

I was wondering if there is a way to place all labels on a map non overlapping, but by extending an arrow/line from the label to the point. I've tried the call out box, but I couldn't find a way to ...
1
vote
1answer
235 views

How do I control the ZOrder of annotation classes in a geodatabase annotation feature class?

Let's say I have an annotation feature class with three annotation classes--anno1, anno2, and anno3--and I want to have anno1 on top, anno2 in the middle, and anno3 on the bottom. Can I and where do ...