|
POST
|
If they have access to Survey123 Connect for ArcGIS you can simply share your XLSForm file on a nework share and they can use this to create a new survey using the "File" option. The Network share could even be set to read only so they cannot edit your original file without making a local copy. They can also create a new survey from an existing published survey using the "My Organization" option. If you really want to use the web browser version and the original survey was created with the web browser there is an option. Publish your blank survey to AGOL Under Collaborate > Viewer, check "Following Groups" and select group your publishers belong, click Save. Do not set anything under "Submitter" The survey will now appear and the users in this group will have the option to "Save As" a copy the survey from their "My Surveys" by clicking the three ellipses "..." in the bottom corner of the listed survey . They will not be able to edit the original or even add data but can do anything on the copy. AGAIN - This will only work for surveys created using the web browser version not those created from Survey123 Connect for ArcGIS
... View more
08-23-2019
07:11 PM
|
1
|
1
|
1776
|
|
POST
|
Chris, Try rebuilding your overview files. This can be completed from Catalog in Pro, right clicking the mosaic dataset and selecting Optimize > Build Overviews. Once the tool loads in Geoprocessing make sure to click on Define Missing Overview Tiles and Generate Overviews. Under the Overview Generation Options you can also try the Generate Missing Overview Images Only option before regenerating the entire set. You need to click on Generate Overviews for this option to show.
... View more
08-23-2019
06:24 PM
|
1
|
0
|
9065
|
|
POST
|
Robert Harmon Development is suppose to start in the second half of 2019 - Collector for ArcGIS - Releasing the Aurora Project. I have not seen anything yet for alpha or beta testing for Windows. Android is still in beta.
... View more
08-23-2019
05:52 PM
|
1
|
0
|
5743
|
|
POST
|
Ken, Yes, select the rows you want to change then you can use field calculator and set the coded value (you need to know this value) or in the (1) attributes dialog (2) select the feature class at the top of the list rather then an individual feature and then (3) set the domain value for the field. The later is the easiest and will both change all the selected features.
... View more
08-23-2019
05:27 PM
|
5
|
1
|
6682
|
|
POST
|
Laura, Oh the fun of differing coordinate systems. If all your points are shifted about the same distance and direction this is typically the result of a transformation error between differing coordinate systems. check with your surveyor and confirm exactly which coordinate system your “control” points were collected. confirm the coordinate system your GPS is utilizing for your raw data. This raw data should be stored in your point data as latitude, longitude and altitude if you have enabled high accuracy GPS data in your feature service. use the latitude, longitude and altitude values to project your survey data to the same coordinate system as your control data. This can be completed in Pro using ProjectZ as outlined in Is it possible to collect accurate Z coordinate values with Collector and Trimble R2? if you do not need the elevation data you and just use Project—Data Management toolbox. The the raw data from the GPS eliminates the potential of introducing additional transformation error between your GPS and published map. If needed, try different transformations when using Project or ProjectZ if your points are still off and see if the one works better than another If you can attach your control points and sample data I would be glad to take a closer look.
... View more
08-23-2019
05:13 PM
|
0
|
2
|
9919
|
|
POST
|
Alfonso, We mainly use ArcGIS Collector connected to AGOL and call Survey123 as a secondary application to collect various surveys. In Survey123 we either pass xy data or utilize a geo point which in turn we display the survey feature service on our collector map. This way users can see which points have been collected and which have not. Below is a screen shot were inspections need to be performed (red bulls-eye) and inspections have been performed using Survey123 (green dot). The green dot is simply a higher layer in the TOC so it covers the red bulls-eye. You would only need to display the later for your trash points. You could even include a definition query to only display trash points collected within a given time frame from the current date, i.e. last 30 days. You are limited to the accuracy of the internal or external GPS when using geopoints and data would only be real-time if using cellular.
... View more
08-23-2019
10:15 AM
|
2
|
1
|
1579
|
|
POST
|
Charles, SQL Server is only supported back to 2014 SP3 for Pro 2.4. Take a look at Microsoft SQL Server database requirements for ArcGIS 10.7.x and ArcGIS Pro 2.4—Help | ArcGIS Desktop. If you are using Microsoft ODBC Driver 17 for SQL Server, you can try an older version such as 13 or 11 but no guaranties.
... View more
08-22-2019
05:59 PM
|
1
|
0
|
760
|
|
POST
|
Radomir Balazy Check how much free space you have on your system drive and the drive you are using for memory page files. Also how much memory do you have in the system. You can also try running this on a small selection of features rather than the entire feature classes.
... View more
08-22-2019
05:24 AM
|
0
|
0
|
5342
|
|
POST
|
Radomir,, The variables used in the Join Condition should start with either $join for values from the join feature or $target for the target feature. Try using $join["layertitle"] or $target["layertitle"] in the join condition adjusting as needed to match your schema. The part in quotes needs to match a fieldname in your corresponding feature.
... View more
08-21-2019
06:02 AM
|
0
|
2
|
5342
|
|
POST
|
Craig Poynter Take a look at the following post https://community.esri.com/thread/237247-arcade-expression-ifthen-statement which outlines using conditional statements with or/and operators in Arcade. If you post the Arcade code that you have so far, I would be glad to respond with additional guidance.
... View more
08-19-2019
09:22 AM
|
0
|
2
|
1997
|
|
POST
|
Map Vis You can use a try/catch statement. The exception can also be used to handle other specific error other than the tool not being loaded. var param_values = Geoprocessing.MakeValueArray();
param_values = null;
try
{
Geoprocessing.OpenToolDialog(analysisToolName, param_values);
}
catch (Exception e)
{
Debug.WriteLine("DID NOT FIND TOOL");
}
... View more
08-18-2019
05:31 AM
|
0
|
1
|
1517
|
|
POST
|
Yuying Li, Since I did not have the files on my system they were reported as broken links when I opened the XLSForm. Pertaining to the photos, did you add the submission_url back into the form I had sent to you? I could not include this for testing as it was pointing to your portal. I am able to open, view and edit the photos in the version I have published. The web version does not fully support all the features that are available from Survey123 Connect and can be temperamental. The data should also be available from your ArcGIS Online account if you just want to look at the raw data along with linked data i.e. photos. In Survey123 website, you can also open the map view, click on one of the points collected, at the bottom of the pop-up select “show related records”, select your photoRepeat from the list, in the photo column click on one of the “show()” then click on the photo name in the pop-up to display the linked photo.
... View more
08-17-2019
05:19 AM
|
1
|
0
|
2422
|
|
POST
|
Yuying Li, From what I can see the lookup tables for the XLSForm "type" and "appearance" columns are pointing to the other xlsx workbooks. Please see the clean copy of your XSLForm I uploaded in my prior response. Try replacing yours with this version and republish. I hope I did not breaking anything. Nice form by the way.
... View more
08-16-2019
06:57 PM
|
0
|
0
|
2422
|
|
POST
|
Yuying Li, Please try the attached updated file. I copied your XLSForm into a new blank file. Make a copy of your existing xlsx and replace and rename it with this version. You will need to add your submission_url back in as needed.
... View more
08-16-2019
06:51 PM
|
0
|
0
|
8818
|
|
POST
|
Yuying Li, Open your XLSForm, goto the Data ribbon under Queries & Connections > Edit Links. The link to AJB Reclamation Survey.xlsx is most likely the correct path for your copy. I renamed the form to import so appears broken on my copy. The others can be repointed using the Change Source option in the Edit Links dialog.
... View more
08-16-2019
06:23 PM
|
1
|
1
|
8818
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-14-2026 11:47 AM | |
| 3 | 05-14-2026 12:23 PM | |
| 1 | 09-16-2019 05:49 PM | |
| 1 | 06-11-2025 03:32 PM | |
| 1 | 12-26-2023 09:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|