1
vote
0answers
32 views

Unable to reorder after layers from multiple ArcGISDynamicMapServiceLayers

I used the ArcGIS Javascript layer reordering sample as template. Initially I have 4 layers added to the map by ArcGISDynamicMapServiceLayer where reordering was working. Then, instead of using add ...
-1
votes
0answers
37 views

Get attributes and geometry from a feature and convert it to a graphic in JavaScript

How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic? Any idea?
0
votes
2answers
50 views

ArcGIS javascript api - layer reordering - how to add new layers?

I am learning ArcGIS javascript API and wanted to make a reordering panel for my webapp. I looked through the ArcGIS sample. but I'm stuck at addLake() function. If I'm understand the sample ...
0
votes
1answer
23 views

ArcGIS 9.3 geoprocessing service output consideration

I'm developing geoprocessing service which do few processes with geographic data. I would like to get somehow geometry of those data and use it in my web aplication (JS ArcGIS API). Now I'm wondering ...
2
votes
1answer
49 views

ArcGIS JS - Missing “style” when printing dynamic layer

Im having an issue trying to get the url of the map being printed with a dynamic layer. WIth just tiled services and basemap it prints just fine. // USED FOR PRINTING OF MAPS function ...
4
votes
0answers
42 views

Is it possible to implement sticky move tolerance in a ArcGIS JavaScript API application?

We are working on a project in ArcGIS JavaScript and is going fine. We want to add sticky move tolerance to our project so it will not be so easy to move features on the map. Is it not possible to ...
1
vote
2answers
40 views

How to upload polygon data for appending to a geodatabase via a JS API web application

After a many hours of research, I am having a hard time determining the feasibility of an application I am trying to build. Basic proposed functionality is: user logs in, uploads polygon (either ...
1
vote
1answer
37 views

Display mouse position from graph on a map

i need to develop a web application which shows a map, that displays a GPS Route. So far I can do this using Openlayers or ArcGIS Server. Now I want to add an interactive graph below the map. In this ...
7
votes
3answers
146 views

CORS issue ArcGIS 10.1 IIS (Cross Origin Resource Sharing)

I have ArcGIS 10.1 installed with the web adapter for IIS. I've added a config file to the root of IIS7 to enable Cross Origin Resource Sharing (CORS) as per this page. I've pushed the cors enabled ...
0
votes
0answers
59 views

Dojo Gantt Chart doesn’t work properly wqith ArcGIS API 3.3

I am using a Dojo Gantt Chart in ArcGIS javaScript API3.3. and it seems that it does not work properly with the API3.3 popup menu which appears when you hover over the task or project; it pops up too ...
0
votes
0answers
38 views

How to copy feature layer graphics

Is there any way to copy graphics from feature layer? More details: I have a map, where I retrieve some information from sql db and add a chloropleth map based on the values. Before adding them to ...
1
vote
1answer
83 views

Arcgis Server - Highlight Identified Features

I am identifying features from an ArcGISDynamicMapServiceLayer All the sublayers can be toggle on/off and when identifying, only the visible layers are queried/returned. Below are the initIdentify ...
3
votes
1answer
106 views

ArcGISDynamicMapServiceLayer change layer hierarchy

I am building an application off an existing map server using the javaScript API. The server has about 10 layers that I am loading into my application as a ArcGISDynamicMapServiceLayer. Once I have ...
4
votes
1answer
174 views

Building a custom, dynamic legend using ArcGis-server js and dynamicMapServiceLayer

I have a dynamicMapServiceLayer that I am using to build a map application. There are about 10 layers in the mapservice that I am toggling using the setVisibleLayers action. I would like to build my ...
3
votes
1answer
195 views

Trouble with accesing API code: “ReferenceError: esri is not defined”

I am developing a web map application in the ArcGIS API for Javascript. I two have ArcGISDynamicMapServiceLayer layers that I am trying to run a simple query task on. The code I am using works in ...

1 2 3
15 30 50 per page