|
IDEA
|
It would be great to see user tags surfaced in the user interface for purposes like filtering, sorting, and searching. It would be helpful when viewing lists of users, as a column in appropriate types of usage report exports, as a filtering option for some of the views in the Status Dashboard, and so on. Basically anywhere that one of the axes of presentation is users. (Behind the scenes the User object already supports a tags property, however, it is not currently surfaced in the UI. You have to utilize it via the Python or REST APIs, e.g., see the property list for arcgis.gis.User. For example, you could use information from your organization's enterprise directory store to set tags on users via a scheduled ArcGIS Online Notebook every night. You cannot currently do anything with the tags via the UI, however, you can use the tags programmatically, such as with this Usage Dashboard.)
... View more
05-19-2021
11:06 AM
|
0
|
0
|
3289
|
|
POST
|
I opened a support case with Esri. Seems to be reproducible when using new Map Viewer, clustering, and expressions in the feature-level popup. I haven't been able to make any maps where expressions in the pop-up work. If your two maps are public, would you mind sharing their URLs? I would be curious to see if there are any obvious differences in the JSON definitions that might point to a workaround.
... View more
05-18-2021
09:00 AM
|
0
|
3
|
3491
|
|
BLOG
|
Great picks, Brian! I wish -- especially for students' sake -- that Copy Python Command would include the parameter names in the code it produces. Having only a comma-separated list of values doesn't help someone new to Python and/or ArcGIS understand which value goes with which parameter when they are looking at the code it produces. (See Improve "Copy Python command" by including parameter names.)
... View more
05-17-2021
08:10 AM
|
2
|
0
|
2399
|
|
POST
|
@Ajparker_hlth ever find a solution? I'm seeing this as well. In the new map viewer, with a clustered layer, while configuring the pop-up the expressions show up some of the time, but not always, correctly in the popup. Once I close the configuration, and go to explore other features on the map, the expressions are not displaying in the popup, nor when the map is embedded in a StoryMap.
... View more
05-17-2021
06:59 AM
|
0
|
1
|
3502
|
|
IDEA
|
In order to ensure the same feature layer is consistently displayed using the same clustering parameters on two different web maps, it would be helpful to have some indication in the user interface as to the value of Cluster Radius. For example, when setting Transparency for a layer, the percentage value is displayed as you move the slider. Whether the Cluster radius displays as an actual distance value or as some relative value, the key is having SOME value displayed. Then you can ensure you've dragged the slider to same point in different web maps, so that the same feature layer can be displayed consistently across multiple web maps. [Workaround: If you're comfortable editing your web maps' JSON data, then you can manually edit the value of "clusterRadius" for the desired layer in each web map, and set it to be the same.]
... View more
05-11-2021
12:44 PM
|
3
|
0
|
793
|
|
POST
|
@LindsayG we find that some people at our university want the capability you describe, while others like the current model for the reason @OwenGeo describes. The latter want the extra hurdles there to discourage people from taking their images and potentially using them without honoring the licensing or attribution desires of the story's author. So it's hard to pick a "correct" single behavior that would please everyone at the moment. Meanwhile, as a workaround, users reading your story can "right click - copy image". Then, on a Mac, they can use Preview, File --> New from Clipboard, and save it. Or, on Windows, they can use Paint, and paste the copied image and save it. Perhaps it would work to include instructions like those in the gallery caption for your colouring sheets. (@OwenGeo the link in the post goes to an ArcGIS StoryMap, rather than a Classic one. I expect the mention of Cascade in the title is a mistake.)
... View more
04-23-2021
08:23 AM
|
2
|
0
|
5299
|
|
POST
|
I think arcpy.management.CreateDatabaseConnection might be what you are looking for?
... View more
04-15-2021
02:11 PM
|
0
|
1
|
11599
|
|
BLOG
|
@HarrisonBloom1The original code in the cell, source_user = storymap_item['owner'], retrieves the owner of the storymap from the "owner" property of the storymap item. It determines what the right value is and sets it for you. If you restore the original code, then it should work. The only place in the Notebook in which you need to edit code is the "Provide Information for Cloning" section. The rest should run fine as-is. Hope that helps.
... View more
04-15-2021
01:03 PM
|
0
|
0
|
10367
|
|
IDEA
|
Understanding how our user base for ArcGIS Field Maps is distributed between Android and iOS is helpful in terms of developing training, providing support, allocating resources, etc. Currently all of the versions of the Field Maps mobile app are showing up in ArcGIS usage logs with an appId of "fieldmaps". We would like to have the appId include the OS of the device, such as fieldmapsios and fieldmapsandroid, depending on the OS. This would follow the pattern that is used with Collector (e.g., arcgiscollectorios, arcgiscollectorandroid, and collectorwindowsstore.)
... View more
04-12-2021
08:17 AM
|
7
|
1
|
1031
|
|
IDEA
|
I would like to see support added for internal bookmarks/anchors so that I can create and share a URL which will take a user directly to a specific section of an Experience Builder page. Currently you can only link to the top of a page in Experience Builder. For example, maybe you are creating a FAQ page, and want to list all the questions at the top, and link them to their expanded answers below. Or, you want to send a user a link that will take them directly to a specific question and answer within the FAQ page. You might also be placing documentation in an experience building page, and you want to send a user a link directly to a section of interest within the overall documentation page.
... View more
04-01-2021
10:52 AM
|
5
|
3
|
2143
|
|
IDEA
|
With close to 7000 users in our org, relying on admins for re-assigning ownership doesn't scale. It is the users that know when ownership needs to be changed, not the admins. I would like to see this functionality as well, though as a two-step process. Step one being a user creating a request to re-assign any of the content they own to another user within the organization, while step two is that other user accepting the request, at which point the ownership change actually takes place. This would prevent users from inadvertently or maliciously spamming others with content that is not wanted, and it would give the recipient some awareness of the content arriving, if they want to move it elsewhere, rather than it mysteriously appearing. Alternatively, if the sharing model in ArcGIS Online were evolved to allow groups to own items, rather than just users, then this functionality, and the extra work it places on users, would not be needed for many of the user cases outlined. Ownership of an item could be tied a group, and when one person leaves the group, then that has no impact, nor extra work, for the other collaborators in the group to continue working with the item. (For example, Google Team Drives versus Shared Drives.)
... View more
04-01-2021
06:57 AM
|
0
|
0
|
1108
|
|
IDEA
|
Being able to evaluate upcoming changes in ArcGIS Online -- before they are released -- is critical for large organizations that need to coordinate changes with other integrated systems, communicate breaking or important changes to users, update internal documentation, and advocate for newly available innovations. As it currently stands, access to the new version of ArcGIS Online via the Early Adopters Community (EAC) helps a bit, however, it is a shared environment. That means one cannot customize that environment to match their own organization's configuration, without adversely impacting others. For example, my ArcGIS Online org is configured to only present our SAML login as the sole option for our organization's login page. If I used my administrative privileges on the EAC instance to configure that to replicate my environment for testing, then no one else would be able to login to the EAC org. Or, if wanted to experiment with SAML groups, I would potentially be blocking others from doing so. Many institutions -- especially those with large user bases -- maintain a second ArcGIS Online organization for development and testing purposes. It would be very beneficial for such institutions to be able to opt-in their "dev" ArcGIS Online instance to be upgraded prior to an upcoming ArcGIS Online releases. That would enable them to test in a known environment that much more accurately reflects their production ArcGIS Online organization than the EAC organization can. A pre-release time frame for upgrading such dev instances, similar to what happens with the EAC ArcGIS Online organization at each release, would be fine.
... View more
03-22-2021
12:10 PM
|
9
|
0
|
801
|
|
POST
|
Sorry! I missed that part. I am not aware of a way to convert an accounts type. We did have a few like that in the early days, as we didn't understand the naming convention at the time either. We ended up creating a temporary arcgis account, changing ownership of the user's items/groups to the temp account, deleting the user's arcgis account, creating the user's enterprise account, and changing ownership once more on everything to the user's enterprise account.
... View more
03-18-2021
11:36 AM
|
2
|
0
|
8074
|
|
POST
|
If you want to automate this process with the ArcGIS API for Python, then you might start by programmatically creating the enterprise accounts. If you have their firstname, lastname, and idpusername, then you can use gis.users.create, along the lines of: user = gis.users.create(
username = 'pat_org', # The user's username according to your idp, combined with the shortname for your ArcGIS Online organization.
password = 'None',
firstname = 'Pat',
lastname = 'Smith',
email = 'pat@somecollege.edu',
role = 'org_publisher',
provider = 'enterprise',
idp_username = 'pat', # The user's username according to your idp.
level = '2',
user_type = 'GISProfessionalAdvUT'
) If you're using New Member Defaults, then you should double-check that the account you created above is provisioned with settings you are expecting. For various versions of the ArcGIS API for Python, gis.users.create has failed to honor some of the New Member Default settings. In which case you could add some more to your script to programmatically deal with what got missed (e.g., allocate credits, enable Esri Access, assign licenses.) Also, you can only chose from the default roles when specifying the role for gis.users.create. If you use a custom role for your users, then you could add a next step that changes the user's role to that custom role. After you have created the new account, then you can also script changing the ownership of all of the user's items and groups from their old arcgis account to their new SAML/enterprise account. If you have a lot of users with a lot of content/groups to move, then you probably want to schedule some downtime for your system and inform the impacted users well in advance. During that downtime, while you are running your script to create the accounts and change ownership, you might want to temporarily disable the ability of those users to login, and then re-enable it when you are all done; you don't want them accidentally changing things in the middle of the process.
... View more
03-18-2021
08:51 AM
|
2
|
0
|
8082
|
| 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 |
yesterday
|