|
POST
|
Hi Brad, there's several ways to approach this. You may want to separate your maps into multiple pages, or use inset maps to be able to zoom in to areas with a lot of labels. Also, you could convert your labels to annotation by right clicking the layer in the table of contents. If you do that, you can edit and move each one individually to wherever you choose. A third option is to use Maplex labels, if you have an advanced license. Maplex labels are a lot more versatile, with more options to play with. You can read more about it here: ArcGIS Help 10.1
... View more
05-01-2015
04:30 PM
|
0
|
0
|
799
|
|
POST
|
Hi Denise, Try using the Snap tool: ArcGIS Help 10.1
... View more
05-01-2015
12:01 PM
|
0
|
0
|
1250
|
|
POST
|
Hi Clare, your question is a bit confusing. So, you have coordinates for points that you want to digitize? Or, are you saying you have two points along a line that represents the bank? And what exactly so you mean by spatial definition? Maybe you could post a screenshot of what you have--both feature classes and tables,
... View more
05-01-2015
10:30 AM
|
0
|
1
|
1375
|
|
POST
|
Can you use the rotate shapes tool in ET Geowizards to rotate your polygons according the magnetic north?
... View more
05-01-2015
10:12 AM
|
0
|
0
|
2051
|
|
POST
|
Hi Melissa, how exactly are you creating the boxes?
... View more
05-01-2015
09:48 AM
|
0
|
2
|
2051
|
|
POST
|
Hi P.V., If you want to change the font size of part of your label, you can use a label expression, adding it to the one you have already. There are examples of font size expressions in this help file: ArcGIS Help 10.1
... View more
05-01-2015
09:20 AM
|
2
|
7
|
5618
|
|
POST
|
Do you have an extent set in your environments settings?
... View more
05-01-2015
09:06 AM
|
0
|
1
|
1686
|
|
POST
|
Hi Manetta, You can play with both the symbology (the way the layer is drawn) and the labels by right clicking the layer in the table of contents and choosing properties. There are tabs for symbology and labels. Under symbology, you can choose the field to base it on (type), and then pick different colors or symbols for each type. You can also label your wells using that field, and checking the "label features in this layer" box under the label tab. You can read up on this stuff in this help file: ArcGIS Help 10.1
... View more
05-01-2015
08:55 AM
|
0
|
0
|
1114
|
|
POST
|
Or maybe this: rows = arcpy.UpdateCursor(InTable) for row in rows: if row.getValue(sField) == " ": row.sField = row.lfield rows.updateRow(row) del row, rows
... View more
05-01-2015
12:00 AM
|
0
|
0
|
2059
|
|
POST
|
I think you want something more like this (excuse any bad formatting): arcpy.SpatialJoin_analysis(mLanduse, mSoils, mLanduse_SpatialJoin, "JOIN_ONE_TO_ONE", "Keep_All", "","WITHIN") rows = arcpy.UpdateCursor(mLanduse_SpatialJoin) for row in rows: if row.getValue(sField) == " ": row.setValue(sField, lField) rows.updateRow(row) del rows
... View more
04-30-2015
11:47 PM
|
0
|
2
|
2059
|
|
POST
|
Oh, yeah, I have done that on my personal non-GIS laptop. I wish there was a way to uninstall the damn thing though!
... View more
04-30-2015
06:10 PM
|
0
|
2
|
5295
|
|
POST
|
Really? My default is Firefox and it hasn't caused any problems at all.
... View more
04-30-2015
05:58 PM
|
0
|
4
|
5295
|
|
POST
|
Hey Lisa, I didn't realize you were working with raster data! Your original post didn't mention it, so I assumed we were talking about features. Anyway, I opened two raster layers in ArcMap. One is floating point, and the other is integer. The floating point layer had values in the ranges field with several decimal places (see screenshot), and the integer only had decimal places in the label field, as you're describing, so it led me to wonder--are you sure you data isn't integer? Also, I do notice that the floating point has overlapping ranges, but not labels, which is weird.
... View more
04-30-2015
04:41 PM
|
0
|
1
|
2502
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-15-2015 11:16 AM | |
| 1 | 05-08-2015 09:21 AM | |
| 1 | 06-17-2015 06:53 AM | |
| 1 | 06-16-2015 09:39 AM | |
| 1 | 05-29-2015 10:34 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|