ArcGIS Server software is part of the ESRI suite of Geographical Software that gives you the ability to create, manage, and distribute Geographical (GIS) map services over the Web to support desktop, mobile and Web mapping applications.

learn more… | top users | synonyms

0
votes
0answers
29 views

How to save URL content locally for Dojo using PhoneGap in Xcode

I'm developing an application in Dojo using PhoneGap in XCode IDE. There is a link http://serverapi.arcgisonline.com/jsapi/arcgis/3.4compact/ This src file is available online. Its functionality is ...
0
votes
1answer
16 views

Fetching feature layer related data from MySQL or a separate DB on map's info window

Situation is: a). I am having one feature layer which had been plotted on a base map say polygonal features (blocks of land). b). Related data (owner names of blocks) in a separate database (like ...
-1
votes
1answer
20 views

booting ArcGIS Server 9.3.1 from SAN [closed]

Has any one configured or have some excperince about booting WINDOWS server 8 with ArcGIS Server 9.3.1 from SAN. Is there any risk/limitation for implementing such scenario?
-1
votes
0answers
10 views

Water Utility Dashboard using arcgis desktop

I am new to arcgis server plz someone clarify my doubt.Currently I am trying to Edit the Water utility source through arcgis server site which is available in the following url. ...
-2
votes
1answer
23 views

ArcGis implementation for ios [closed]

I need to replace google API for Maps with ArcGis.Please post any useful links.Also please post the ArcGis urls need to implement The following things need to be implmented with ArcGis, Plot points ...
0
votes
0answers
28 views

How to use dojo attachment editor for ArcGIS based PhoneGap application on iOS?

I am creating a arcGIS application on PhoneGap for iOS. I need to attach an image using dojo attachment editor to post any image to arcGIS server. But the button(attachment) is disable while running ...
0
votes
0answers
49 views

OpenLayers.Layer.ArcGIS93Rest uses images in bad quality

I have a local ArcGIS server 9.3.1. I've enabled WMS and caching (tiling). I want to show the tiles using OpenLayers, since ArcMap can't open its own REST services ;( Using OpenLayers this works ...
0
votes
0answers
33 views

JS based webapp basemap hidden in IE9

I think this question is related to either/or raw Javascript and JQuery..but I think it is also related to the ArcGIS Javascript API map class..my problem is an IE9 issue; the app works fine in Chrome ...
0
votes
1answer
25 views

ArcGIS Server 9.3.1 load balancing

We have ArcGIS server 9.3.1 which already have load balancing (SOM) and F5 hardware load balancing. Is it good practices to have both of them working or to use only one of them.
0
votes
1answer
17 views

ArcGIS Server and F5

Have any one luck with F5 and ArcGIS server 9.3.1. How can F5 understand that a service in ArcGIS server is not available (There will be always a response if service is not available).
0
votes
0answers
36 views

How can I include images in Visual Studio's web performance tests?

I'm trying to use Visual Studio's Performance and Load testing feature to test a site that depends on generating a large map of GIS data, and I would like the map to be included in the load test. So ...
0
votes
1answer
39 views

Can I use ARCGIS SERVER non-pooled services In arcgis server silverlight api?

I am using arcgis server silverlight api3.0 I need to Use some non-pooled Arcgis server 10I services. Can somebody explain me Is it possible or not? thanks
0
votes
0answers
24 views

trying to get json.net to serialize an array of doubles

I'm working with a public api (from esri) that requires the following format for a json object in a service request: "paths" : [ [ [x11, y11], [x12, y12] ], [ [x21, y21], [x22, y22] ] ] So i ...
0
votes
1answer
27 views

sldata doesn't work in Silverlight API 3.0

I have inestaled arcgis server Silverlight API 3.0 and I want to have identify in my map toolbar here is some part of my codes <slData:DataGrid x:Name="DataGrid" HeadersVisibility="None" ...
0
votes
2answers
191 views

Issue parsing JSON object response to C# object

I have the following code: [WebMethod] public bool AddUser(long warnId, double longitude, double latitude) { try { string jsonFeature = string.Empty; jsonFeature += ...
0
votes
0answers
134 views

Display Attachments in ESRI Javascript API Popup or InfoWindow

Has anyone developed a popup in javascript that will display attachments? I'm working with Server 10.0 with the latest javascript api (3.3?). I have a service that has attachments and I want to ...
0
votes
0answers
171 views

Google Maps v3 and ArcGIS Server [closed]

I've got a web map in active use with Google Maps as the base map and an ArcGIS Server service with some operational layers overlaid on it, that's using the Google Maps API v2 and ESRI's ArcGIS ...
0
votes
0answers
21 views

How can I Add Toolbar In arccgis Api for silverlight 3?

I started to design a website with arcgis api for silverlight and i needed to use the silverlight api 3. but i can't find "toolbar" component & it doesnt work!does any one knows how can I solve ...
0
votes
1answer
145 views

buffer a draw graph on google maps api using ArcGIS server

I'm trying to buffer a draw graphic on google map. But seems it's not able to do the buffer. I have a listener of drawing: google.maps.event.addListener(drawingManager, 'overlaycomplete', ...
0
votes
1answer
254 views

ArcGIS Server 10.1 too slow to generate cache tiles

I want to define the zoom level scale for my arcgis web map, but it seems that I should build the cache tiles first. I have waited for 2 hours but the cache status is still maintain in 0%. I was ...
0
votes
0answers
49 views

Avoid duplicate labels using ESRI ArcGIS REST server

I have an ESRI ArcGIS v9.3 server. I do a webresponse using JAVA to the REST server to get back a jpg-file with a few polygons. Using 'layerDefs' I get exactly what I need. I use this jpg file to ...
0
votes
1answer
89 views

Return feature.shape from server by using WCF and ArcGIS Silverlight API

I am using arcgis silverlight api I all i need to do is to get geometry from feature by objectid to zoom to it getFeature(objectid); so i used WCF service to get the geometry but I found error ...
-2
votes
2answers
106 views

Arc Gis 10 dosnt show me spatial analyst in arcmap

Im Using Arcgis 10 arcgis education edition & Im working with spatial analyst & geoprocessing spatial analyse is avalable in arc toolbox in arc catalog. but if i want to use it in arc map an ...
0
votes
2answers
167 views

Dojo FilteringSelect shows up as plain text box

I am just beginning to try out Dojo for use with ESRI ArcGIS Server. I have tried a few tutorials and I'm having a problem with the Dojo FilteringSelect Dijit. Relevant sections of my code: ...
0
votes
1answer
231 views

Chart not appearing with .resize but does with .render

I am dynamically creating a chart within a map popup (triggered when user clicks the map) using dojo 1.7 (built into the Esri API that I am using). var c = dojo.create("div", { id: ...
1
vote
2answers
122 views

ArcGIS Map application with huge data web flex vs desktop

We are working on a mapping application on ArcGIS Server, the application require to work with large number of records 100K+ retrieved from the server. Which is better to build such application as a ...
1
vote
1answer
1k views

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 ...
0
votes
1answer
86 views

How can I connect to ArcSDE with GeoTools?

I'm running Oracle ArcSDE 9.2 and using GeoTools 8.5, but doing what they say in the GeoTools docs doesn't seem to work. I have Map<String, Object> params = new HashMap<String, ...
0
votes
0answers
164 views

cannot create sdeservice at arcgis10.1 with ms sql server 2008

I'm not sure if it is good place to put below my question, if not - please move it to the right place. I've got ArcGis 10.1 server and MSSQLSERVER 2008 and I have installed the ArcSDE. I wanna create ...
2
votes
2answers
487 views

Alternatives to ArcGIS Server [closed]

I've been developing some web maps in ESRI's JSAPI. Currently I'm storing the following layers in SQL Server: 1,000,000 points 30,000 polygons 1,000 polyons These need to be ...
3
votes
2answers
454 views

Application requires a refresh to initialize

Creating a web mapping application in Javascript/Dojo: When I load the app in a browser it loads the html elements but then stops processing. I have to refresh the browser to get it to load the rest ...
0
votes
0answers
45 views

Tool to measure Data performance

Are there any tools that would allow to measure the data performance, have tried mxdperstat but found some issues with that. I am curious if there is another way of doing this with other tools. The ...
0
votes
0answers
95 views

I have an unhandled exception in arcgis programming

I am going to create a website and load a gis map to it. I am using arcgis 10 and I created a web application in arcgis server 10 I created a new WebSite in Visual Studio 2010 and add a map resource ...
0
votes
1answer
46 views

Can we plot a feature layer using Well API Number using Arcgis?

I have a JSON response which contains well details(well API Number,well name and operator details).I want to know is this json response sufficient to plot a feature layer or do we require the latitude ...
1
vote
1answer
142 views

Convert dijit.TitlePane to drop down button

I have an app that I'm building using the javascript API and have created 3 titlepanes in the header that open up to reveal information (basemap gallery, legend, layers). It functions exactly how I ...
0
votes
1answer
64 views

Publishing Near Tool as a GP Service in ArcGIS Server 10

I am curious if someone has successfully published Near Tool as a service. This tool is located in Analysis Tools > Proximity. The tool updates the input layer it doesnot have an output layer. I am ...
0
votes
1answer
142 views

Query for buffering recieved Error: Error Code 0? (ArcGis Server Link for Google Maps)

I've been trying to add a buffer function into an ongoing project that uses the arcgis server link for google maps here. I am able to draw the buffer out on the map, however, when I try to implement ...
0
votes
1answer
67 views

ArcGIS client/server overhead

How the ArcGIS server handle the client/server overhead? what are the techiniques it uses to handle the high overhead? Are they stable solutions?
0
votes
2answers
249 views

UINavigationController nav bar overlaps contained TableView

I have a third party control that wants me to put a view inside of it. I'm trying to get a UINavigationController containing a series of table views inside of it, but when adding the controls the ...
0
votes
1answer
368 views

Forwarding unmanipulated multipart HTTP requests with Rails

Alright, this is going to be a little difficult to explain, so please bear with me... I have a Rails app that encompasses a large javascript codebase written for the ESRI ArcGIS javascript API to ...
0
votes
1answer
149 views

Running a python script from different computers

Were have a Python Script that when run from 4 different machines each produce different results. 1 - Works fine. (running in ArcMap) 2 - Works once then fails to work until the environment its run ...
0
votes
0answers
173 views

Query point layer in ArcGIS map service using google maps api V3

I wanted to query a point layer in Esri ArcGIS map service, so when you click the points on the map, it'll pop up an infowindow with the attributes. I finished it in google maps api V2 but since V2 is ...
0
votes
1answer
285 views

How to add a feature layer on map view using arcgis in iphone application?

Can someone guide me to add feature layer with URL on map view using arcgis in iphone application?
1
vote
1answer
307 views

How to make your own map for application on Android?

I'm developing a map application for a University on Android. I am using Google Maps API. The problem is that I found Google Maps does not show the buildings. And routing services. I need to show ...
0
votes
1answer
889 views

Displaying images in Popup of ArcGIS Flexviewer

I have created a sample flex application using the ArcGIS Flex viewer and trying to access some images from web(wiki). I have successfully configured the pop-up XML files such that it displays the ...
0
votes
1answer
583 views

How to create an ArcObjects point with Latitude and Longitude

I need to add a point in an existing feature class using .NET API of ArcGIS Server 10 in C# (Visual Studio 2008). I'm using a sample from ESRI Resource Center (ArcGIS_SimpleEdit_CSharp). The ...
0
votes
1answer
216 views

How to connect to ArcGIS Server over the Internet using Visual Studio (C#)

I want to connect to an ArcGIS Server 10 web service and view a layer using esri:Map component. Is there any sample code available? Thank you
0
votes
1answer
265 views

missing reference in visual studio 2010

i am using visual studio 2010 and arcgis server 10 to develop Server Object Extension and while developing the manager property page esri.arcgis.servermanager is missing how to include this assembly ...
0
votes
1answer
82 views

How does one publish a map to the web?

Just starting out with ArcGIS server at work, I've had no prior experience but I been given the responsibility to display our map on the web. I have a ArcGIS server running on a server and I am ...
1
vote
1answer
178 views

Calling python worker script from master script as multiple instances

I have a python script that is watching a web service request workspace. Each time a client submits a job to my web service a unique job folder is created in a well known location. I have a script ...

1 2