POST
|
I'm trying to roll out a mobile app using MapViewer template for the AppStudio. Right now, when you identify, it does an identify on all visible layers. I need it to only identify on exactly one layer. I've been able to figure out where/how to manipulate the attributes, but I can't seem to locate where in the code you have it focus only on one specific layer. Any suggestions where in the Qt code?
... View more
10-13-2020
01:32 PM
|
0
|
1
|
72
|
POST
|
I've got a data service we are using in one of our Javascipt API applications, both of which are served off our in house ArcGIS Server and web server. I've added the data service to a Web Map and published the web map to the public (http://arcg.is/OKa4O ). However, when I try to make a Story Map based upon that Web Map, the service refuses to show up. It tells me the service is inaccessible. Since it works fine in our current application and it seems to work fine in the Web Map, I'm not sure what to do with the service to make it accessible by the Story Map. Any suggestions?
... View more
09-18-2017
07:32 AM
|
0
|
2
|
105
|
POST
|
Ok, but when I calculate a value (which should be just copying a value from the CSV into that field), it says the field doesn't exist. Yet when I open the shape file, the field is there.
... View more
09-29-2016
01:38 PM
|
0
|
1
|
2
|
POST
|
I've got a CSV file with a series of points in each row, point 1, point 2, and point 3. The row also has a series of attributes that I want to be in the attribute table of the resulting feature class (most notably 'id' and 'token'). I can make the polygons ok, but I'm struggling to figure out how to actually get the values into the fields. They're all coming up with default values. I've tried to iterrate back over the resulting shape file to no avail. I'm not sure what tree to even begin barking up at this point. Can anyone point me towards what tree to start barking up? import arcpy print "Starting!" fc = 'c:/temp/test.dbf' #fields = ['Home_y', 'Home_x', 'Work_y', 'Work_x', 'School_y', 'School_x'] fields = ['Home_x', 'Home_y', 'Work_x', 'Work_y', 'School_x', 'School_y', 'id', 'token'] feature_info = [] features = [] with arcpy.da.SearchCursor(fc, fields) as cursor: for row in cursor: feature = [] feature = [[row[0],row[1]],[row[2],row[3]],[row[4],row[5]]] poly = arcpy.Polygon(arcpy.Array([arcpy.Point(*coords) for coords in feature]),arcpy.SpatialReference(4326)) arcpy.AddField_management(poly,"id","TEXT") arcpy.AddField_management(poly,"token","TEXT") #arcpy.CalculateField_management(poly, "id", "Hello_World") features.append(poly) print "Writing shape file..." arcpy.CopyFeatures_management(features, "c:/temp/polygons.shp") print "Done writing shape file..."
... View more
09-29-2016
01:23 PM
|
0
|
3
|
748
|
POST
|
Can we get this fixed sooner? Honestly this cripples the product completely for our uses. Our maps have to have a decent DPI otherwise we can't print.
... View more
06-06-2016
11:41 AM
|
0
|
5
|
42
|
POST
|
We're running our 10.3.1 ArcServer installation on two Hyper-V's that are clustered at the ArcServer level. We've pushed all of our imagery services to its own VM with 16gb of RAM and 2 virtual CPUs running at 2.5ghz each. Our RAM utilization is fine at around 40-45%, but our CPU utilization goes through the roof from time to time. I have one imagery service that takes between 45-55% of the CPU from time to time. The total CPU utilization will be around 95-98%. The only thing this VM is doing is running these services. Users are complaining that service is slow. I'm assuming (perhaps erroneously) that the speed users are experiencing is related to the high CPU usage. I've googled around and all I can find is information to ArcServer 9.3 or 10.0. Can anyone give me any idea of what I might be able to do to fix this problem? Do I throw more virtual CPUs at it?
... View more
03-02-2016
07:26 AM
|
0
|
1
|
1676
|
POST
|
Is there an easy way to create the same pane as the Basmap widget, but blank? What I want is my "Tools" and "Legend" buttons to have the same look/feel so the easiest way I can think is to use whatever base widget they use for the Basemap Widget. Any direction I can look?
... View more
03-07-2014
09:25 AM
|
0
|
1
|
310
|
POST
|
We have a multiwall CAVE at our shop and we're trying to get stereo to work in CityEngine. We have stereo working fine in other apps on this system but can't seem to find a method of activating stereo in CityEngine. Does anyone have any suggestions as to were to look, or even if this is possible? Thanks!
... View more
11-12-2013
11:30 AM
|
0
|
1
|
1904
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|