-
Experience Builder - Widget Controller Pop Ups
Hi, trying to replicate a web app I found here: https://experience.arcgis.com/experience/b185d671f3714392b6ad781f27e8b2ec/page/Zoning?org=tlcgis&views=Basemap-Gallery I'm trying to keep a vertical Widget Controller panel on the left hand side of the screen, and populate the widget controllers pop up windows within a…
-
Explain Arcade Cache
Can someone please explain to me what is arcade cache function in javascript sdk and how to use it? I've checked the documentation and there is no further information about it (https://developers.arcgis.com/javascript/latest/references/core/arcade/#ArcadeCache).
-
Recommended ways to update tile layer from ArcGIS Pro to AGOL? (Daily/weekly batch uploading of .pngs)
Hi I'm responsible with making georeferenced images/pdfs (in the form of .png files) available online on an almost daily basis. Internet search says best way is to upload them as a Tile Layer. My question is: What are some good ways to approach this? Here is what I'm currently thinking of doing: Create a group layer, then…
-
Generate Travel Areas caps Trucking Time at 5 hours, less than half the federal 11-hour driving limit
Esri ships a Trucking Time travel mode built specifically for commercial trucks. Yet Generate Travel Areas rejects any cutoff over 300 minutes (5 hours). So the truck-specific tool cannot model a legal truck day. Under FMCSA Hours of Service, a property-carrying CMV driver may drive up to 11 hours after 10 consecutive…
-
OD Travel restrictions preventing routing for some Origins, but not others
As per the title, I can't get accurate OD matrix results for a handful of origin locations and have exhausted the troubleshooting resources that I can find, including the following: https://doc.esri.com/en/arcgis-pro/latest/help/analysis/networks/troubleshoot-network-analysis-problems.html including the section on…
-
How SHOULD I manage a Field Map when dealing with WGS84 and TA83 data?
I'm trying to create a map in ArcGIS Pro with a mix of WGS84 and TA83 data. When I try to publish it into a webmap, Pro doesn't like that - not to mention, Field Maps defaults to WGS84(?). A key piece of data I'm working with are buffers, ranging from 0.5 miles to 5 miles. I understand calculating in PLANAR with TA83 would…
-
Bulk Edit Terms of Use in AGOL and Enterprise
Enable a way to have administrators fill in the "Terms of Use" for content in AGOL and Enterprise for multiple items. Some users forget to fill it in and some do not know the appropriate language the organization wants to use. It is too time consuming for Administrators to open and edit each individual item that gets…
-
ArcGIS Online Inventory Tracking Enhancement
I am so excited you have functionality for tracking services in ArcGIS Online. I would love ot see a few other things trackable/supported: Users- per user each time they log in to ArcGIS online Map Items- Session metrics Experiences/dashboards- Session metrics The intent is to use monitor to help audit what is being used…
-
Arc Pro 3.7 Append Issues
Recently I'm having issues with the append geoprocessing tool when I try to append data from a local GDB to a hosted feature layer. The append tool runs and says 'Append Completed' but the data is not there. I use the field map to reconcile field differences, I've unchecked optimize performance for feature services, I've…
-
Esri Press Book Proposal Guidelines
Interested in writing a book for Esri Press? Fill out the Esri Press Book Proposal Guidelines form here!
-
Experience Builder Table Widget - CSV Export Fields
I'm working with an ArcGIS Experience Builder site where I have a feature layer of laboratory locations displayed on the map. I added the Table widget and configured it to display the fields I want visitors to see. I also enabled the Export function so visitors can download the table as a CSV. Here's the issue: The…
-
Equal Earth projection basemaps
In light of UN Resolution of 4 September 2026 which "encourages governments, schools, international organizations and technology companies to use the Equal Earth projection…" and for other reasons as mentioned by Alaska_Melanie on Jul 6, 2021, we, (the WWF Network) would urgently request Equal Earth projected basemaps to…
-
Spectral Unmixing and Endmember Question
Does anyone know if there are any recent/updated tutorials (other than the ESRI ArcGIS Pro webpage for Linear Spectral Unmixing) for endmember development and using the Linear Spectral Unmixing tool in ArcGIS Pro? I wanted more clarification on how to use the tool.
-
Survey123 Reports - basemap not rendering when size parameter is used.
When I add size:580:0 the basemap gets cut off: ${location_point | map:"6796ceb0048a4350b84fe67f56253a03" | mapScale:50000| size:580:0 | drawingInfo:"currentLayer"} ${location_point | map:"6796ceb0048a4350b84fe67f56253a03" | mapScale:50000| drawingInfo:"currentLayer"}
-
VS code support
Hello All I was tasked with migrating legacy ArcMap plugin developed an decade ago to ArcGIS pro plugin (ArcGIS pro 3.5). I predominately use VS code for my web development. Can I use VS code for pro plugin development?. Quick search warrants VS studio 2022 . Please throw some light on this.
-
DNS cache poisoning vulnerability in Netty??
Hi All, Our IT department has flagged the below security issue linked to my ArcGIS Pro and asked when this critical vulnerability will be patched? Does anyone know who would be appropriate to ask about this??
-
Support Identify on Vector Tiles in JavaScript API
As far as I know, identifying Vector Tile layers is not supported in online map viewers that use the JavaScript API. I think that any query could easily be performed on the original data source that the vector tiles are based upon
-
Allow custom sort order of charts
There is only way to order by value or alphabetical order. I am requesting allowing custom sort order of charts manually by the dashboard author. There is a workaround, but it is not easy or sustainable depending on the number of fields and charts we need.
-
Sprites URL changes after saving the style in the Vector Tile Style Editor
Hi everyone, I'm observing a behavior in the Vector Tile Style Editor and would like to understand whether this is expected or not and if there is a way to prevent it. I am using the World Topography Map style as reference and it contains the following sprite reference: "sprite":…
-
Arcade to summarize results of multiple Near Me widgets holding onto stale results
I have an Experience Builder that contains 6 Near Me widgets that are triggered with a Select widget. When a user selects a parcel using the Select widget, the 6 Near Mes go off and search that parcel for various layers within different distances for each Near Me. I then have an Arcade script inside of a Text widget that…