1,014 questions
0
votes
1
answer
68
views
ArcGIS Flutter SDK: Unhandled Exception parsing Cache-Control header max-age=1.00:00:00
I am implementing ArcGIS Maps SDK for Flutter (version 200.8.0+4672) in my Flutter application. During runtime, I get the following unhandled exception related to HTTP header parsing:
Unhandled ...
1
vote
0
answers
34
views
ArcPy symbology ignores ManualInterval and defaults to StandardDeviation — how to force manual breaks?
I'm using ArcPy with ArcGIS Pro 3.3.1 to apply a graduated color symbology to a raster or feature layer, using custom class breaks and labels. According to the ArcGIS GraduatedColoursRenderer ...
0
votes
0
answers
39
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 ...
0
votes
1
answer
55
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 ...
0
votes
0
answers
36
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
1
answer
76
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
1
answer
97
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
1
answer
161
views
ArcGIS Pro SDK - First Edit Operation Fails
I have created an Add-in - In which whenever the button is active, when you create a polyline(Plan_Kabler) point features are placed along the line alongside with polygons. These are directional ...
0
votes
0
answers
788
views
How to read in a (compressed) .gdb using R and or SF Package?
I want to open a GDB (A directory that ends with ".gdb") in R. I am assuming that some sublayers or the whole GDB is compressed, though I do not know how to confirm this. I have tried ...
0
votes
1
answer
119
views
ESRI JS : To spiderfy a cluster
I am using ESRI JS API (4.23), and I can't find a way to spiderfy my clusters ( similar to what we can do with a Cluster using leaflet), has anyone already tried to do that ?
Here is an exaplme of ...
0
votes
0
answers
74
views
Oracle. Procedures. Beginner. How to handle large string inputs? (CLOB)
I new to using Oracle, so I could really use the help.
I have a procedure:
create or replace procedure Demo_Name
(someId IN number default null,
planShapes IN string,
OutputCursor OUT ...
0
votes
0
answers
86
views
Esri ArcGIS Integrating Custom API Data with React js FeatureTable
I'm new to argis, I'm trying to Integrate a Custom API Data with React js FeatureTableBelow is my sample code:
Here in this code I'm using the esri to load the widgets and show the basemap and others ...
1
vote
2
answers
189
views
Can't upload file via HTML form using Calcite Input component ("Failed to set the 'value' property on 'HTMLInputElement'")
I'm receiving the console error DOMException: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty ...
1
vote
1
answer
302
views
Incorrect results when intersecting point and polygon data with sf in R
I’m getting bizarre results when I intersect some point data with polygons using the sf package in R, and while I think I’ve found a solution, I’m so baffled by the issue that I’d really appreciate it ...
0
votes
0
answers
84
views
Error in ArcPro's Fill Missing Values Tool using arcpy in Python
Fill Missing Values Tool runs perfectly fine in ArcPro, but when attempting to do the same in Python using arcpy module, it returns an error. The error message indicates a problem within the internal ...
0
votes
1
answer
235
views
how to extract points attribute in st_geometry object in oracle
I would like to extract shape data from a table. I can get entity,numpts,minx,miny all the attributes except POINTS which is is BLOB. I would like to get the data as varchar. How can I extract points ...
0
votes
1
answer
124
views
Why is every Attribut, except OBJECTID, from this ArcGIS Query returning null?
Im trying to build an App in android Studio with the ArcGis API. While building an Adapter I noticed, that all the Attributes, except "OBJECTID", is returning null, even though they actually ...
0
votes
2
answers
97
views
How to iterate over values in a column pandas
I'm working on a project that needs one set of coordinates converted to another(from CRS 229 to CRS 3857), and I have a function that works when you put the former coordinates in, but I would like to ...
0
votes
1
answer
456
views
ArcGIS Maps SDK for JavaScript: Feature Layer renderer not rendering UniqueValueInfos
My renderer for my featureLayer (My feature layer) only renders the Legend but does not draw out any features on the map. It seems as though my uniqueValueGroups are working but uniqueValueInfos does ...
0
votes
1
answer
82
views
How to Spatial filter 3D object areas in Unity using ArcGIS Maps SDK for Unity?
I'm having an issue, I don't quite understand their C# API about Spatial filter.
Link to C# API
This is what I managed to think of and found in forums:
void CreatePolygons()
{
...
0
votes
2
answers
650
views
Attempting to install conda package and receiving error
I'm attempting to install the arcgis conda package from esri using the following command:
conda install -c esri arcgis
It fails with the following error message:
github-image/arcgis-python-api [master]...
0
votes
1
answer
180
views
How to deselect an already-selected web component list item?
I've been trying to make use of list web components from ESRI Calcite Design System.
With the code snippet below I cannot manage to deselect an already-selected list item when it's clicked a second ...
0
votes
1
answer
331
views
GeometryEngine.project() method of Esri Geometry API for Java not working
I am trying to calculate the 2D area of a polygon created from vertices defined by latitude and longitude coordinates using the following dependencies:
import com.esri.core.geometry.Geometry;
import ...
1
vote
1
answer
551
views
How to correctly grab Page Name from an ArcPro Map Series in Python?
Using ArcPro, I need to create a ton of maps for the foreseeable future, and each product I create needs to be in its own folder. I'm trying to make a Python script that will do the following to an ...
1
vote
0
answers
171
views
Programmatically get weak global reference table count
Is there a way in Java or Kotlin to programmatically get a count of global weak references being used by native code in a closed-source 3rd party library?
I'm using the Esri ArcGIS runtime SDK in an ...