|
POST
|
Adding to Darren's comment, just change the export line to: arcpy.mapping.ExportToPNG(mxd, r"C:\Users\" + pageName + ".png", resolution=200)
... View more
01-22-2017
10:10 PM
|
1
|
0
|
2014
|
|
POST
|
Some additional information might help e.g. is the 10.4 on a different server? Have you tested the 10.4 GP service through the REST interface before using it in the JS API? Are you sure the input parameters are correct?
... View more
01-19-2017
11:11 PM
|
0
|
0
|
3245
|
|
POST
|
The issue is not with your code - I believe your feature geometry that you are trying to load as a FeatureLayer is too complex for the SceneView.
... View more
01-19-2017
10:31 PM
|
1
|
1
|
1219
|
|
POST
|
Oh and don't forget to close this thread by marking the answer as correct. Thanks!
... View more
01-19-2017
02:58 AM
|
0
|
0
|
1815
|
|
POST
|
So you've changed servers - is the output location still the same and a valid location?
... View more
01-19-2017
02:54 AM
|
0
|
1
|
3282
|
|
POST
|
01-19-2017
02:21 AM
|
0
|
0
|
1815
|
|
POST
|
Make sure the output location format is correct - see Dan Patterson's blog /blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python
... View more
01-19-2017
02:20 AM
|
0
|
11
|
3282
|
|
POST
|
I think the cellSize line needs to refer to a cellsize value and not the raster. So you need to get the raster properties first to get the Elevation_Raster cellsize cs = arcpy.GetRasterProperties_management(Elevation_Raster, "CELLSIZEX")
arcpy.env.cellSize = cs.getOutput(0)
... View more
01-19-2017
02:09 AM
|
0
|
13
|
3282
|
|
POST
|
Can you show some code to indicate how you are handling the pan event and setting the Feature Layer source?
... View more
01-19-2017
01:59 AM
|
0
|
0
|
5779
|
|
POST
|
The last row of the list of coordinates has the N and E swopped. Change the Latitude column to N and the Longitude column to E and it works.
... View more
01-19-2017
01:43 AM
|
1
|
3
|
1815
|
|
POST
|
The way you've used it is correct - just add it to the other CSS properties such as overflow and white-space too.
... View more
01-18-2017
09:39 PM
|
0
|
1
|
6454
|
|
POST
|
Ok sorry I did not understand your question like that.
... View more
01-18-2017
02:46 AM
|
0
|
3
|
4593
|
|
POST
|
Azimjon Sayidov you can join the resulting table to your original feature class with the "Keep only matching records" option to indicate the polygons that touch or share boundaries.
... View more
01-18-2017
02:31 AM
|
0
|
5
|
4593
|
|
POST
|
You can use the Near tool to find polygons that touch as described in this post: https://community.esri.com/thread/99078 but you need Advanced license level.
... View more
01-18-2017
02:02 AM
|
0
|
1
|
4593
|
|
POST
|
I think the issue is layer permissions for different user roles that allow editing capabilities for certain users but read-only for all other. You can set up these roles at service level but not layer level within a MXD.
... View more
01-17-2017
12:00 AM
|
0
|
0
|
655
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-22-2024 12:37 AM | |
| 1 | 10-02-2025 10:28 AM | |
| 1 | 09-17-2024 12:29 AM | |
| 1 | 03-15-2024 11:33 AM | |
| 1 | 03-13-2024 11:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|