Tagged Questions
0
votes
0answers
16 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 ...
0
votes
1answer
14 views
ArcGIS JS API: How to get the lat/long of the viewport vertices?
I would like to get the min lat, min long, max lat, max long of my viewport in ArcGIS JS API. Is this possible?
4
votes
0answers
35 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
0answers
25 views
ArcGis Js Api: dynamicly add all feature layers
I have a mapserver
http:// mymapserver/services/rest/xxx/mapserver/
which contains 7 layers with /mapserver /1 /through mapserver/7
If a define an ArcGISDynamicMapServiceLayer and 7 ...
2
votes
1answer
90 views
ArcGIS JavaScript API geometry service offline capabilities
Lately I've been going through ArcGIS JS API samples, but from what I've seen, it looks like all geometric functions always go through server, and use server side REST functions. There is no option to ...
1
vote
1answer
55 views
ARCGIS JS API map.centerAndZoom()
I'm trying to get the map to move and zoom in to a point when a function is executed. Point gets selected, but without zoom. Interestingly when I zoom in to a random location and then execute the ...
0
votes
1answer
74 views
Arcgis JS api WMS layer on top of basemap
I'm trying to place WMSlayer on top of basemap "streets", but have ran into problems. Code:
// mapHandler.mapextent = new esri.geometry.Extent(350000,6370000,750000,6630000,new ...
4
votes
2answers
92 views
Legend showing info for world map
I'm using ArcGIS 10.1 API for JavaScript.
I'm showing dynamic map service layer containing 8 layers and I want to show legend for the currently visible layer (only 1 layer is visible at a time).
The ...
3
votes
1answer
74 views
Geocoding Multiple Addresses using ArcGis JS API
I am new to using the ArcGIS JavaScript API. I am currently trying to develop an application but I am having troubles with it.
The application I am developing uses a .csv file with a bunch of ...
1
vote
1answer
28 views
Which marker did the user click on (ArcGIs JS API)?
I've got a simple map with a set of 10 markers on it. When they are clicked an infoWindow appears however I would like to instead display the data in the infoWindow in a table. How do I find out which ...
4
votes
1answer
165 views
PrintTask in ArcGIS Online JS Api
I'm using the PrintTask() function from the ArcGIS Online API. Works like a charm...untill you add your own graphics.
When I don't run the addedAskedSymbolsToMap function in the code below, and only ...
0
votes
0answers
55 views
How to get intersection area when two drive time polygons overlap?
I would like to get the area of overlap between two drive time maps. The maps will be like the one in this post:
Create drive time polygon around a map point
That means polygons from one map will ...
1
vote
1answer
88 views
Convert Heatmap into a Grid of Points
Question: How do you take a heatmap generated using a GIS software (arcgis, qgis...) and convert it into a uniform grid array of points which can be used to regenerate the heatmap (although with ...
2
votes
2answers
188 views
Add point to center of polygon graphic in the Esri javascript api
I’m using the ESRI JavaScript API 3.3 to develop an application. I am selecting parcels and adding a graphic for the selected polygon. What I would like to do is add a point marker to the center of ...
0
votes
1answer
63 views
How can I get the map to repeat to fill the screen?
I'm programming my first ArcGIS application. I've created a simple map. When I zoom out to a world view, the map doesn't fill the width of the screen. Ideally I'd like it to repeat until the available ...