POST
|
Thanks @ChristopherCounsell , unfortunately I'm not hosting either of these layers, so my ability to set a join up is limited.
... View more
11-21-2024
03:41 AM
|
0
|
0
|
170
|
BLOG
|
Thanks @TanuHoque , I'm working in AGOL, so sadly no enterprise database to access. I'm also working with layers that are hosted by another provider, so I can't set the relations in the data.
... View more
11-20-2024
10:03 AM
|
0
|
0
|
1424
|
POST
|
Hi all, I've been using this incredibly helpful post (https://community.esri.com/t5/arcgis-online-blog/show-related-data-or-tables-in-pop-ups-with-arcade/bc-p/1560662#M1204) to get my pop-up to show data from a related feature layer. My expression looks like this: //Access 'Facilities' table as a featureset var portal = Portal("https://www.arcgis.com") var facilities = FeatureSetByPortalItem(portal, "1e189022e7064e0e9b1bdaadef6d3b78") //Filter related features by Site ID var varSite = $feature.siteid var filterStatement = 'siteid = @varSite' //related features as a variable var relatedData = Filter(facilities, filterStatement) //Sort related features var relatedDataSorted = Orderby(relatedData,'facilitytype ASC') var popupString = '' var facilityCount = 0 for (var f in relatedDataSorted){ popupString += Text(f.facilitytype) + TextFormatting.NewLine facilityCount=facilityCount+1 } return popupString This works great within the pop-up, but I'm now trying to extend it to the style of the layer, so that I can vary the size of the point depending on the 'Count' (i.e. number of related features). At the moment the code doesn't work at all in the style expression builder - can anyone suggest where I'm going wrong? Many thanks, Helen
... View more
11-20-2024
03:49 AM
|
1
|
4
|
206
|
POST
|
In case it's relevant, this issue arose for me in one of my hosted feature layers after the November 2024 update. It was a bug "Following the ArcGIS Online November Release Hosted Feature layers using British National Grid projection are reprojecting to 0,0.", and the way it showed up was the layer either appeared / disappeared at various random zoom levels, or it didn't show at all. The ESRI UK support team resolved it for me.
... View more
11-20-2024
03:42 AM
|
1
|
0
|
180
|
BLOG
|
This was an incredibly helpful post, thank you! I have this working in a pop-up in MapViewer, but I'm trying to apply the same logic to an expression in the layer style (i.e. count related features and vary the symbol size by number of features). Does anyone know if this is possible?
... View more
11-20-2024
03:33 AM
|
0
|
0
|
1474
|
IDEA
|
Agree that this would be really helpful! It's currently quite labour intensive to move text around a StoryMap. Being able to highlight several sections and move them around together would be great.
... View more
11-20-2024
02:33 AM
|
0
|
0
|
154
|
IDEA
|
It would be great if there was 'hover over' pop-up functionality within ExB. If it were similar to the functionality within the 'media map' instant app that would be great; allowing a pop up box (configured in the usual way within the map viewer) to open when a mouse is hovered over a map feature. Many thanks, Helen
... View more
09-23-2024
08:37 AM
|
5
|
1
|
243
|
POST
|
Hi, does anyone know if it's possible to create a hover over pop up for map features within ExB? It's possible within some of the instant apps and it would be great to replicate the same within Experience Builder. Many thanks, Helen
... View more
09-23-2024
08:24 AM
|
0
|
3
|
456
|
POST
|
Thanks, good suggestion but there are other layers on the map that the user can add, and ideally they would like to be able to see pop-up information about these other layers.
... View more
09-10-2024
12:58 PM
|
0
|
0
|
304
|
POST
|
I've created an experience that asks the user to select a feature from a list, it then zooms to that feature on a map, and brings up a dynamic textbox to display information about that feature. It all works fine until the user clicks away on the map, which means that the selected feature is no longer selected, and the dynamic text stops working. Is there a way to make the selection persist, or to prevent map clicks from deselecting a feature? Or maybe an alternative workflow that doesn't involve selecting features at all? https://experience.arcgis.com/experience/8b1574162d4448ecaa5d2ed53c88e8a0 Thanks in advance for any help, Helen
... View more
09-10-2024
12:12 PM
|
0
|
4
|
334
|
POST
|
Hi, I've used a specific Living Atlas authoritative data layer in a large number of web maps and apps (the layer is "Indices of Multiple Deprivation (IMD) 2019" - https://livingatlas.arcgis.com/en/browse/?q=%22Indices%20of%20Multiple%20Deprivation%20(IMD)%202019%22#q=%22Indices+of+Multiple+Deprivation+%28IMD%29+2019%22&d=2 ) This layer has now become unavailable, with an error message saying "This item is not currently available. The ArcGIS Online subscription associated with this item has been disabled." All of my apps that use this layer are now requesting a user login. All these apps are shared with everyone, so they do not normally need a login. Any suggestions as to a workaround that doesn't involve removing these layers from every map would be very welcome. Also, is there any way of finding out if this layers are likely to come back online again in the future? It has made me much more wary of using living atlas content! Many thanks, Helen
... View more
09-03-2024
06:45 AM
|
1
|
1
|
572
|
Title | Kudos | Posted |
---|---|---|
1 | 11-20-2024 03:49 AM | |
1 | 11-20-2024 03:42 AM | |
1 | 09-03-2024 06:45 AM | |
5 | 09-23-2024 08:37 AM | |
1 | 10-24-2023 02:49 AM |
Online Status |
Offline
|
Date Last Visited |
11-21-2024
02:46 PM
|