|
POST
|
@PeterGebhardt during your photogrammetry step, are you able to output your desired content as a textured 3D object (e.g., a .glb, .gltf, .fbx, .obj), or other file format supported by ArcGIS? If so, you could place it as a 3D object in a Local scene in Pro, alongside your other GIS data. You can then use the regular feature editing tools (i.e., move, scale, rotate) to position it correctly in the real-world, relative to your other data, such as your control points, essentially 3D georeferencing it.
... View more
04-23-2026
08:00 AM
|
1
|
3
|
1290
|
|
IDEA
|
The role based privilege for AI assistants is a General privilege. You will not see the setting for it, however, unless you have already allowed the use of AI Assistants in your org (Organization --> Settings --> AI assistants): Once you have enabled the above, then you should see the Use AI assistants privilege right at the top of the General Privileges when you are defining privileges for a custom member role:
... View more
04-21-2026
01:13 PM
|
0
|
0
|
527
|
|
IDEA
|
@OwenGeo we have a case and bug open as well, BUG-000184405. After following your steps closely, I can conform that I am able to trigger the notification by having both users attempt to make changes. So the admin privilege observation maybe a red herring. For reference, these are the admin privileges that we grant to the custom role given to all of our typical users: portal:admin:createUpdateCapableGroup -- Groups > Create with update capabilities portal:admin:manageEnterpriseGroups -- Groups > Link to organization-specific group portal:admin:reassignGroups -- Groups > Reassign ownership Was it always the case that both users had to make an edit? Around here our recollection -- maybe flawed -- is that the notification used to appear without both users having to attempt to make changes?
... View more
04-21-2026
06:40 AM
|
0
|
0
|
1102
|
|
IDEA
|
@OwenGeo The issue is happening for us as well with "regular" accounts. Our "regular" accounts, however, do have the "admin" privilege, through a custom Role, which enables them to create Shared Update groups on their own. Is the presence of that privilege perhaps triggering this issue?
... View more
04-20-2026
07:50 AM
|
0
|
0
|
1167
|
|
IDEA
|
I can also confirm it is still working as expected in StoryMaps on one of our ArcGIS Enterprise 11.5 instances, so the issue seems to be limited to ArcGIS Online.
... View more
04-16-2026
11:15 AM
|
0
|
0
|
1405
|
|
IDEA
|
@SaraJL I can confirm that is NOT currently working for us in ArcGIS Online. It has worked previously, however, so seems to be a new bug. From an early 2025 presentation I did, below is what the pop-up notification looked like at the time:
... View more
04-16-2026
11:05 AM
|
0
|
0
|
1407
|
|
IDEA
|
@AaronKoelker it was introduced back in August 2020, so if it isn't working now, I would suspect a bug was introduced, perhaps in the most recent (Feb 2026) release.
... View more
04-16-2026
08:47 AM
|
0
|
0
|
1453
|
|
IDEA
|
ArcGIS StoryMaps is supposed to provide a notification when someone else is already editing a story. "If you are editing an ArcGIS StoryMaps item at the same time as someone else, a notification will appear and display their name and how long ago their last change was made." (source) If you're not seeing such a notification, then perhaps you've uncovered a bug?
... View more
04-16-2026
08:23 AM
|
0
|
0
|
1465
|
|
POST
|
I don't think the issue is with your code. Rather, I think you may have run into a bug with the ArcGIS API for Python, and you've correctly tracked down the Web Map as the culprit. The Web Map you are attempting to clone references a custom basemap, and I suspect there is a bug in the API that is getting triggered when it attempts to clone the Vector tile layers used in the custom basemap, which ends up hanging the process. Based on running into this elsewhere very recently, a quick workaround should be to set use_org_basemap = True for clone_items(). It will replace references to the custom basemap with your orgs default basemap. (If you really need the custom basemap, then should be able to recreate it on your destination org first, and then use item_mapping during the cloning of the StoryMap.
... View more
04-07-2026
08:12 AM
|
0
|
0
|
973
|
|
IDEA
|
ArcGIS Online provides a few ways of directly communicating important information to users: Notifications Information Banner Access Notice Currently a user is blocked from receiving messages via these channels, if they are inside the StoryMaps web space. If they are interacting solely with https://storymaps.arcgis.com, then there is no notification icon in the top-right, nor are users presented with the Information Banner or Access Notice when they visit or login to their organization. These are key messaging channels for alerting users to critical information. For example, in Higher-Education, it is an Esri recommended "best practice" to use use the Information Banner to alert students that should remember to proactively manage their content prior to graduation and losing access. The usefulness of these communication channels is also one of the rationales cited in the Idea, Consolidate Story Maps into ArcGIS Online. In the absence of incorporating the functionality of the StoryMaps landing page into ArcGIS Online, perhaps the ArcGIS Online communication channels could be integrated into the StoryMaps web space? This would enable administrators to still be able to reach users with important messages, even if the users are spending their time isolated in the StoryMaps web space. (The same problem exists with other products using siloed web spaces, such as https://experience.arcgis.com/ and https://survey123.arcgis.com/, however, it is much less likely that people using those tools are not also visiting pages in their ArcGIS Online organization, and seeing the messaging there.)
... View more
04-06-2026
09:45 AM
|
0
|
0
|
277
|
|
IDEA
|
There are workarounds, however, it would be nice if Item export() supported this directly.
... View more
04-02-2026
06:29 AM
|
0
|
0
|
290
|
|
IDEA
|
I would also add the use case of needing to redirect users when content is moved between ArcGIS Online organizations and/or Enterprise portals. If the initial URL was widely circulated and used, it would be helpful if a redirect could be provided for folks visiting that URL, which would take them to the new version of the item at its new location.
... View more
03-24-2026
06:18 AM
|
0
|
0
|
1013
|
|
POST
|
@JackDrost it is a zip file. If you manually open it in something like 7-Zip, then it will figure it out. Otherwise, you can always replace the suffix ".contentexport" with ".zip", and use your favorite method for zip files.
... View more
03-20-2026
12:18 PM
|
0
|
1
|
702
|
|
IDEA
|
I understand Esri's position is that allowing a regular group to be changed to a Shared Update group, after creation, would violate users' trust. They joined or were added to a group to which they may have shared items, which would be read-only in a regular group. Changing the group to a Shared Update group would "unexpectedly" result in such items becoming editable. Accepting that position, are there ways could Esri still support the ability to change a regular group to a Shared Update group, without "surprising" users? Our use cases, and I suspect many others, do typically come about because someone has added content to a group, and realized after the fact they need this unexpected thing called a "Shared Update" group to enable the kind of collaboration they need. So all the members want the group type changed. Perhaps Esri could implement a workflow to that would enable changing a regular group to a Shared Update one: Such a change could send a notification to all members of the group. If they didn't want to be part of the group at that point, or want to share their own content with the group, then they could leave the group or un-share their content from the group. Such a change could be initiated, but only completed after all existing members had acknowledged they were okay with the change? Provide a way to duplicate a regular group to a Shared Update group, minus the shared content. and other options I'm sure creative folks can think up...
... View more
03-13-2026
08:16 AM
|
0
|
0
|
686
|
|
IDEA
|
@JeffShaner, if we need a quick fix, is it correct to add the missing typeKeyword of "FieldMapsDisabled" to PDF items created prior to the ArcGIS OnlineFeb 2026 update, and which do not currently have the typeKeyword of "Geospatial PDF"? Thanks.
... View more
03-08-2026
12:17 PM
|
0
|
0
|
1043
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 3 | 06-05-2026 02:45 PM | |
| 4 | 06-02-2026 06:04 AM | |
| 2 | 04-24-2026 05:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|