|
IDEA
|
It is perhaps worth noting that here, in the Esri Community, which is an international community, that there is support for the YYYY-MM-DD date format: It would be great to see that same support for intentional collaboration available across the ArcGIS product line! At a higher-education institution it is very common to have students, faculty, and staff that come from different countries, which use different patterns of month-day/day-month for representing dates, which subsequently can lead to confusion. Furthermore, our users often collaborate with others from around the world via ArcGIS Online Groups, Hub Initiatives, etc. All of which would benefit from having the option to use the confusion-free YYYY-MM-DD date format.
... View more
02-09-2023
04:53 PM
|
0
|
0
|
2725
|
|
POST
|
@AngelNicoleAlvaro1 In the earlier, simple example, you configure the layer's style to use the "esrignss_positionsourcetype" field and "Types (unique symbols)". You specify whatever symbols you want to use for the different values of that field. If you want alert users when the field has a value of "User Defined", then make that value's symbol something big, obnoxious, and different than what is expected for when things are working. In the later example, where the user wants to use their own Category field for unique value styling, then you could use the example Arcade script above. It assumes that the user has not defined a "0" category, so that it can return that value, when the esrignss_positionsourcetype is "User Defined". Then, in the symbology, you can add a "0" category, or leverage the "Other" setting, and give it a big and obnoxious symbol, while points with good values for esrignss_positionsourcetype will return the Category value, and get styled according to what you've defined for unique Category values. Hope that makes sense!
... View more
02-09-2023
08:59 AM
|
0
|
0
|
3992
|
|
IDEA
|
There are a lot of good observations in this broad Ideas post. For the specific item mentioned above, "2. Enable ownership to be reassigned for items shared with a group that has the “update capability” (aka update all items) option enabled. ," I've created a separate, focused Idea: Permit changing ownership of items shared with Shared Update groups.
... View more
02-09-2023
07:29 AM
|
0
|
0
|
881
|
|
IDEA
|
There are a lot of good observations in this broad Ideas post. For the specific item mentioned above, "A major issue that we have not seen documented is that items shared with update-all capability groups cannot have ownership changed," I've created a separate, focused Idea: Permit changing ownership of items shared with Shared Update groups.
... View more
02-09-2023
07:28 AM
|
0
|
0
|
3083
|
|
IDEA
|
When a user is changing ownership of an item, they should be able to do so, regardless of whether the item is shared with a Shared Update group or not. As with regular groups, if the recipient is not a member of a Shared Update group with which an item is currently shared, then changing ownership should fail with a similar error. We have thousands of users in our org. They all have the privilege that enables them to create Shared Update groups and to transfer ownership of items; they are the ones that know what is going on, not the ArcGIS Online Administrators, so expecting admins to handle these sort of things does not scale. Many of our users are working on work collaborative projects for which all members of the collaboration have equal responsibility (the differences between being an owner of an item and having access as a member of a Shared Update group is a related problem.) They use Shared Update groups to work collaboratively. As people move off of these collaborative projects or move on from the organization, it is important that they can be off-boarded quickly and easily. That currently involves having to transfer ownership of relevant content to others remaining in the collaboration. Again, it is the users who know what needs to happen, so it does not scale to get Administrators involved. (It would be great if groups could own content too, so that this kind of ownership transfer was not always needed, see Allow Organization and/or Groups to own data in AGOL and Enterprise.) It is un-intuitive and time consuming to perform the workaround of having the original owner un-share items from Shared Update groups, transfer ownership, and then have the new owner re-share items to the same Shared Update groups. This specific Idea has come up before, as part of broader Ideas, so I wanted to explicitly separate it out for consideration. For example, Enable Content Manager role by improving/fixing item sharing options and interfaces (see point #2), and Improve Groups where members can update all items and documentation.
... View more
02-08-2023
01:31 PM
|
60
|
5
|
3070
|
|
POST
|
I am not aware of an easy way to do this within StoryMaps itself. (Might be a good ArcGIS StoryMaps Idea to propose?) One can use the ArcGIS API for Python to extract data from an Express Map, and turn it into a feature layer, which you could then use in a Web Map, Map Tour, etc. Express Maps support a nice variety of content, and it is all well structured. So if you are comfortable with Python and JSON, then it is fairly straightforward to figure out what information you want to pull from the Express Map, and then use it to create a Hosted Feature Layer (or to export it in another format.) We provide this ArcGIS Online Notebook as a demo, which our users (with Python skills) can modify to fit their specific needs. It illustrates the basic task of extracting regular points (and the points' popup titles and descriptions, if present) from an Express Map, and publishing that data as a Hosted Feature Layer. Hope that it is useful!
... View more
02-08-2023
12:24 PM
|
2
|
0
|
2052
|
|
BLOG
|
Looks like version 2.0.1 of the ArcGIS API for Python still has the issue where clone_items() creates endless clones of the StoryMap until you manually kill the kernel. (BUG-000146244 indicates the issue was fixed at version 2.0.1, however, the issue can still be reproduced.) For now, if you use the Notebook referenced here, make sure you are using an older version of the API, such as 1.8.4, or for Online Notebooks use the runtime ArcGIS Notebook Python 3 Standard - 5.0. I would also recommend taking a look at the Esri sample Notebook, Copying an ArcGIS StoryMap item to another organization, as it illustrates how to copy a StoryMap without using clone_items(). Note, however, that it does not limit what referenced content is also copied in the same way as the Notebook referenced here is configured to do.
... View more
02-03-2023
06:36 AM
|
1
|
0
|
8663
|
|
IDEA
|
@kamaya Sorry, I should've been clearer. Those settings permit you to have a video autoplay that is not muted in Edge. Here's a demo: Configure Edge to allow autoplay for any site. (I wouldn't leave it this way; Settings --> Cookies and Site Permissions --> Media autoplay) Open this story and the video will start with sound and play on a loop. (Note that this is with embedding an iframe that points to a page outside of StoryMaps that contains the video tag, not the StoryMaps video player. Apologies for the shaky video; it was all that was handy at the time.) It is a simple solution best suited to when you have only one video at the start of the story that you want to play.
... View more
02-02-2023
02:55 PM
|
0
|
0
|
2443
|
|
IDEA
|
@kamaya that is the case for many modern browsers, however, Edge has supported permitting autoplay on Windows and macOS since version 93. (See AutoplayAllowed and AutoplayAllowlist, which can also be set in Edge's Settings user interface.) For a museum exhibit computer setup in kiosk mode, we can ensure the visitor is using Edge to view the StoryMap, and take advantage of this setting. Currently, however, adding storymaps.arcgis.com to Edge's allowed list doesn't achieve the desired goal. It appears that StoryMaps itself is opting to mute the video, rather than letting the browser's settings decide what to do.
... View more
02-02-2023
01:35 PM
|
0
|
0
|
2455
|
|
IDEA
|
Our goal is to have auto-play videos with sound on, but no user sound controls displayed. This combination is not currently supported by the StoryMaps video player settings. We are using StoryMaps this way for interactive museum exhibits. We would like for some videos to auto-play as the visitor scrolls through the story on a large touchscreen monitor, however, we do not want the visitor to be able to mute/unmute or otherwise change the video's sound level. Presenting the settings for auto-play, sound on/off, volume level, play/pause, maximize/minimize, loop/don't loop, etc. as distinct options could help support a wider variety of use cases, including the one described above. (In a Sidecar, you can use an embed as a workaround by embedding your own web page with your own video player configured as you need. This workaround is not currently compatible with the Map Tour block, however, as it only supports adding images or videos.)
... View more
02-02-2023
06:55 AM
|
0
|
5
|
2501
|
|
IDEA
|
(@OwenGeo since this Idea is tagged implemented, should I instead create a new one?) We would like to see the limit increased further. If one is providing references formatted like what one finds in many academic journal publications -- or indeed is cutting and pasting such attributions -- then a much larger limit is needed, such as 1000-characters. For example, this is 278 characters: "Knoop, Peter A., and van der Pluijm, Ben (2006) GeoPad: Tablet PC-enabled Field Science Education. In: The Impact of Pen-based Technology on Education: Vignettes, Evaluations, and Future Directions ; editors: Dave Berque, Jane Prey, and Rob Reed. Purdue University Press. 200pp." Thanks!
... View more
02-01-2023
10:23 AM
|
0
|
0
|
1532
|
|
IDEA
|
When using Named User licensing, there are no License Manager logs to view. In which case, it would be helpful to have the machine name used as the alias, as this Idea suggests. Using the full IP address, instead of just the last byte, would be a stopgap for us. We could at least match the IP to ArcGIS Online's Portal History log; however, as the Idea suggests, the IP address for a specific device may change over time.
... View more
01-15-2023
07:40 AM
|
0
|
0
|
2182
|
|
IDEA
|
@RussRoberts as the legend values are already potentially changing when you pan/zoom, I would suppose that this would not be any more jarring than what the user is currently experiencing. I might suggest that the number of legend values changing provides a stronger visual cue to the user that the legend can update on the fly as they pan/zoom.
... View more
12-11-2022
12:13 PM
|
0
|
0
|
1541
|
|
IDEA
|
When using Clustering in the Map Viewer, it defaults to displaying a count of features. Since counts are inherently integers, the legend should also be limited to integer values. If the range of the values being clustered contains fewer than 5 distinct integers, then it should reduce the number of legend items to maintain each being an integer. If the range needs breaks, then those breaks should also be integers; adjusting the number of items in the legend to accommodate the range. For example, if you happen be viewing an extent where the count of features ranges from 2 to 3, then the legend should only have two values in it: 2 and 3. It should not display fractional values, as it currently does: It is confusing to indicate fractional counts, as it is impossible to have a fractional count. Furthermore, there are no symbols on the map that are not 2 or 3, so it overly complicates the legend to have those fractional values presented.
... View more
12-08-2022
11:20 AM
|
5
|
4
|
1601
|
|
IDEA
|
I would like to see the ability added to download a published Experience directly from ArcGIS Online, like you can download one in the Experience Builder Developer Edition. The use case is to make it easier to self-host Experiences on one's own web server, when you don't any of the additional capabilities the Developer Edition provides. To host an Experience on your own web server, you currently have to setup Experience Builder Developer Edition, and import your Experience from ArcGIS Online to it. Once it is there, then you can publish the Experience, and then use the Download button to get a zipped copy of it. Lastly, you can upload that zip file and uncompress it on your own web server to self-host the Experience. If one could download the zipped copy of the Experience directly from ArcGIS Online, that would eliminate that need to setup and use Experience Builder Developer Edition. This would be especially helpful, and save steps, when you are frequently updating your Experience in ArcGIS Online, and then moving it to your own web server.
... View more
12-06-2022
07:35 AM
|
17
|
3
|
3565
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 3 | 3 weeks ago | |
| 4 | 3 weeks ago | |
| 2 | 04-24-2026 05:42 AM | |
| 1 | 04-23-2026 08:00 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|