POST
|
Thanks Bruce and Jayanta for the reply. But, it does not appear to want to work using any value for the search radius. I'm only able to get the spatial join to run is with no value in the search radius. May have to open a support ticket. Snippet of the code used outPoints = "PointsAlongRoutes"
joinFeats = "MergedRoutes"
outJoinFeat = "PointsJoinedToRoutes3"
joinOp = "JOIN_ONE_TO_ONE"
joinType = "KEEP_ALL"
fieldMapping = ""
matchOption = "INTERSECT"
searchRadius = "10 Feet"
distanceField = ""
arcpy.SpatialJoin_analysis(outPoints, joinFeats, outJoinFeat, joinOp, joinType, fieldMapping, matchOption, searchRadius, distanceField)
... View more
06-06-2017
11:40 AM
|
0
|
6
|
2604
|
POST
|
What is the format for the search radius parameter in the Spatial Join in a python script? I've tried a numeric value (5), 5 feet, and 5-feet.
... View more
06-06-2017
06:22 AM
|
0
|
9
|
3543
|
POST
|
You could do an interactive selection, dragging a selection box across the area you want to 'extract' Then export just the selected records.
... View more
06-05-2017
10:35 AM
|
2
|
0
|
394
|
POST
|
I believe once you create a hosted feature layer in AGOL, a unique ID is generated for that feature layer. It sounds like when you attempt to 'overwrite' the feature layer it is generating a new unique ID for that feature layer. Why not edit the feature layer in AGOL, then your edits will display in you app?
... View more
06-01-2017
11:36 AM
|
0
|
1
|
6066
|
POST
|
You might want to include your script to aid with trouble shooting.
... View more
05-15-2017
02:15 PM
|
0
|
0
|
2157
|
POST
|
I believe you would re-publish the 'Export Web Map' tool , from the geoprocessing results after running the tool, as a GP service. This would be on your ArcGIS Server, not desktop.
... View more
05-05-2017
06:53 AM
|
0
|
1
|
563
|
POST
|
I'm not sure, but I think you might need to re-publish that service for the changes in the MXD's to be reflected.
... View more
05-05-2017
06:31 AM
|
0
|
3
|
2301
|
POST
|
The path to the templates should be something like this. C:\Program Files\ArcGIS\Server\Templates\ExportWebMapTemplates
... View more
05-04-2017
02:09 PM
|
2
|
5
|
2301
|
POST
|
I'm seeing the same issue and we are still using Windows 7 Enterprise.
... View more
05-04-2017
06:37 AM
|
0
|
3
|
11773
|
POST
|
Jason, How do you use TextFormatting.Newline? Attempting to use this in Labels and it is not honoring the newline. Using: $feature.Sta_Num + TextFormatting.NewLine + $feature.Sta_Name
... View more
04-07-2017
09:17 AM
|
0
|
2
|
2736
|
POST
|
Collector will only open web maps that have data from a feature service, i.e. editable.
... View more
04-07-2017
07:11 AM
|
2
|
6
|
1309
|
POST
|
It looks like you are trying to add the service to your AGOL account. What you need to do is add the service, via URL, to the Printing Utility Services in AGOL, you will need to be admin on your organizational account.
... View more
03-30-2017
07:22 AM
|
0
|
1
|
2737
|
POST
|
Your URL should look something like this. https://xxx.yyyy.zzzzz.ccc/arcgiserver/rest/services/PrintLayouts/PrintService/GPServer/Export%20Web%20Map
... View more
03-30-2017
07:03 AM
|
1
|
3
|
2737
|
POST
|
I do believe the arcgis server (machine) has to have permissions to the location of the where the data added to the map doc is stored.
... View more
03-27-2017
01:53 PM
|
2
|
0
|
1990
|
Title | Kudos | Posted |
---|---|---|
1 | 03-29-2012 10:22 AM | |
2 | 09-17-2018 05:38 AM | |
1 | 03-23-2016 06:25 AM | |
1 | 06-30-2016 09:13 AM | |
1 | 11-23-2015 08:40 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|