Questions tagged [esri]

ESRI (Environmental Systems Research Institute) is a GIS (geographical information systems) development company. ESRI produces GIS software

ESRI (Environmental Systems Research Institute) is an international supplier of GIS (geographical information systems) software, Web GIS and geodatabase management applications. ESRI produces GIS software

ESRI produces GIS software, such as the suite of ArcGIS software (ArcGIS Server, ArcGIS Desktop).

Esri uses the name ArcGIS to refer to its suite of GIS software products, which operate on desktop, server, and mobile platforms.

ESRI also develops APIs for use with their software and enables developers to build rich GIS software. Some of the APIs are developed to work with Silverlight, JavaScript, Java, .NET, and Flex.

More information about esri can be found:

Esri Wikipedia

Esri Java Script API Reference

Esri .NET API Reference

Esri Android API Reference

Esri iOS API Reference

Frequently used related tag:

1014 questions
193
votes
12 answers

ESRI : Failed to parse source map

I am getting this error in the Google chrome developer console. Failed to parse SourceMap: http://localhost:15132/Scripts/_External/igniteui/css/themes/infragistics/infragistics.theme.css.map How do I fix it?
AhammadaliPK
  • 3,448
  • 4
  • 21
  • 39
117
votes
5 answers

turn typescript object into json string

I'm trying to initialize an object in typescript which requires a JSON string for the "options" parameter. To be precise it is the object here. The options parameter is required to be a JSON string and not an object for initializing the dijit. Is…
user1567453
  • 1,837
  • 2
  • 19
  • 22
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
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
19
votes
1 answer

How to write sf object as shapefile to ESRI file geodatabase with st_write?

How do I write an sf object as a shapefile to a file geodatabase using st_write? I don't quite understand the 'dsn', 'layer', and 'driver' arguments of st_write in relation to file geodatabases. For example, I've tried both of these and no luck…
rhaefer
  • 473
  • 2
  • 4
  • 8
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
7 answers

Guidelines for GIS application development

I'm supposed to create a GIS application for my MSc, and I was wondering what are the best free and (preferably) open source technologies for development? What programming language to use for the development of such an application? Known choices…
Joksim
  • 179
  • 1
  • 3
15
votes
1 answer

reading and plotting an esri shape file in R

I'm having difficulties reading in a .shp (esri shape file) into R. I have tried several options in R, and tried to convert the shape file in ArcMap to something that correctly reads in the shape file but nothing worked yet. (In ArcMap I corrected…
Janvb
  • 1,290
  • 2
  • 16
  • 17
15
votes
1 answer

Difference between multipolygon and polygon in PostGIS

What is the difference between point and multipoint ? linestring and multilinestring ? polygon and multipolygon ? In PostGIS What is the secret behind defining "Multi" shapes?
Ahlam
  • 317
  • 2
  • 3
  • 8
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
9
votes
3 answers

How can I use Esri Arcgis Map in ReactJs Project?

I'm trying to use Esri map. To include map in my project, here is what I found: require([ "esri/map", "esri/dijit/Search", "esri/dijit/LocateButton", "esri/geometry/Point", "esri/symbols/SimpleFillSymbol", …
Muhammad Ateeq Azam
  • 1,009
  • 1
  • 12
  • 26
8
votes
2 answers

How to display ESRI Vector base map in Openlayers 3

I am trying to add the new ESRI Vector Basemaps in OpenLayers 3. I have gotten so far as to display the layer un-styled by modifying the Mapbox Example published by OpenLayers. Clearly I had to remove the style: createMapboxStreetsV6Style() option…
Shaunak
  • 17,377
  • 5
  • 53
  • 84
8
votes
5 answers

TimeZone by Coordinate

As the title infers I need to find a time zone (or perhaps just the UTC offset) based on a pair of coordinates. I've been searching for different solutions, and there is a couple of web services out there but I need to be able to access the…
Morten
  • 1,819
  • 5
  • 28
  • 37
8
votes
2 answers

Converting geographic WGS 84 to Web Mercator 102100

I am trying to convert geographic coordinate system to Esri Webmercator, but when I do the conversion the resulted x and y have values of 0000003232112222… and 00000012665321…. This is very odd since coordinates as those do not exist. var positions…
user1564511
1
2 3
67 68