Tagged Questions
0
votes
0answers
7 views
Receiving Label Expression error
Writing simple label expression in python. It looks like this [Well_Name]+'\r'+ [TCA] . They are both string fields. I receive the following error "TypeError: coercing to Unicode: need string or ...
5
votes
2answers
89 views
How to do advanced Python labeling in Arcmap?
Does anyone have a good reference for advanced/complicated labeling expressions in Arcmap? I am attempting to write a Python label expression that would involve multiple label definitions.
Here is ...
1
vote
2answers
59 views
ArcMap label expressions with Python
Having trouble here: I'm trying to use python to write selective label expressions. I have several concentrations and depending on its "_Ex" number I either want it labeled red, not red, or not ...
3
votes
1answer
92 views
ArcGIS key numbering labels for every feature in one layer
I would like to use key numbering when labeling specific layer. But the tricky thing is I want to label every feature in this way.
By default, key numbering is last option in Strategy order (source). ...
1
vote
2answers
165 views
How to Add Values together using FindLabel (VBscript) function of ArcMap Label Expression?
I'm wanting to add together values from multiple fields in shp file and display the result as a the label here's what I'm looking at right now:
if ( [SwineGesBo] + [SwineSowLt] > 0) then output = ...
2
votes
1answer
64 views
How do I choose a specific position for ArcMap labels
ArcMap 10.1: Labels on tiles I have set up for data driven pages randomly locate around the page instead of in the centre or in the corner where I want them to be despite allowing overlapping labels ...
2
votes
0answers
75 views
Setting absolute label size ArcMap10
I have an architecture plan with elevation measurements. When I display the labels (Bullet Leader style), the automatic scaling moves the label on top of the background layers, obstructing them.
I ...
3
votes
1answer
167 views
How can I label edges of polygons?
How would I label polygon features, such as Counties, by its edge in ArcMap 10.1. This is similar to what one might find in a street atlas.
For instance, have there are two counties (Lamb and ...
1
vote
1answer
268 views
How can I prevent label text from overlapping in ArcGIS 10.1?
Using ArcGIS 10.1 Desktop of Home Use (ArcInfo license I believe), I'm getting results like this using the included Maplex labelling engine:
https://dl.dropbox.com/u/1282990/Clipboard01%20%282%29.jpg
...
1
vote
1answer
201 views
Labeling text with special characters in ArcMap?
I am trying to display some bird data in ArcMap in the format/notation that it is recorded in the field. The notation is made up of the one/two letter species code followed by a description of the ...
6
votes
1answer
199 views
ArcMap 10: How do I escape certain characters when labeling?
I am labeling certain Oil & Gas areas by Operator in ArcMap 10, using this expression:
"" & [OPERATOR] & "" & vbNewline & "" & [UNIT_NAME] & ""
The only problem is ...
0
votes
1answer
158 views
How to create text label of different scales?
I would like to create a different type of map in ArcMAp.I would like to present the frequency of some words. So the dimension of the word (maybe even the color) would symbolize its frequency.
I ...
2
votes
2answers
126 views
displaying combined data values in ArcMap
I got some data in an attributes table and I would like to know how I can combine them in order to get an unique value in the map.
For instance,
Attribute: Type
Value: Street
Those values I ...
4
votes
1answer
341 views
Find a suitable font size for the map scale?
Is there a website that suggests suitable font sizes for each scale level in the layout? I am currently using ArcGIS 9.3 but pretty soon will upgrade to 10.
Thanks !
1
vote
1answer
355 views
How to achieve more than basic labelling of Reference Grids (Graticules, Measured Grids) in ArcGIS Desktop?
I'm happy to be corrected, but at the moment I do not think it is possible to meet any of the following mapping requirements using either ArcMap or ArcPy:
Label measured grids using a format like ...
1
vote
1answer
639 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
421 views
create border and labels for groups of features in arcmap
I am relatively new to GIS, so please bear with me if my question is a basic one.
I have a simple map of the parishes (counties) in Louisiana, and each of the parishes has an associated regional ...
6
votes
3answers
1k views
Label Expressions to replace null values with text not in feature class
I need to label some hydrants (points) - some of these belong to the fire brigade and have a number assigned to them, some do not and thus do not have a number. I would like to write an expression ...
7
votes
1answer
473 views
Label legend interval with number of elements - ArcMap 10
I have made a series of choropleth maps in ArcMap 10.
When I classify the interval the bottom of the dialogue tells how many elements are in the class.
Is it possible to have this number ...
0
votes
4answers
381 views
In ArcMap, can polygon labels always be displayed in a fixed area of the screen?
If I'm inside an area, I want its properties to be displayed in a fixed area of the screen (top right, let's say).
2
votes
2answers
2k views
Label *beside* polygons in ArcMap 10?
I try to add labels to polygons in ArcMap 10 based on a field in the corresponding attribute table.
However, the labels always appear inside the polygon, and I can't find an option that lets me put ...
1
vote
1answer
624 views
Labeling classes for small roads on large extent maps in arcmap with sql statement
I have many small sub divisions that won't label nice, (lot of overlapping) unreadable. While using the bullet leader symbol. What would be the best statement that would place the labels in a clear ...
7
votes
2answers
622 views
Is there a way to turn off all labels in ArcMap without clicking on every layer?
I rarely bother with labels, but sometimes it would be nice to toggle them on/off. Something like the Pause Drawing button, except that it would only turn off labels (all labels in all layers...not ...
2
votes
2answers
2k views
Can I “stack” labels in ArcMap (ArcView) without Maplex?
I do not see any obvious setting for stacking labels in ArcMap (ArcView license). Am I missing something or do i have to write a complex expression to stack my labels?
3
votes
2answers
268 views
Non-breaking space in ArcMap?
Is it possible to have a non-breaking space in ArcMap? I particularly need it for labels.
& gives me a & but
doesn't work.
Is there any way to make a non-breaking space?
I'm ...
5
votes
1answer
2k views
Are there any good alternatives to the Maplex (ESRI) labeling engine?
I am running ArcGIS 10 (ArcView) with the standard labeling engine. I am very familiar with Maplex and have used it in the past but it still lacked the "feature-linked" functionality given the type of ...
1
vote
1answer
303 views
Unwanted Italicization of Symbol Text (ArcMap 9.3.1)?
So I am running in to a problem that has got me stumped. I'm working on a road systems map, and there are a few symbols with text in the middle. The problem is that the text within the badge, ...
1
vote
2answers
426 views
How to prevent label from automatically creating a new line when applying labels to a point feature class? (ArcMap10)
I have a point feature class that I am labelling with the string "EXIT" for a majority of points, but some points will be longer, such as "EXIT into Pacific".
I wrote a labeling script that will ...

