POST
|
Thanks James. I'll look into the add-ins. After thinking on my original question, a suggested improvement might be to provide 'options' in the app settings to control the post/store behavior if desired. E.g. 'check this box to store on device and post later' vs. 'check this box to prompt user for post/store choice' along with the ability to start an additional survey automatically after the store/post.
... View more
06-05-2019
08:14 AM
|
0
|
0
|
483
|
POST
|
Is there any way to remove the "Survey Completed" splash screen in the mobile app? I understand that part of it's purpose is to provide a choice when the device is Online. However, when Offline, there is no purpose to it and you must just 'click-through'. This is pretty frustrating in that it requires two taps/clicks to complete a survey and then another one to start up a new survey, so I'm hoping someone can point me to method to avoid/disable it. Thanks!
... View more
06-04-2019
11:32 AM
|
0
|
2
|
516
|
POST
|
I checked in with Melita and Clayton Crawford yesterday about this and neither one knew the answer.
... View more
03-10-2015
07:31 AM
|
0
|
0
|
993
|
POST
|
We just ran into an issue trying to get ArcGIS LAS Datasets and Mosaic Datasets to correctly interpret the coordinate reference system in a LAS 1.2 file header. The LAS 1.2 spec uses the GeoTIFF GeoKey tags as opposed to the newer 1.4 spec which uses the WKT. Does anyone know which GeoTIFF GeoKeys translate to form the Geographic Coordinate System (GCS) portion of an ESRI defined coordinate system? We tried to define a GCS_North_American_1983 using: key 2050 - GeogGeodeticDatumGeoKey: Datum_North_American_Datum_1983 key 2056 - GeogEllipsoidGeoKey: Ellipse_GRS_1980 but for ArcGIS this resulted in: Datum: D_North_American_1983 Spheroid: GRS_1980 Semimajor Axis: 6378137.0 Semiminor Axis: 6378137.0 Inverse Flattening: 0 I'm wondering if perhaps instead we should be using: key 2048 - GeographicTypeGeoKey: GCS_NAD83 key 2056 - GeogEllipsoidGeoKey: Ellipse_GRS_1980 Does anyone know this spec and how to have it correctly interpreted?
... View more
03-09-2015
09:43 AM
|
0
|
3
|
4599
|
POST
|
Is there a way to specify the output SR when using the Print dijit or will we have to recode our app using the print task?
... View more
12-17-2014
07:15 AM
|
0
|
0
|
1415
|
POST
|
Hmmmm..... I can see how William Carr's implementation is one path to a possible solution. It needs some tweaking, like a loop to run through all the [items] returned to the getTextContext function so each one gets displayed in the infoWindow. Mainly I was trying to avoid a multiple "Task" methodology where there are queries for the first click and then another query for the relationship and then another click to display the popup. The out-of-the-box implementation of the popup at v 3.10 of the api handles the related query for single click solution, there just doesn't seem to be a way to call the returned records except using the mediaInfos structure which is irritating.
... View more
08-28-2014
07:21 AM
|
0
|
1
|
486
|
POST
|
Did you ever find a solution for this? I just ran into the same problem. I can see that the related values are returned to the client by examining the response in Firebug but can't figure out how to get it to display in the Popup. My template is defined like this: var popupTemplate = new PopupTemplate({ title: "{PARK_NAME}", fieldInfos: [ { fieldName: "POLYID", visible: true }, { fieldName: "relationships/0/FEDNUM", visible: true, label: "FedNum" }] }); Below is the screenshot of the popup as well as the response shown in Firebug.
... View more
08-27-2014
01:53 PM
|
0
|
4
|
2641
|
POST
|
The radians thing didn't help me either so I used this to return a North Azimuth based reference. Hope it helps someone... Field (type double) = NorthAzimuth( !Shape! ) Codeblock: def NorthAzimuth(Pline):
degBearing = math.degrees(math.atan2((Pline.lastPoint.X - Pline.firstPoint.X),(Pline.lastPoint.Y - Pline.firstPoint.Y)))
if (degBearing < 0):
degBearing += 360.0
return degBearing
... View more
09-14-2011
12:13 PM
|
4
|
1
|
7592
|
POST
|
I stumbled with this myself at 10. The answer (at least to my problem) was that the attributes were indeed being written to the attribute table but the fields are not turned on by default in ArcMap. So just open the FC properties and click the Fields tab and you'll see "Intensity" (or other Las attribute) there, click the checkbox next to it and you should be good. I discovered this "solution" here: http://blogs.esri.com/Support/blogs/supportcenter/archive/2011/04/14/lacking-intensity-don-t-worry-i-know-how-to-find-it.aspx
... View more
05-04-2011
09:21 AM
|
0
|
0
|
334
|
POST
|
I'd like to set the zoom slider to use fixed scales for a DynamicMapService but can't see how. Anyone got any ideas (other than switching to a CachedMapService)?
... View more
09-28-2010
10:35 AM
|
0
|
0
|
543
|
Title | Kudos | Posted |
---|---|---|
4 | 09-14-2011 12:13 PM |
Online Status |
Offline
|
Date Last Visited |
06-19-2024
01:34 AM
|