POST
|
Thanks @ChristopherCounsell for your input, it was indeed a performance issue with the Survey123 hosted feature layer. I had also contacted Esri Tech Support and Dharshini Devi there had me rebuild the spatial index which I had not been doing (I know kind of a bonehead move). It took about an hour to rebuild but once completed that resolved the performance issue we were experiencing.
... View more
04-21-2025
07:07 AM
|
1
|
0
|
378
|
POST
|
Is anyone else experiencing extremely slow performance when pulling point feature data from a Survey123 survey database into an AGOL Web Map, specifically as Hosted Feature Layer View filtered version of the Survey123 data? It is rendering very very slow back to the web map making the app unusable. Internet connection is good. Web map is rendering fine with all the other feature layers, its just of near-real time "live" data from the Survey123 database is choking. We do have about 80,000 point features in the Survey123 database at this point along with 1-2 photo attachments each. The date range filter on the View layer means that we are never pulling more than about 8,000 points to be rendered at any time in that layer that is choking.
... View more
04-18-2025
08:23 AM
|
0
|
2
|
455
|
POST
|
Is anyone else experiencing extremely slow performance when pulling point feature data from a Survey123 survey database into an AGOL Web Map, specifically as Hosted Feature Layer View filtered version of the Survey123 data? It is rendering very very slow back to the web map making the app unusable. Internet connection is good. Web map is rendering fine with all the other feature layers, its just of near-real time "live" data from the Survey123 database is choking. We do have about 80,000 point features in the Survey123 database at this point along with 1-2 photo attachments each. The date range filter on the View layer means that we are never pulling more than about 8,000 points to be rendered at any time in that layer that is choking.
... View more
04-18-2025
08:22 AM
|
0
|
0
|
181
|
IDEA
|
Re: Field Maps photo timestamp workaround @ashtons @CarynAshbay @DanielKarkoszka Yes, I agree this is a common limitation with Field Maps, especially if your used to the robust photo watermarking of date time, lat/lon coords, reverse geocoding for address, etc. that can be easily implemented in Survey123 XLSForm. Here's a workaround in Field Maps we use on Android devices. It's not really "in Field Maps" but because the photo attachment tool from Field Maps just launches the native Camera app on the mobile device you can simply use the camera Settings to watermark the photos with the date/time stamp. You can also toggle on Location Tags in Camera Settings in order to include the location lat/lon coords in the EXIF data for the photos for evidentiary purposes (I don't believe there is a way in Camera settings to also include this coord info in the watermark image with date/time stamp, but that may depend on camera app or the Android or Knox version). We have a fairly limited number of users so we just go thru this one time camera settings on each mobile device as part of our users Field Maps training. Results may vary but this is what works for us: 1. Open Settings in camera. 2. Toggle on Watermark in Camera Settings 3. Tap Watermark in Settings to configure details for watermark [Note: limited options here but something at least] 4. Under Camera Settings, toggle on Location Tags
... View more
11-20-2024
07:29 PM
|
0
|
0
|
1788
|
POST
|
Hi, I am encountering same issues you and when you and Kristin reported with the mysterious "end tag ${/} is unopened" error message. Can you tell m more about the 10/31/22 Survey123 browser upgrade you mentioned that appeared to resolve the issue for you? Thanks! Todd
... View more
09-22-2023
10:37 AM
|
0
|
0
|
2418
|
POST
|
Hi, did you ever figure this out? I am experiencing same issue. Thanks in advance for any additional information. Todd
... View more
03-29-2023
06:14 AM
|
0
|
0
|
3255
|
POST
|
Awesome Matt, that worked like a charm, thanks so much for sharing! Todd
... View more
08-06-2021
08:43 AM
|
0
|
0
|
3674
|
POST
|
Matt, did you every get a solution for the "Execution Error:Runtime Error: Cannot call member property on object of this type. y"? I am encountering the same issue with the passing polyline geometry to a Survey123 survey. Thanks! Todd
... View more
07-29-2021
08:15 AM
|
0
|
4
|
3717
|
POST
|
Hey Mark, we are trying your "Reference Online Content" option above as the latest and greatest way of accessing the Esri basemaps with our mmpk in Explorer. We are running Pro 2.6.2. But I don't even see that "Reference Online Content" or the "Enable Map Expiration" checkbox options. From your post on Sept. 28 "Using ArcGIS Pro 2.6 the ‘create mobile map package tool’ has an option to reference online content. All “https:” datasources will be included in the mobile map package as is." Any insight would be appreciated. Thanks, Todd
... View more
11-06-2020
09:49 AM
|
0
|
0
|
2725
|
POST
|
Thanks Ken, I had not thought of that...but just tried that and worked in my IIf function, and it worked as desired so good to go! // Write a script to return a string of the day, month, year from a date field, to show in the pop-up. // If the InpsDt is null, then display PrevInspDt, otherwise display InspDt IIf(IsEmpty($feature.InspDt), Text($feature.PrevInspDt, 'MMM D, Y'), Text($feature.InspDt, 'MMM D, Y')) I think I am getting a little confused about Arcade for labeling and Arcade for expressions in pop-ups. Would it be correct to say that certain Arcade functions work for popups but don't work in labeling, and vice versa?
... View more
10-15-2019
12:42 PM
|
0
|
2
|
20159
|
POST
|
Xander, Thanks for your response, starting to see the light lol. I should have clarified the input date is actually not a string, but rather a date type, and I want to return a string like your snippet. Is there a slight modification you can recommend or it a whole other approach? Thanks again! Todd
... View more
10-15-2019
11:52 AM
|
0
|
6
|
20159
|
POST
|
I am trying to use the Arcade "date" function in an expression for a popup to return the day, month, year but without the time. Well actually would like to lose the day of the week too. The documentation I refer to the time as an "optional" field: IIf(IsEmpty($feature.InspDt), Date($feature.PrevInspDt), Date($feature.InspDt)) Returns this... "Thu Mar 21 2019 20:00:00 GMT-0400 (Eastern Daylight Time)" So our archived time data is all mucked up and for our purposes we only really need month, day, year anyway. Is there something I can add to this Arcade Date function so that it returns the date but without the "20:00:00 GMT-0400 (Eastern Daylight Time)", and ideally without the day of the week "Thu" portion as well?? Thank you! arcgis online arcade arcade attribute expressions #arcade pop-ups
... View more
10-14-2019
01:58 PM
|
4
|
8
|
21181
|
POST
|
Yes Karen, completely agree that would be an excellent improvement, can you offer a rough ETA on next release of ArcGIS for AutoCAD? Thanks!
... View more
05-17-2019
10:28 AM
|
0
|
12
|
2977
|
POST
|
Xander, Can you elaborate on current Esri recommendation for implementing a system of mobile collaboration and sharing content using a portal in a disconnected way? What is the future of ArcMap Publisher-to-ArcReader for disconnected scenario on mobile devices? and how close now (current 1.5 years since your above comment) is the ArcGIS Pro to MMPK content sharing in terms of symbology, map performance, file sizes in a disconnected scenario...when compared to ArcGIS Explorer with on device MMPK? Thanks, Todd
... View more
05-16-2019
06:24 AM
|
0
|
1
|
2758
|
POST
|
Anyone know if this has been addressed yet? We are trying to use ArcGIS for CAD to connect to ArcGIS Online hosted feature services. Thanks! Todd
... View more
04-09-2019
11:25 AM
|
0
|
0
|
2977
|
Title | Kudos | Posted |
---|---|---|
1 | 04-21-2025 07:07 AM | |
4 | 10-14-2019 01:58 PM |
Online Status |
Offline
|
Date Last Visited |
04-21-2025
06:26 AM
|