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
1106
votes
33 answers

"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 error Uncaught SyntaxError: Cannot use import statement outside a module` so I add…
Jerry Chen
  • 11,595
  • 5
  • 13
  • 16
50
votes
3 answers

Android - Expected Resource of type ID

I have this code final static int TITLE_ID = 1; final static int REVIEW_ID = 2; Now, I want to create a new layout in my main class public View createContent() { // create linear layout for the entire view LinearLayout layout = new…
The Newbie
  • 503
  • 1
  • 4
  • 5
37
votes
10 answers

java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer's URL and is secured. My mapping application was using Java 6 before and was able to add the secure URL with…
james
  • 601
  • 1
  • 7
  • 12
31
votes
3 answers

Chrome Developer Tools Invoke Property Getter

All of my property values require me to click them in order to see them. How can I fix this? The object I'm trying to view is this Query Object. It seems to do this with most Arcgis objects I'm trying to view.
ddschmitz
  • 508
  • 1
  • 8
  • 18
25
votes
8 answers

Pandas: transform a dbf Table into a dataframe

I want to read a dbf file of an ArcGIS shapefile and dump it into a pandas dataframe. I am currently using the dbf package. I have apparently been able to load the dbf file as a Table, but have not been able to figure out how to parse it and turn it…
FaCoffee
  • 7,609
  • 28
  • 99
  • 174
20
votes
3 answers

How to restart service remotely?

I can start or stop service remotely from .net project. ConnectionOptions options = new ConnectionOptions(); options.Username = @"192.168.36.22\test"; options.Password = "test"; ManagementScope scope = new…
novicegis
  • 519
  • 3
  • 5
  • 13
18
votes
1 answer

How do I scrape data from an ArcGIS Online map?

I want to scrape the data from an ArcGIS map. The following map has a popup when we click the red features. How do I access that data programmatically? Link :…
curious_nustian
  • 596
  • 2
  • 7
  • 22
17
votes
8 answers

Heightmap generation algorithm?

I was looking around the internet and couldn't find a perfect algorithm for this particular problem: Our customer have a set of points and weight data along with each point as can be demonstrated by this image: weighted points…
chakrit
  • 61,017
  • 25
  • 133
  • 162
17
votes
3 answers

How to solve CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan nan]?

I have an error where it crash the application when it is starting up. This is the error that i got: *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan nan]' *** First throw call…
sihao
  • 273
  • 2
  • 5
  • 19
13
votes
7 answers

Where do you get ArcGIS development questions answered?

Where do you have the most success getting your ArcGIS development questions answered? ESRI forums? Stack Overflow? Google? Mailing lists? Blog posts? ESRI documentation? I can usually get answers to my ASP.NET/Oracle/JavaScript/C# questions in…
nw.
  • 2,206
  • 5
  • 30
  • 40
13
votes
3 answers

ArcGIS Javascript - Zoom to show all points

I am trying to add some functionality that will zoom the map in/out depending on the points that are returned from a query. So for example, say we're zoomed in on the state of Texas. If I execute a query and the service returns back points that are…
John F.
  • 4,780
  • 5
  • 28
  • 40
13
votes
2 answers

Confine dragging of Google Maps V3 Marker to Polyline

I've created a Google Map and have drawn a polyline on it. I've then added a marker to the start of the polyine (same coords as the starting coords of the polyline). What I'd like to be able to do, is grab and drag the marker but have it "stick" to…
Brad Barrow
  • 1,036
  • 10
  • 18
12
votes
4 answers

How can i convert my CAD(DWG) file to GeoJSON?

I'm working on openlayers and need to change the format of dwg to GeoJSON with ArcGIS. how can i do this?
Mahdi Nazari Ashani
  • 372
  • 1
  • 5
  • 22
11
votes
1 answer

Silverlight Page Lifecycle Problems with Asynchronous Event Handler

In my ASP.net web application, I have code in the Page_Init event() of my Page which checks some session variables to redirect users if a Session timeout has occurred. In my Silverlight application I have a button event handler which executes some…
bperniciaro
  • 901
  • 2
  • 12
  • 30
10
votes
1 answer

ArcGIS Desktop API - check if rendering has finished

I've recently inherited a large project in C#, which uses ArcGIS to render some area plans. People currently using it kept complaining about an extremely poor performance of the tool and it's my task now to make it faster. When I first looked at the…
ZorleQ
  • 1,417
  • 13
  • 23
1
2 3
99 100