|
POST
|
Have you checked that the server has access to all the parameters of the model?
... View more
07-16-2015
08:32 AM
|
0
|
3
|
2379
|
|
POST
|
Yes once you get the layer to appear the way you want right click the layer in the table of contents and select "Save as Layer file" pick a location to save the file, and that will hold the symbology properties you've set
... View more
07-16-2015
08:21 AM
|
2
|
0
|
1648
|
|
POST
|
You may also be interested in this tool ArcGIS Help (10.2, 10.2.1, and 10.2.2)
... View more
07-14-2015
07:01 AM
|
0
|
0
|
1430
|
|
POST
|
Do you want to do it in python or do you want the tool that does it? If you want to do it in python use the code above as a starting point pluck out some sample data and work through it. If it's the tool follow the instructions above and you'll find it to be very easy.
... View more
07-14-2015
06:53 AM
|
0
|
0
|
1430
|
|
POST
|
Right click the field you want to calculate choose "Calculate Geometry" you'll find the choices your looking for there. The field must be Type "Double"
... View more
07-14-2015
06:11 AM
|
0
|
3
|
1430
|
|
POST
|
I've not tested this code but are you talking about something like below? mxd = arcpy.mapping.MapDocument("CURRENT")
df = arcpy.mapping.ListDataFrames(mxd)[0]
dfsr = df.spatialReference
for row in arcpy.da.UpdateCursor(fc, ["SHAPE@XY","Xfield","Yfield"],"",dfsr):
row[1],row[2] = row[0]
updateRow(row)
... View more
07-13-2015
01:16 PM
|
0
|
0
|
1430
|
|
POST
|
Here's what you can do with labels Aide ArcGIS (10.2, 10.2.1 et 10.2.2)
... View more
07-13-2015
11:11 AM
|
0
|
0
|
3927
|
|
POST
|
Are trying to change colors in a text element? What are you trying to do?
... View more
07-13-2015
10:42 AM
|
0
|
2
|
3927
|
|
POST
|
This is an ESRI Add-In, Google Map Channels tool. You may close your arc products and double click the tool to install or place the file in a folder and use the Add-Ins option folder in ArcMap. When you restart Arcmap make sure to check the Google Extension(this causes the tool to be inoperable when in layout). To use this tool click on the tool then click in your map somewhere near a road your default internet explorer will open Google map channels at the place you clicked. Beware of the direction, direction is not coded in the tool so you may have to pan around to face the desired direction. Enjoy
... View more
07-13-2015
08:35 AM
|
0
|
2
|
4993
|
|
DOC
|
Thanks, but is there a place like arcscripts that you can currently upload scripts or is the Beta version to be the place when it goes live. P.S. Sorry this probably should have been a new question.
... View more
07-09-2015
01:53 PM
|
0
|
0
|
2379
|
|
POST
|
Chris you could create 3 classes and give them the label weights "High","Medium", and "Low" then the labels should be prioritized like you want.
... View more
07-09-2015
07:22 AM
|
1
|
0
|
1513
|
|
POST
|
I don't have Maplex,but in the "layers properties" on the "labels" tab you can "define classes of features and label each differently" Maplex may have a similar feature.
... View more
07-09-2015
07:08 AM
|
0
|
2
|
1513
|
|
DOC
|
I did post it here in hopes that people would find and comment on the tool. I think it is a awesome tool but i also think there is a lot of room for improvement and having it in a place where people can comment\suggest was\is desirable particularly in a place where good help is available to supplement my intermediate coding skills.
... View more
07-09-2015
05:46 AM
|
1
|
0
|
2379
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-14-2015 01:29 PM | |
| 1 | 01-26-2016 10:18 AM | |
| 1 | 08-18-2015 06:01 AM | |
| 1 | 06-20-2016 12:34 PM | |
| 1 | 01-19-2016 06:13 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|