|
IDEA
|
I would also encourage Esri to consider this Idea with regards to the whole ArcGIS ecosystems. I think better feedback would help set users up for success, rather than failure.
... View more
10-09-2024
06:42 AM
|
0
|
0
|
702
|
|
POST
|
Is it possible that your export request would exceed the 150,000 tile limit on the World Imagery (for export) service? You can use the REST API to estimate the number of tiles your request would require: https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/estimateExportTilesSize If the number of tiles would exceed the limit, then a possible workaround is to use tessellation to break up your extent into chunks that would individually stay below the limit. Export those chunks one-a-time, with a sleep in between to play well with others and avoid overloading the service, put all of the exports into a single tile cache, and export the tile cache into a tile package. (You can also do the same thing with the World imagery for export layer using arcpy, i.e., GenerateTessellation, CopyRaster with a pause in between each, add the copied rasters to a mosaic, and create your tile package from the mosaic.)
... View more
10-09-2024
06:24 AM
|
0
|
0
|
2963
|
|
POST
|
[Posting for other who might run into this issue and need a workaround.] When creating a Map tour by uploading geotagged photos, it is not straightforward to manually adjust the location of images with overlapping location data. One has to hide the slides for overlapping tour points in order to be able select, delete, and re-position the pin for the tour point who's location you want to update. If you don't hide the other slides, then when you click on Edit location, you will not be able select the current slide's point. How would you end up with overlapping geotagged photos? One example is taking photos of objects or documents for which you want to make a Map tour, and you take the photos in your office. When you upload the images, they will initially all be located on top of each other in the location of your office, if you had geotagging turned on when you took the photos. Your goal, however, is to edit the locations on the objects' or documents' slides, after you've initially created the Map tour. In order to update the points in your Map tour: Hide all of the Map tour slides with overlapping locations, except the one you want to move. Now when you click on "Edit location", and you will be able to select the point's location, delete it, and set the correct location. Unhide the next overlapping tour point, and repeat the steps above. Alternatively, you can strip the geolocation information from your photos before you upload them. Then you can manually place each one via Edit location, rather than having to deal with initially overlapping locations.
... View more
10-03-2024
07:19 AM
|
2
|
0
|
672
|
|
IDEA
|
When assigning a custom role through New member defaults, we would like the custom role to be able to have the privileges for “Generate API keys” (portal:user:generateApiTokens) and “Assign privileges to OAuth 2.0 applications” (portal:user:assignPrivilegesToApps). These are not admin privileges, which has been cited as the reason other privileges, like the ability to create Shared Update groups or link to SAML groups, are not compatible with New member defaults. This would enable our users to manage their own apps’ authentication and privileges. Our current workaround is to have a schedule task that checks for new users. When it finds a new user that was assigned a custom role without those privileges by New member defaults, it then changes their role to a custom role that includes that privilege (and other privileges that are not compatible with New member defaults.) (This is related to Make ‘create group with update capabilities’ a non-admin privilege.)
... View more
09-27-2024
08:37 AM
|
1
|
0
|
469
|
|
IDEA
|
When assigning a custom role through New member defaults, we would like the custom role to be able to have the privilege for “Link to organization-specific group” (or portal:admin:manageEnterpriseGroups) This would enable our users to leverage SAML groups from our Enterprise Directory. Our current workaround is to have a schedule task that checks for new users. When it finds a new user that was assigned a custom role without that privilege by New member defaults, it then changes their role to a custom role that includes that privilege (and other privileges that are not compatible with New member defaults.) (This is related to Make ‘create group with update capabilities’ a non-admin privilege.)
... View more
09-27-2024
08:31 AM
|
1
|
0
|
366
|
|
BLOG
|
@CanserinaKurnia yes, I was referring to ArcGIS Hub Community organizations. Can you expand on what you mean by "not for production"? We are using one of our ArcGIS Hub Community organizations for what we would consider production work. It is supporting a number of hub activities/communities at the university. Does the licensing not cover that? We have a second ArcGIS Hub Community organization that we use for development work. It is paired with a different ArcGIS Online parent organization that is is also intended for development. Both of those are separate from our production environment organizations.
... View more
09-24-2024
11:27 AM
|
0
|
0
|
6379
|
|
POST
|
We use symbology to alert users to a potentially bad location value. They won't see it until after they submit, however, they are still right there and will hopefully notice the symbol indicating something is wrong. For example, you can symbolize your layer based on the gps metadata "Fix Type" field, displaying a huge red X, if it is not "RTK Fixed". Choose something ridiculous looking that easily catches the users' attention. If you are already using symbology based on another field in your layer, then you can use an Arcade Expression that supports your regular symbology when "Fix Type" is "RTK Fixed" and the red X when it isn't.
... View more
09-20-2024
06:45 AM
|
1
|
1
|
4153
|
|
IDEA
|
An administrator may want to explore multiple users' items, groups, settings, etc., from the Organization → Members list view. And, they want to do so by opening those components for an individual user each in their own tabs. Please re-enable the ability to right-click to open any of the more actions options (e.g., Manage items) for a user in a new tab/window. An administrator may be comparing settings between multiple users, or they have searched for several similarly named user accounts to compare, so they want to open those more actions in their own tabs. Supporting right-clicking to open in a new tab or window provides an easy option for them to branch out as they follow their workflow, rather than having to duplicate tabs or being forced along a single workflow path.
... View more
09-10-2024
07:55 AM
|
3
|
0
|
423
|
|
IDEA
|
With the implementation of the Recycle bin (yay!), we are now seeing a frequent point of confusion for users sharing a web layer from Pro with the same name as an existing hosted feature layer in the recycle bin. To help address this, we would like to see search results for Content include items that are in the recycle bin. One use case in which this issue arises is when a user shared a layer from Pro, was not happy with the result, deleted the hosted feature layer and service definition, and then tried to publish it again. When they get the error about a layer already existing with that same name, they often have forgotten that deleting only moved their content to the recycle bin. So they search their content looking for the offending items, get zero results, and do not understand what is going on. It would be helpful if searching their content also returned matching results that were in their recycle gin. A related use case arises when one user has put a hosted feature layer in their recycle bin, and another user is trying to use the same name. So the user trying to share their web layer reaches out to an Administrator for help, as they cannot figure out what is causing the error. When the Administrator searches the content for the whole organization, they are not able to find the offending hosted feature layer either.
... View more
09-10-2024
06:46 AM
|
4
|
2
|
1017
|
|
IDEA
|
Web maps and their data layers support a wide variety of use cases, hence they need to support configuration and setting options beyond those compatible with offline use and syncing in ArcGIS Field Maps. While the checks in the Field Maps Designer web app help identify some potential issues, there are additional known considerations and constraints for which it does not check. I would like to see checks added to Field Maps Designer for the topics listed in Take maps offline in ArcGIS Field Maps, for which checks do not already exist.
... View more
09-10-2024
05:34 AM
|
11
|
0
|
792
|
|
POST
|
Be aware that the current implementation of the prefix match algorithm does not do an "exact" match. It looks at the leftmost characters in the filename, up to the length of the in_key_field value being compared. It does not use the "_" separator to determine the prefix value. (This seems like a bug.) For example, if you are using a key field that that has a value like UID1, then the prefix algorithm will match match all attachment filenames that start with "UID1". So UID1 would match UID1_20240610.pdf, UID12_20240610.pdf, and UID123_20240610.pdf. As a workaround, you can convert your key field to one where all values of are of the same length, and ensure your filenames follow that same format for the key field prefix. For example, you could pad your ID values with zeros to make them all the same length: UID001 would only match filenames UID001_..., UID012 would only match filenames UID012_..., and UID123 would only match filenames UID123_.... So if you are using Export Attachments to create the directory of attachments, make sure you use a name filed for which all values have the same length.
... View more
09-04-2024
09:05 AM
|
0
|
0
|
1797
|
|
IDEA
|
For layers in web maps that use a style renderer like Charts, add support for displaying their legend when printing. (See also BUG-0001566574, which was closed as Known Limit.)
... View more
09-03-2024
09:17 AM
|
2
|
0
|
428
|
|
IDEA
|
See this earlier Idea as well: Credit allocation in an ArcGIS Online organization needs to include storage
... View more
09-01-2024
10:28 AM
|
0
|
0
|
1124
|
|
POST
|
As others have noted, an ArcGIS Notebook is an easy way to automate backups of hosted feature layers as file geodatabases. Depending on your requirements, you might want to backup your data to an external system, so that you have a backup, should something happen to ArcGIS Online. For example, you could backup your hosted feature layers to Dropbox, as illustrated in this example Notebook: Backup to Dropbox. You could just as easily use Google Drive, Microsoft OneDrive, or another storage option, by substituting the appropriate code for your preferred storage solution.
... View more
09-01-2024
10:20 AM
|
0
|
0
|
1471
|
|
BLOG
|
As a follow-up to the change in User Types, should we expect our ArcGIS Hub organizations to also have Creator replaced by Professional Plus at some point, or will Creator remain the only role available for education Hub orgs going forward? Thanks!
... View more
08-08-2024
05:58 AM
|
0
|
0
|
7066
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 4 | 06-26-2026 01:43 AM | |
| 1 | 06-18-2026 06:19 AM | |
| 3 | 06-05-2026 02:45 PM | |
| 4 | 06-02-2026 06:04 AM |
| Online Status |
Online
|
| Date Last Visited |
6 hours ago
|