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
-1
votes
3 answers

Esri maps coordinate convert

I'm trying to implement Esri maps into a WPF project and I can't get my head around the coordinates they use. The old system used lat/long so I need to get the same values from Esri. When I get the MapPoint object for the current position of the…
Murphybro2
  • 2,207
  • 1
  • 22
  • 36
-1
votes
1 answer

GIS IMS software

Does any of you know of any GIS IMS capability program that will allow multiple displays of data to be geo linked? For example, when one pans on one view, it should automatically relocate the extent on the corresponding linked viewer.
Steve
  • 1
  • 2
-1
votes
1 answer

F# WPF Esri Developer License

I have gone to License your app and there is only code for C#. I am wondering where to place the license information in my F# WPF application. Does it go in the app.fs file or a different one. Thanks
Aaron M
  • 326
  • 2
  • 13
-1
votes
1 answer

Arcgis api modules are can not be loaded

I am writing code for developing interactive maps using the ArcGIS API and Dojo classes. It works fine, until I define some modules such as "esri/toolbars/draw" or some other modules. These give an error: http://localhost/esri/toolbars/draw.js 404…
samira
  • 1
-1
votes
1 answer

How to access sub-objects in JSON for D3

So I'm trying to learn D3 from multiple tutorials. I have the following code: Title
randomblink
  • 215
  • 1
  • 13
-1
votes
1 answer

Esri Javascript API census info popup and parks popup one map

Need some guidance here, I have two operational esri js maps that I want to combine to have two different popups. If I/we could somehow figure out a way to add the number of parks to the census popup that would work and not worry about the two…
Staley
  • 55
  • 2
  • 11
-1
votes
1 answer

Parse ESRI JSON coordinates from the candidate responseText

I'm using ESRI to geocode an address in SharePoint 2010. I'm able to get the response text of the address in the console.log, but I'm not able to figure out how to parse the x and y from the candidates. There are two goals: 1) Parse out the…
H2O
  • 21
  • 4
-1
votes
1 answer

MobileFirst configuration for mapping service ArcGIS

We are exploring IBM Mobilefirst capabilities with a mapping application. We are using Esri ArcGIS Mapping service. Where can I find the available resources or sample tutorial to use Esri ArcGIS with IBM MobileFirst hybrid applications?
-1
votes
2 answers

Esri Map Zoom to Certain Point

I was having some problem when trying to set the map to zoom to certain point. Here is how I set up my map using Esri base map with a OneMap map overlay on top of it: function setMap() { function init() { require( [ …
QWERTY
  • 2,303
  • 9
  • 44
  • 85
-1
votes
5 answers

Anyone know what GIS tools are?

What exactly is a Geographic Information System?
Nick Long
-1
votes
1 answer

Use Shell32.dll on mix of XP, Vista, Win7 via XCOPY deploy

I'm trying to use Shell32.dll to unzip a simple compressed file. I have a reference to Shell32.dll which shows up as Interop.Shell.dll on my development PC (Win7 64.) I push exe updates out via file copy from a central location and I would like to…
rheitzman
  • 2,247
  • 3
  • 20
  • 36
-2
votes
1 answer

Error Installing ESRI ArcGIS Server Java Web ADF Plug-in in Netbeans 7.x

I am very new to GIS. I wanted to use ESRI ArcGIS Server Java Web ADF Plug-in in Netbeans 7.0.1 But when I followed the installation guide/instruction, it failed to install because of some dependency version mismatch. It shows…
B.M.
  • 318
  • 2
  • 3
  • 19
-2
votes
1 answer

Adding google map layer to basemap gallery arcgis 3.32

I want to add google maps layer in my Arc Geographic Information System application version 3.32. I tried too much from many resources,but i did not have luck!! Is any way i can add google map in Base Map Gallery or on my map as Base Map.
-2
votes
1 answer

XYZ and arcgis Esri in openlayers 6

Does anybody know what parameters are required to use this source in openlayers 6 XYZ layer with projection EPSG:4326 https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x} thanks
-2
votes
1 answer

AngularJS destroy HTML DOM and cause troubles to Esri map

We have a web app developed by AngularJS v1.4.12, and the home page has a large Esri map shown, however, when leave the map page and then get back later (by AngularJS routing), we noticed that the HTML DOM of the previous map page was destroyed and…
1 2 3
67
68