|
IDEA
|
It looks like this issue was resolved in a recent hub update. Note the Embedded Links toggle in Settings-> Interactions which influences whether the document link opens within the hub page or opens the document link outside of the hub page.
... View more
07-19-2021
01:22 AM
|
0
|
0
|
3612
|
|
POST
|
I'm also experiencing this issue. We have a webmap that contains a hosted view layer. If a map contains that hosted view layer, we get an error when trying to download an offline area in Field Maps, Collector and Collector Classic. I'll keep digging.
... View more
07-09-2021
02:06 AM
|
0
|
1
|
4576
|
|
POST
|
I've just tested out one of the new Instant Apps to create an app using the Interactive Legend template. All works fine until I press the Publish button, at which point it hangs indefinitely (spinning blue circle). Unable to close the 'Publish' window or cancel. Google Chrome Version 91.0.4472.124 (Official Build) (64-bit). Closing the browser window and accessing my ArcGIS Online Content I can see the app in the Content list, but opening it shows the default template (Interactive Legend Sample: Global Power Plants) rather than my customised app.
... View more
06-30-2021
02:24 AM
|
0
|
2
|
1760
|
|
POST
|
Now added as an idea as I couldn't see it in the existing ideas: https://community.esri.com/t5/arcgis-hub-ideas/minimize-quot-more-info-quot-side-panel-of-arcgis-hub-by-default/idi-p/1073260/jump-to/first-unread-message
... View more
06-28-2021
09:20 AM
|
4
|
0
|
2935
|
|
IDEA
|
As of the May update, a 'more info' side panel appears by default when apps are opened in ArcGIS Hub. For many users this information is unnecessary, and takes up valuable real estate on the page. Either hiding this by default, or having an option to hide this would be preferred, rather than the user having to hide it each time. Inspiration taken from this post: https://community.esri.com/t5/arcgis-online-questions/minimize-more-info-side-panel-of-arcgis-hub-by-default/td-p/1067627 by @BenjaminSkinner. In our use case, our community users are opening maps, dashboards and other apps from hub pages, and are only interested in seeing the map etc. They have no interest in the additional details.
... View more
06-28-2021
09:20 AM
|
31
|
8
|
5922
|
|
POST
|
+1 for this idea. Our community users certainly don't want to see the information about when a map was last updated or who it is shared to. They want to see the map (or other app) they clicked to open.
... View more
06-28-2021
09:14 AM
|
0
|
0
|
2936
|
|
POST
|
Hi Matt, Thanks for your suggestions @MattSund. I will check that out. I did find another workaround also, though it is not as nice as the built in gallery cards. You can use the Minimal Gallery app to present links in a similar style to a Gallery Card, but with the ability to directly open document links. Visually it is not as pleasing as the built in Gallery Cards, and it requires a bit more work to use.
... View more
06-23-2021
01:21 AM
|
0
|
0
|
2482
|
|
BLOG
|
Hi @IsmaelChivite , I've just tested your updated bananas script but it's still not working for me. My setup is as follows: Script (myFunctions.js) function totalBananas (fruitsrepeat)
{
var totalBananas = 0;
var i;
for (i = 0; i < fruitsrepeat[i].length; i++) {
if (fruitsrepeat[i].fruit=='banana') {
totalBananas = totalBananas + fruitsrepeat[i].quantity;
} }
return totalBananas;
} XLSForm - survey type name label calculation begin repeat fruits Fruits select_one fruitname fruit Fruit integer quantity Quantity end repeat integer TotalBananas Total Bananas pulldata("@javascript","myFunctions.js","totalBananas",${fruits}) XLSForm - choices list_name name label fruitname banana banana fruitname apple apple I have also tried renaming the repeat 'fruits' to 'fruitsrepeat' but the number of bananas is still not calculated.
... View more
06-18-2021
02:55 AM
|
0
|
0
|
59465
|
|
POST
|
We are noticing some peculiar behaviour with some of our hosted views. Is anyone else experiencing the same? Background: We use hosted view layers to share in webmaps with some of our community (Hub) users for surveys. Process: Hosted view layers are created from the feature layer, using the View Definition to control what is shared in the layer. Editing is not enabled on the hosted view. The data appears present and correct when viewed from an organisational admin account. The hosted view layers are shared to the community users via groups. Issue: The community users see (or rather don't see) an empty/blank layer (no rows in the attribute table and no geometry on the maps). Workaround: As a temporary solution, we have found that if we turn editing on in the Settings of the view layer, save the Settings, then turn editing back off again (and save), the view layer appears as expected. Any ideas what may be causing the view not to be shown to the user in the first place?
... View more
06-15-2021
09:20 AM
|
1
|
2
|
2423
|
|
POST
|
Hi @JamesTedrick, Thank you for the quick response and explanation. Scaling is set to 125% and 175% respectively on the two computers being used for testing. I have just tested with the beta install (3.13.128) and the 'floating' issues appear to be similar or worse if you move the map window after the polygon has been drawn (first image below). However, when accepting the polygon (via the tick button) and then going back in to it, the polygon does appear to be in the correct place it was originally drawn. Viewing the polygon in an ArcGIS Online webmap still shows issues, in that the drawing that was made in Survey123 appears larger (i.e. outside of the traced boundaries). See the second image below. Survey123 Beta polygon 'floating' Side by side comparison of Survey123 beta submission (left) vs. appearance in AGOL webmap (right) I had another member of staff also test on their device (scaling at 175%) but the limited testing they have carried out doesn't show any differences between the submitted polygon and the one appearing in AGOL.
... View more
06-15-2021
01:41 AM
|
0
|
0
|
8056
|
|
POST
|
Our users are experiencing issues with the geoshape tool in Survey123. We have multiple surveys (all built in Connect) that use geoshape questions. The method is set to vertex. When users draw a polygon on the map interface, they experience the following issues when using the windows desktop field app (tested in versions 3.12.274 and 3.12.277) (but the same issues are also seen when testing in Connect 3.12.232): If moving the map, the polygon moves out of sync with the basemap (rather than being fixed to the basemap it 'floats') If saving their polygon drawing (by clicking the tick button), the polygon shown in the form is in the wrong place (e.g., moving southwest of the correct position). After submission, when the polygons are shown either in an ArcGIS Online webmap, or in ArcGIS Pro, polygons can appear in the wrong locations (as described above), and may appear bigger or smaller than the area traced against the basemap. Despite this, the area calculations appear to be correct based on testing so far (i.e., an area calculation in the form matches the area of the submitted polygon shown in ArcGIS Pro). These issues appear to occur regardless of basemap. Is this a known bug? Examples below: Fig 1. Original polygon drawing Original geoshape drawing Fig 2. Polygon has 'drifted' Polygon has moved (in map/drawing mode) Fig. 3. Polygon has drifted (shown in form view) Polygon has moved (in form view) Software details: Tested on a laptop running Windows 10 with version 3.12.274 of the x64 Survey123 Field App, and again with version 3.12.277 of the x64 install. Another colleague has also tested with 3.12.277 and has the same issues. Also tested on a Samsung A71 running Android 11 and version 3.12.277 of the Survey123 Field App. - doesn't appear to have the same issues. Possibly limited to the x64 version of the app?
... View more
06-14-2021
07:08 AM
|
0
|
9
|
8109
|
|
POST
|
@JayDev @KatelynThompson, I have found another, likely related issue. It seems my first original bulletpoint is not resolved. I am inviting users to our Supporting Teams via ArcGIS Hub. During the invite process, there is a step to customise the invite notification. In the Body of the message, it is possible to add hyperlinks. However, if I add a link using this tool, the whole notification window crashes/disappears and I have to start the process of selecting users to invite all over again. The link destinations I am trying to use have all been added in the Hub Advanced Settings (see this article). I notice there is also a check box in the Add Link window which has no text next to it. I've no idea what it is for. If I instead use Code View, I can code the URLs in html and send the invite. However, after the invite has sent a red bar appears at the bottom of the window suggesting something has gone wrong. The user gets added to the Supporting Team, but without the email invite. When signed in with their ArcGIS account, the invited user sees a notification stating that they have been added to the Supporting Team. I have included a video showing the crashing behaviour. These issues are having a big impact on our ability to manage our initiatives and community effectively. Do you have any updates on when this will be resolved?
... View more
06-10-2021
02:56 AM
|
1
|
0
|
3687
|
|
IDEA
|
Thank you for the suggestion @jcarlson. I'll admit I've not worked with JSONs before. However, looking at the JSON in ArcGIS Assistant I can't see anything obvious that depicts the view definition. I may be missing something though.
... View more
06-09-2021
01:34 AM
|
0
|
0
|
1818
|
|
IDEA
|
We are often creating hosted views which are highly similar, but tailored for different user groups. Currently, we have to create each view separately from scratch off of the hosted feature layer. This takes a lot of time as we have to set each of the features, fields and extent in the view definition each time. It would save a lot of time if it was possible to clone or duplicate an existing hosted view whilst still maintaining its connection to the hosted feature layer. We could then make minor modifications to the cloned views (e.g., defining different extents). It is currently possible to save hosted feature layers as new layers, but these are independent from the hosted feature they were created from and so do not meet our needs.
... View more
06-08-2021
07:59 AM
|
9
|
4
|
1891
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2025 10:16 AM | |
| 1 | 03-24-2026 03:17 AM | |
| 1 | 05-27-2020 02:34 AM | |
| 1 | 01-07-2026 09:19 AM | |
| 3 | 10-20-2025 01:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|