1,021 questions
0
votes
0
answers
12
views
In ArcGIS Pro, how can I use Arcade to shift a label?
I'm working on a project in ArcGIS Pro that involves labeling parks. I have set the parks to display at a certain scale (1:10,000) that works for the majority of parks, but it doesn't work for a few ...
1
vote
0
answers
23
views
Is there a way that I can spatial join two line features without any common column in ArcGIS pro
I have been doing a spatial analysis. I have two regions, A and B, and I want to determine whether the roads crossing from A to B maintain the same classification or if the classification changes.I ...
0
votes
1
answer
23
views
ESRI /applyEdits Endpoint Rejecting Batch Due to 'Invalid HTML Content' – How to Identify the Affected Record?
I'm using the /applyEdits endpoint to update data in ArcGIS Online. Typically, when an invalid record is included in a batch, the response specifies which record failed while allowing valid records to ...
-1
votes
1
answer
34
views
How to convert ESRI shapefile into .csv with the following fields
I am trying to convert the data shown here into a .csv that contains these following fields
The current script I have takes in the .shp using geopandas and outputs it as a csv. However, the normal ...
0
votes
0
answers
17
views
ArcGis - FrameworkApplication.SetCurrentToolAsync does not activate tool
I was working on updating our older app to Arcgis Pro 3.3.
The code is set of AddIns which are added to Arcgis Pro. Its set of like 10 addins. Across the whole solution, FrameworkApplication....
0
votes
2
answers
80
views
How Can I Avoid Calls to js.arcgis.com From My Javascript pp
I'm building a JavaScript app with the ArcGis JavaScript SDK. We have a requirement that the app should run on prem without external dependencies. How can I use the SDK without it making calls to js....
0
votes
1
answer
42
views
Trouble retrieving geojson from ESRI Rest service
I'm trying to get a geojson from this ESRI REST server and plug it into a QGIS map. I'm looking only for points where RptYear=2024.
I've gone through the basic steps in QGIS of clicking on "...
0
votes
0
answers
178
views
New (pnpm) vite + React + TypeScript project build becomes very slow with (ESRI) @arcgis/core (even though using dynamic-imports)
I have a question and I would love to get some help please :)
I installed a new vite project with React and TypeScript:
pnpm create vite some-app --template react-ts
When I run pnpm build the build ...
0
votes
0
answers
28
views
Unable to rename copied geodatabase
I have an existing script that copies a geodatabase to another location and renames it. It uses arcpy and os libraries to do it.
copy_from = r"C:\test.gdb"
copy_to = r"D:\test.gdb"
...
0
votes
0
answers
26
views
beginner to ArcGIS mapping, help to map features and export the maps
I am looking for suggestions regarding how do I export a good map. I am looking for stepwise procedure to create a good map and export it so that I can paste it in my word document.
I have roadways ...
0
votes
0
answers
27
views
web locate me button is not working on android webview
we have a web app that showing an ezri map with locate me button, the button is working on the web browser, but its not working on the android web view, also the location permission is enabled, see ...
1
vote
1
answer
41
views
Angular + RxJS + Esri Feature Layer queryFeatures - applyEdits operations pipe & retry operation
I am trying to build an application where vpn connection plays a critical role so if a user disconnects from its vpn i would like to keep try to query or try to apply edit to feature layer if vpn ...
0
votes
1
answer
69
views
Can you use self-hosted (or otherwise non-arcGIS) data with the esri leaflet feature layer api?
I am using a third-party application which allows the user to add custom map layers to a Leaflet map. All I am able to input is a url to the map layer. I've taken a look at the source code and they ...
0
votes
0
answers
31
views
Dynamic Layer: valueExpression in ClassBreaksRenderer doesn't return correct value
I am using a FeatureLayer created from a dynamic Layer, where the source is a JoinedLayer. I am joining a MapLayer and a QueryTable. Said FeatureLayer has a ClassBreaksRenderer and as the JoinedLayer ...
0
votes
1
answer
50
views
Using ArcPy to set visibility range not working in ArcPro 2.8.8
I need to automate the configuration of properties for a large number of Feature Layers that are based on queries of a base Filegeodatabase in ArcPro version 2.8.8. The first part of the process has ...