|
POST
|
As an administrator go to Content, select "My organization" as the scope, and enter the following search term: type:"Web Mapping Application" AND typekeywords:"Story Map" That should return a list of all of the Classic Story Maps in your organization.
... View more
06-16-2025
12:20 PM
|
2
|
2
|
1596
|
|
DOC
|
@JakeSkinner in order for "Copy Hosted Services.py" to support copying very large hosted feature layers, I would suggest updating your use of the export method to be asynchronous (i.e., set the wait parameter to False, and monitor the export job's progress with status) Otherwise the script can fail unexpectedly due to a timeout.
... View more
05-28-2025
07:03 AM
|
0
|
0
|
13838
|
|
POST
|
It is possible for an ArcGIS Online feature service or hosted feature layer to become too big to export successfully as a File Geodatabase via synchronous methods, like the Export button on the item's overview page. It would be nice if there was a user-friendly error returned when this was the case, rather than getting no File Geodatabase, or a corrupt one, created after a long wait. One workaround for exporting large hosted feature layers is to use the ArcGIS API for Python, and its export method with the wait parameter set to False. This enables the export to run asynchronously in the background, and avoids potential timeouts interrupting the process. Once the export job completes -- monitor the export job via status -- you will have the File Geodatabase you were expecting.
... View more
05-28-2025
06:56 AM
|
0
|
0
|
1388
|
|
POST
|
It is possible for an ArcGIS Online feature service or hosted feature layer to become too big to export successfully as a File Geodatabase via synchronous methods, like the Export button on the item's overview page. It would be nice if there was a user-friendly error returned when this was the case, rather than getting no File Geodatabase, or a corrupt one, created after a long wait. One workaround for exporting large hosted feature layers is to use the ArcGIS API for Python, and its export method with the wait parameter set to False. This enables the export to run asynchronously in the background, and avoids potential timeouts interrupting the process. Once the export job completes -- monitor the export job via status -- you will have the File Geodatabase you were expecting.
... View more
05-28-2025
06:55 AM
|
1
|
1
|
1976
|
|
IDEA
|
See also Permit changing ownership of items shared with Shared Update groups.
... View more
05-19-2025
06:27 AM
|
0
|
0
|
1496
|
|
IDEA
|
I would like to be able to enable/disable pop ups for all of the layers in a group at once in Map Viewer. An example use case for this is when we have a group of GPS track point layers as part of map, as well as other data layers. There might be anywhere from a few to dozens of GPS track point layers in a group layer in the map. Typically the GPS track log layers are present on the map to provide visual context, showing previous tracks through the area. In this case, when a user is clicking on the map, pop ups for the track log layers are disabled, so the don't obscure the relevant pop ups from other layers. Sometimes, however, we do want to be able to access the popups for individual track points. For example, when planning a trip to the area, we might want to compare timestamps on points to see how long it took to travel in/out on a one-way portion of the track. It would be helpful in such cases to be able to quickly toggle on the pop ups for the group of GPS layers in the Web Map, explore the GPS track point data, and then toggle off the pop ups for the group again, rather than having to toggle on/off pop ups for individual layers in the group.
... View more
04-29-2025
02:01 PM
|
13
|
0
|
534
|
|
IDEA
|
When designing a survey in Survey123 Connect, it would be helpful to be able to comment out rows in the XLSForm so that they are not processed. Sometimes I want to comment one or more rows because something is wrong in those rows, which is preventing the survey from rendering in Connect. So I want to hide those rows from being processed, so that I can see how everything else in the XLSForm is looking. Another use case is to paste in some rows from another XLSForm that I want to use as models for building new rows in the current XLSForm. I don't want those pasted rows processed, however, I want them there as a reference adjancent to the rows I am working on.
... View more
04-24-2025
11:34 AM
|
7
|
2
|
967
|
|
BLOG
|
If one intends to run this Notebook in ArcGIS Online, then make sure to change the runtime from ArcGIS Notebook Python 3 Standard - 7.0, which is missing some of the required libraries, to ArcGIS Notebook Python 3 Standard - 10.0. (Do not go to 11.0 or above, as the API changes beyond 10.0 are not compatible with this Notebooks' code.)
... View more
04-22-2025
12:43 PM
|
1
|
0
|
8029
|
|
POST
|
The workaround we have been using to do something like a Map Tour with multipoint "points" is to use a Sidecar with an Express Map: Insert a Sidecar into your story. Add an Express Map to the first slide's main media area, and add all of your points to the Express Map. You may find it helpful to use the group function to put all of the points for one project in the same group, as it makes it easier to style them all in one go in later steps. If you don't want popups on mouse-over for each point, then leave the fields empty for each point. Otherwise, if you do want popups, then you probably want to paste the same information into each point that is part of the same project. Duplicate the first slide, and edit the express map to change the color of all the points associated with your first project to make them stand out from the rest. (If you grouped the points in step #2, then you can do this all in one go, rather than idividually.) Enter information about the project in the slide's text and extra media area. Repeat Step #3 for each project you have. Hide (or delete) the first slide with all the points, if you don't need an overview slide with all the project points, and none of them highlighted. One of the shortcomings of this approach is if you need to add more points after you've made your initial Express Map. You would need to add the new points to original and each duplicate of the Express Map. Hope that helps!
... View more
04-17-2025
02:45 PM
|
1
|
0
|
1387
|
|
IDEA
|
See also Set coordinate system when creating New Feature layer in ArcGIS Online.
... View more
04-16-2025
06:47 AM
|
0
|
0
|
705
|
|
POST
|
You might find this resource on self-check quizzes to be helpful: How to add a self-check quiz into ArcGIS StoryMaps using Survey123
... View more
04-01-2025
09:00 AM
|
1
|
0
|
2070
|
|
POST
|
In my experience, StoryMaps does not correctly enforce the 10MB limit. Instead, it appears to checking to see if the bytes value is greater than 10,000,000. (10MB does not equal 10,000,000 bytes, but rather is equivalent to 10MB x 1024 kB/MB x 1024 bytes/kB or 10,485,760 bytes.)
... View more
04-01-2025
06:13 AM
|
0
|
0
|
2168
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | 4 weeks ago | |
| 1 | 09-11-2025 05:49 PM | |
| 1 | 03-06-2026 09:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|