Questions tagged [arcgis]

ArcGIS is a platform consisting of a group of geographic information system (GIS) software products produced by Esri. The GIS Stack Exchange should be considered for questions with this tag.

Overview

ArcGIS consists of products, versions, applications, license levels and components.

ArcGIS was first launched in 1999 and excepting server offerings is available on Microsoft Windows only. Prior to 1999 Esri had a number of different product lines (ArcView3, ArcInfo Workstation, MapObjects, ArcSDE) on Unix and Windows that were loosely integrated and sometimes incompatible. Many of these products can be interacted with via programming languages, such as VBA, .NET languages, and Python.


Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE which has separate tags for its products and components e.g. arcgis-desktop, arcgis-server, arcpy, arcsde, etc

2794 questions
0
votes
2 answers

a proper replacement for Cesium map engine

I used to work with Cesium ion and their map engine in my project. I want to know if there are any better or equal map engines out there. found some options and am not sure about them. MapTiler Carmenta ArcGis (Although I'm not sure about this…
rubin123
  • 11
  • 1
0
votes
1 answer

VS Code & Node.js: Use console() instead of console.log()?

I'm writing JavaScript expressions to be used in specialized geospatial software. In the geospatial software, only console() is valid, not console.log(). As I'm working, I'm debugging my geospatial scripts in VS Code using Node.JS (since the…
User1974
  • 276
  • 1
  • 17
  • 63
0
votes
1 answer

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 displayed: ERROR Command…
Kara
  • 3
  • 1
0
votes
2 answers

OpenLayers - TileArcGISRest vs. XYZ

OpenLayers docs on TileArcGISRest says: For cached ArcGIS services, better performance is available by using ol/source/XYZ instead. But XYZ is not adapted to ArcGis and my ArcGis tile map (with Single Fused Map Cache) does not fit OSM when using XYZ…
Arve Waltin
  • 4,098
  • 1
  • 15
  • 12
0
votes
0 answers

How to keep graphics not moving when map zoom or pan in ArcGIS Andriod SDK

It is just like the Uber to locate where it is graphic keep fixed position
0
votes
0 answers

.apk file in ArcGIS appstudio

I am trying to build ARMv8 APK (64bit) using ArcGIS AppStudio (qt creator). I have all necessary keys to build, I am getting folder after build as "Project" where all build files are generating but I am NOT getting .apk file anywhere. Can someone…
0
votes
1 answer

Web Scrapping using VBA

I want to extract data from below website using VBA. Can someone help me with code? https://experience.arcgis.com/experience/478220a4c454480e823b17327b2bf1d4/page/Bundesl%C3%A4nder/ I have below code but nothing has been returned in eColl object Sub…
Konark K
  • 147
  • 8
0
votes
0 answers

why arcgis server export distorted image distortion

arcgis server export distorted image, why, see below screen shot Details at https://transparentgov.net/cleargov1/915/arcgis-server-image-distortion-at-small-scale Distorted sample…
hoogw
  • 4,982
  • 1
  • 37
  • 33
0
votes
1 answer

While assigning exisingmapinstance to new MapView.map facing Object is already owned: Already owned exception in xamarin forms

While assigning the previous page's map instance to another page's MapView's map then getting an Object is already owned: Already owned exception. how to use the existing map instance to another page with Xamarin.Forms 5.0.0.2337 and…
Dev
  • 315
  • 2
  • 16
0
votes
1 answer

Display field attributes from a layer included in a mmpk

We are customizing the AppStudio Offline Geocoding and Routing app with our own data. We would like to add the option of selecting the POIs from a combo box so people can select a POI by name if they don't know its location. The app is build on a…
0
votes
1 answer

Import packages works in idle.exe but not in IDE (python)

Please note that I am a complete beginner and installed python simply by going to the website and clicking "install". It used to work fine. Now suddenly I have this frustrating situation where I can run just about anything in the idle.exe found in…
Anna1
  • 11
  • 4
0
votes
1 answer

Hyperlink on a Graphic element in ArcGis

i need your help please. I would like to be able to click on a point added on an ArcGis map so that when I click on it I am redirected to another web page I have been following the…
0
votes
0 answers

GIS: Alternative ways of patching gaps in a polygon

I'm working in QGIS but I can also use ArcGIS if there's a solution that works best on there. I have a shapefile with certain plots of land highlighted and I plan to calculate the distance of features to the borders of these plots. But the plots…
Dee
  • 29
  • 2
0
votes
1 answer

Trimming a long text to get what I want using substring

I have a program that was created using c# in UWP and we have a map embedded in it using ESRI.ArcGISRuntime libraries. I want to show the datum only and I have used substring to extract what I need but it always gives me to much. This is the line of…
jam
  • 5
  • 3
0
votes
2 answers

Get a list of every Layer, in every Service, in every Folder in an ArcGIS REST endpoint

I have two ArcGIS REST endpoints for which I am trying to get a list of every layer: https://rdgdwe.sc.egov.usda.gov/arcgis/rest/services https://services1.arcgis.com/RLQu0rK7h4kbsBq5/ArcGIS/rest/services These are not my organization's endpoints so…
BenW
  • 125
  • 7