Category "arcgis"

How to filter multiple layers by same attribute in ArcGis with JavaScript

I need to filter features by one specific attribute which is same for every layer that I am using. I tried this tutorial https://developers.arcgis.com/javascrip

ArcGIS map polygon store in ArcGIS

I have to store the created polygon in ArcGIS. Once the polygon is stored in ArcGIS, it returns an ID (Object ID). With the object ID, the administrator can acc

What is ArcGIS Layer basically?

Hi I am recently trying to build ArcGIS applications, when i tried one i came across creating a layer online and importing onto our current map, the thing is, i

Normalizing species count data in ArcGIS Pro

I have presence points of a certain species all over the United States. I completed a spatial join between the US and said points. However, I am unsure of how t

arcgis Failed to load layer: Cannot read properties of undefined (reading 'bind')

I'm trying to query a public ArcGIS server using a some a node script in Typescript but I'm getting the error: [esri.layers.FeatureLayer] #load() Failed to load

Autodesk Forge call for .gltf object for arcgis map

how can I call for autodesk forge 3D model in .gltf (or .obj) file to use it in arcgis javascript app? Thank You

Python package creation on Windows fails with „ … python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.“

I’m working on Windows with ArcGIS Pro and Python and I have a copied conda env from ArcGIS Pro. If I try to build a package the following error is displa

NameError: name 'select_pour_point' is not defined

I am receiving this error when trying to setup variables for each pour point. It is a cur_point = select_pour_point(POUR_POINTS, NAME_FIELD, name) NameError: n

how to get projection(espg number) from fif or tfw file

I have tif file whith a tfw file 30.00000000 0.00000000 0.00000000 -30.00000000 4558664.95812873 4002879.73390571 The file owner said that their data is i

If/else statement in Python ArcGIS field calculator

I have a county file in arcmap and trying to assign values in field calculator based on county name. I don't have experience writing scripts. The county field

"Uncaught SyntaxError: Cannot use import statement outside a module" when importing ECMAScript 6

I'm using ArcGIS JSAPI 4.12 and wish to use Spatial Illusions to draw military symbols on a map. When I add milsymbol.js to the script, the console returns err