|
POST
|
I tried hosting the logo as a publicly shared item in our AGOL organization and adding it's URL to the CSS code above. This caused the app to prompt for AGOL credentials, even though the item is publicly shared. I used the https://ago-item-storage.s3.amazonaws.com/... address, which probably needs a token to be viewed, whether shared publicly or not in AGOL (?). Still looking for a solution...
... View more
07-31-2024
03:52 PM
|
0
|
0
|
1901
|
|
POST
|
I think this bug may still be present in the 'Interactive Legend' instant app. The custom header logo (not our org's shared style logo) I uploaded in the app designer works in the Edge browser, but not in Chrome. The app is public; you can view it here: Russian River Watershed Interactive Map I haven't modified the CSS of an app before, but will take a look to see if that fixes it.
... View more
07-31-2024
02:58 PM
|
0
|
0
|
1903
|
|
POST
|
I just get a generic "Failed to Export" message with no help topic link after a few minutes anytime I try to export to EPS in Pro 3.1.1. I have no points or text, just lines, polygons and a hillshade. I've tried clipping to graphics and image compression options, no change. Frustrating!
... View more
07-25-2024
04:38 PM
|
0
|
0
|
2151
|
|
POST
|
OK, I can work with that. I just need to add the item size to a list and sum the list. Using something like this... item = gis.content.search(item_name)[0]
item_id = gis.content.get(item.id)
item_size = item_id.size/1024/1024 and total = 0 for item in content: total += item_size return total I'll see if I can get it working and post back.
... View more
07-11-2024
05:37 PM
|
1
|
0
|
1948
|
|
POST
|
Very slick. I'll keep that in mind if I ever get to the point I can justify the budget. Anyone else have a more cost-effective solution specifically for Group content? I basically had to make a list of all the feature services in a group and cross reference them in the stock Storage report from AGOL.
... View more
07-11-2024
04:18 PM
|
0
|
2
|
1989
|
|
POST
|
I'm wondering if other AGOL administrators have found a way to generate a report of storage (and the resultant credits usage) by Group within your org. I would like to find a way to estimate how much storage a particular group needs, and hopefully estimate how many credits they would require to host their content in their own AGOL org. I have tried the standard reports available, as well as those available from GEO Jobe, but have not found a way to break the storage out by Group.
... View more
07-11-2024
03:31 PM
|
0
|
5
|
2029
|
|
IDEA
|
I understand that Anzu Raptors are essentially DJI licensed designs, produced by a US-based company outside of China that use more secure software (Aloft). They state on their website that they have an SDK available. This could be a good option for ESRI users with a limited budget that are trying to avoid the potential pitfalls of DJI drones.
... View more
07-10-2024
10:49 AM
|
4
|
2
|
1572
|
|
BLOG
|
Any plans to support the Anzu Raptor? I understand that those are essentially DJI licensed designs, produced by a US-based company outside of China that use more secure software (Aloft). They state on their website that they have an SDK available. Maybe a good option for ESRI users with a limited budget that are trying to avoid the potential pitfalls of DJI?
... View more
07-09-2024
02:10 PM
|
2
|
0
|
12384
|
|
POST
|
Update - I've fixed my issue and verified that there is NOT a 255 character limit for the instance_name cell.
... View more
05-22-2024
10:49 AM
|
0
|
0
|
2517
|
|
POST
|
Hi Nick, I'm racking my brain from 3 years ago, but I don't think I found a solution using ArcGIS Online. I can't remember if I gave up, and/or tried an entirely different approach, possibly using a combination of Excel and ArcGIS Pro. Let us all know if you figure something out!
... View more
05-22-2024
10:44 AM
|
0
|
0
|
994
|
|
POST
|
Did you figure out how to get your whole statement working? I am having a similar issue where only part of the statement executes in the Inbox. I see that there is a 3-line limit to the instance_name cell in XLS forms. My expression is on a single line. Do we know if there is also a character limit that will be read and executed in XLS? Such as 255?
... View more
05-22-2024
09:57 AM
|
0
|
1
|
2524
|
|
POST
|
I'm using Connect 3.19.116 and was seeing this issue without uppercase file extension letters (.png). It looks like removing spaces from my thumbnail file name has fixed the problem.
... View more
05-03-2024
09:26 AM
|
1
|
1
|
1514
|
|
POST
|
Update: I found that I could export the point features I want to append to the Survey123 feature class as a file geodatabase, zip the file, go to the item details page for the feature class, go to the Data tab, and select “Update Data”. This let me map the field names and add the features via a web browser. I tried a number of things in Pro to make the Append work, including disabling Z and M values on the input dataset, but they all failed with the same message. I suspect it is because the destination dataset says it has a filter applied, but the only filter applied is a time filter, which I did not setup and cannot be changed (the controls are grayed out in Pro). When I go to the feature service definition, time is disabled. This may be a bug in Pro, as I was able to append in ArcGIS Online directly.
... View more
04-08-2024
06:24 PM
|
0
|
0
|
1759
|
|
POST
|
I have a point layer I want to be the basis of my Inbox for my inspectors. I used this layer, published as a feature service, to create a new Survey123 form. I added a lot of customization, including repeats to allow additional geotrace and geoshape questions that will be related to the original point layer. I could not publish the updated form from Survey123 Connect using the submission_url and form_id, because Survey123 cannot find the related layers that store the repeats. I removed the submission_url and published a new empty set of feature classes for the form instead. I then brought the newly published feature service into ArcGIS Pro and attempted to use Append to add the existing points/attribute to the form's main feature class. But I get warning "000594: Input Feature #: Function not implemented" on every point when running the Append tool. I have verified that the Output XY Domain is "Union of Inputs" and that both feature classes are in WGS1984. Am I going about this correctly? Please show me how to get my existing points into the Survey123 form feature class so I can use them in the Inbox.
... View more
04-08-2024
04:06 PM
|
1
|
1
|
1791
|
|
BLOG
|
I'm also getting this behavior, seemingly at random, while testing in Survey123 Connect (I have not published yet). It was working, now it is reverting back to the default naming convention on some image questions but not others. My survey is based on a pre-existing feature service, and I am using the OBJECTID field (bind::esri:fieldType = null) as a prefix to the question name and timestamp. Survey123 Connect Version 3.19.115
... View more
04-08-2024
10:37 AM
|
0
|
0
|
8708
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-12-2026 02:09 PM | |
| 1 | 03-21-2025 03:07 PM | |
| 1 | 12-04-2025 04:57 PM | |
| 1 | 10-23-2025 04:54 PM | |
| 9 | 10-01-2025 12:20 PM |