|
POST
|
As a follow-up for those potentially encountering similar issues, it now appears to be a much broader problem than just with bulleted lists. Performing a standard cut-and-paste of more than one paragraph of text -- of any format -- from Google Docs will generally result in invalid HTML being pasted into StoryMaps. The end result being that some or all of the pasted text will be lost eventually when you Preview or Publish your story, or close your browser tab. In addition to @OwenGeo's suggested workaround of saving your Google Doc as a text file, you can also use "paste-and-match-style" or "paste-as-plain-text", rather than the standard "paste" (i.e., shift-control-V/command-control-V rather than control-V/command-V.) Following this workflow, as with the downloaded text file, results in the loss of any formatting the text originally had in your Google Doc. So you will need to reformat the text once it is safely in StoryMaps.
... View more
04-14-2022
10:25 AM
|
1
|
0
|
4716
|
|
IDEA
|
The Modify Schema table in the Web Designer already shows the fieldNames or "Name" for questions. It would be helpful to have the fieldNames for groups and pages displayed in the "Name" column as well. A use case for why you need to know the fieldNames for groups and pages is so that you can use them with the hide URL parameter.
... View more
04-09-2022
08:23 AM
|
1
|
0
|
722
|
|
POST
|
Glad to hear you found a way to make it work for you! Hiding groups works for me, so you might just double-check that you have the correct fieldNames for your groups. If you authoring your form in Survey123 Connect, the fieldNames for everything are in the "name" or second column of the XLSForm. If you are authoring your form on the web, then I don't know of a way to directly view groups' fieldNames. (You can view the question fieldNames by selecting Modify Schema when publishing; they are shown in the Name column of the table.) I usually use Survey123Connect to create a new survey from the web-authored one, then view the auto-generated fieldNames for the groups in the resulting XLSForm. Or, you can make an educated guess at the group fieldNames based on their Label (e.g., a group labeled "Group 1" gets an autogenerated fieldName of "Group_1"; spaces and other special characters in the label are replaced by underscores in the fieldName.)
... View more
04-09-2022
08:12 AM
|
0
|
0
|
3547
|
|
POST
|
See the description for the "hide" parameter in Integrate with other apps - Parameters for a web app, and it is "field:fieldName" that I think you are after. If your groups of questions have the fieldNames of group1, group2, and group3, and you want to only show the first group of questions, then your URL would look like: https://survey123.arcgis.com/share/<survey_itemId>?hide=header,description,footer,theme,field:group2,field:group3
... View more
04-08-2022
03:05 PM
|
1
|
0
|
3592
|
|
IDEA
|
The Field Maps app configuration settings suggest that there are currently (version 22.1.0) three supported options for laser range finders (or offsetProvider): Bad Elf Flex, Eos Tools Pro, and Spike. I've successfully used the LTI 360B and 360R with the Bad Elf Flex (documentation) on both iOS and Android. I've also used a Spike (documentation) with a variety of GNSS receivers (Spike's list of tested receivers includes: Trimble R1, Bad Elf, Eos Arrow and Juniper Geode); Spike is iOS only.
... View more
04-05-2022
07:47 AM
|
0
|
0
|
6946
|
|
POST
|
I have a use case where users need to pick one or more options from a list and then rank their selected options. I thought this might be possible using Survey123Connect, however, while it works in preview in Survey123Connect, the form generates an error when accessed in the Survey123 web app. The approach I took was to create two choice lists. The first for the the select_multiple where the user picked their activity, and the second for the rank question: I then set the choice_filter for the rank question to use the selected answers from the select_multiple question, i.e., selected(${activity_select},activity): In Connect's preview, this appears to work as intended. The rank question only presents the options that were selected in the previous select_mulitple question, and allows you to drag the selected subset into a preferred order. When I try to use the form for real in the Survey123 web app, the rank question does correctly show only the options selected previously; however, as soon as you drag to re-order the list, an error appears, "Please rank all the choices for this question": Is it possible to combine select_multiple and rank questions this way? Anyone have any thoughts on how to address this error, or is this perhaps a bug?
... View more
04-05-2022
04:59 AM
|
1
|
4
|
3227
|
|
POST
|
Have you had a look at creating your own view of the ArcGIS World Geocoding Service? Not creating your own geocoding service, but creating a locator that is a view of the existing service, and which implements your desired search constraints? See Create a locator view.
... View more
04-01-2022
11:12 AM
|
0
|
0
|
766
|
|
POST
|
@MikeUnderwood The ReachView 3 app, and earlier versions, have been in the iOS App Store for years. ReachView3 allows to to use an Emlid RS2 GNSS receiver with that specific app. In the past that hasn't helped with sharing the receiver's location information with other apps, like ArcGIS Field Maps or Survey123. I would be glad to hear that has changed! Have you had a chance to verify if you can now use an Emild RS2 with ArcGIS Field Maps?
... View more
03-24-2022
05:19 AM
|
0
|
3
|
5182
|
|
POST
|
@HollyTorpey_LSA I haven't tried this with a distributed or partnered collaboration yet. It wasn't an option when we first started doing this, however, I think it should be possible. I will have to give it a try this summer! For us, most of the data on the portable Enterprise server is imagery or reference layers that are not being updated. Things we don't have to worry about syncing or copying back. For the hosted feature layers we are actively editing in the field, we usually connect to the portable server with Pro, and copy those layers into one or more local File Geodatabases. Then, when we are back on the Internet, we use python to manage updating the permanent server with the content of those databases. (Make sure when sharing/overwriting from Pro to your permanent Online/Enterprise destination that you have editor tracking enabled on the FGDB, and remember to check the box to "Preserve editor tracking info".) In many cases, our "authoritative" copy of the data becomes the one we take into the field. No one is editing those layers on the permanent server while folks are away. That makes it easy to truncate the tables and push the new data into its place, as we are not worried about syncing under those circumstances. When we have had to support editing in both the field and office, we have gone the route of adding a Microsoft SQL server to the laptop and using Enterprise Geodatabases as registered Data Stores to back the feature layers. We then used two-way database replication with disconnected check-ins/check-outs to keep things in sync. This approach is also helpful if you periodically have someone going back to civilization. They can take a copy of the replica off-site, connect to the Internet, sync the changes, and bring back updates from the office. Note that peer-to-peer syncing can become time-consuming when you have more than a few folks in the field, given the number of individual syncs required to get everyone up-to-date.
... View more
03-23-2022
06:00 AM
|
0
|
1
|
3192
|
|
POST
|
I suspect this is a bug and have a case with Esri support for it, however, I thought I would share it as an FYI with the community. If you create bulleted text in a Google Doc, copy it, and then paste it into a text block in StoryMaps, it appears correctly as bulleted text. If you then Preview, Publish, or otherwise cause the story to reload, then that text disappears. If you exit Preview, or return to Editing from Publishing, then the text is still gone, and cannot be recovered. Workaround: after pasting the text into StoryMaps, immediately select it, and explicitly set its formatting to "Bulleted List".
... View more
03-17-2022
01:30 PM
|
1
|
5
|
4841
|
|
IDEA
|
@KoryKramer I am disappointed to see this flagged as Already Offered. In light of the functionality existing, I would still consider @Amadeus111 's Idea as a relevant suggestion for improving the user experience associated with the functionality. The current implementation works, however, it is not as user friendly, nor as intuitive, as something along the lines of the Idea. There are many systems, including ArcGIS products, that support the pattern of having a checkbox at the top of a list, which impacts selection of all of the items in the list
... View more
03-16-2022
02:16 PM
|
0
|
0
|
2236
|
|
POST
|
Not sure if it is an option for you,, but what about running a simple instance of ArcGIS Enterprise instance on a laptop, and having it and a WiFi router in the field with the group? We often have teams working at field sites with no Internet, but who want to collect and share data while they are there. In general, they want to do all the collaborative things you can do when you have ArcGIS Online available to support the mobile apps, web tools, and Pro. You can use a base deployment of Enterprise for this purpose. And, you can use most any WiFi router to setup a local intranet for everyones’ devices to communicate with your Enterprise portal. One key to such a setup is that you need to provide Domain Name Service (DNS) resolution for whatever you named your Enterprise instance in your SSL certificate. You need this so that peoples’ devices will “trust” the portal, so they can successfully login from their apps or web browser or Pro. If you cannot configure your WiFi router to handle this aspect of DNS, then you can run a DNS server on the laptop as well, such as Bind. If you go this route then other helpful tips include using the same exact same usernames for peoples’ accounts in the Enterprise portal as they use in ArcGIS Online, even if the latter are enterprise (not built-in) accounts. Among other things, that ensures the editor tracking fields make sense when you transfer layers between Enterprise to Online.
... View more
03-07-2022
11:23 AM
|
3
|
3
|
3228
|
|
IDEA
|
Please update the Map Tour template that comes with AppStudio to be able to ingest as a starting point a Map Tour block form the new version of ArcGIS StoryMaps. Similar to what could do with a Map Tour Classic StoryMap to populate the template. As one of the main reasons for using AppStudio in our current use case is the offline support, and we are still building an online version of the tour in new StoryMaps, it would be helpful if we use that Map Tour block with the Map Tour template in AppStudio.
... View more
03-02-2022
06:31 AM
|
3
|
0
|
1494
|
|
IDEA
|
I've used unicode characters as a workaround to get italicized characters into the title of an ArcGIS StoryMap. There are italic characters in Unicode's Mathematical Alphanumeric Symbols block (see Wikipedia's helpful table for the codes.) If you're unsure how to directly enter unicode characters, you can use your operating system's helper app, and cut-and-paste from there: Windows -- Character Map MacOS -- Emoji & Symbols - Character Viewer
... View more
02-28-2022
11:22 AM
|
0
|
0
|
1886
|
|
POST
|
Perhaps some else has found a way around this, however, all I can do is confirm that it doesn't seem possible to do this. Access to the Esri training site is tied to accounts visible to ArcGIS Online, whether they are built-in or enterprise accounts. ArcGIS Online provides a setting for accounts -- both built-in and enterprise -- called "Esri Access", which can be set to enable/disable access to training and other content. Enterprise, however, does not offer that same setting, as its accounts -- built-in or enterprise -- are not tied ArcGIS Online. So at the moment, it appears the only option is to setup ArcGIS Online to use the same enterprise scheme, and enable Esri Access for those accounts in Online.
... View more
02-28-2022
06:11 AM
|
2
|
1
|
5431
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 4 | 4 weeks ago | |
| 1 | 06-18-2026 06:19 AM | |
| 3 | 06-05-2026 02:45 PM | |
| 4 | 06-02-2026 06:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|