Tagged Questions
2
votes
1answer
109 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 ...
2
votes
1answer
49 views
Can I use SELECTION mode on FeatureLayer from ArcGIS.com Webmap in ESRI JS API
I am using an ArcGIS.com Webmap in an ESRI Javascript API application I am developing. One of the layers in my Webmap is rather large and cannot be rendered all at once when zoomed out, however I ...
0
votes
1answer
512 views
ESRI Javascript API: setting feature layer selection symbol
This seems like it should be a relatively simple thing to do, but for whatever reason I can't figure it out.
I'm trying to add functionality to select a group of parcels as laid out in this example, ...
3
votes
1answer
134 views
ESRI Javascript Web Application Hosted on Amazon Web Services
I have just deployed my first web application to Amazon S3. This web application is a simple web mapping app using the ESRI Javascript API and consuming a web map from ArcGIS Online.
I have been ...
2
votes
2answers
400 views
ESRI Javascript API: How to hide infoWindow while using measure tool?
In my Javascript API Web application I'm using the infoWindow to query a parcel layer and display display information in a popup when I click the parcel. I've set this functionality to turn on and off ...
4
votes
2answers
427 views
Application Templates for ArcGIS Server?
Esri provide a lot of excellent template applications for us in conjunction with web maps.
These templates are specifically designed for using with your resources on ArcGIS Online as opposed to ...
1
vote
0answers
316 views
ArcGIS Javascript API: Force the fit option when zooming via rubberband selection with tiled map services
We're using ESRI's ArcGIS Javascript API with a tiled basemap and when the user zooms in using a rubberband selection via the navigation toolbar the map sometimes zooms in too far. This is apparently ...
1
vote
1answer
614 views
ArcGIS javascript api: Convert a map service with projected coords to web mercator
here I see a question about tiled map services. But what about dealing with an arcgis server map service in a projected coordinate system like say 2278, how would I convert this to web mercator so ...
3
votes
1answer
400 views
How do I use a toggle button with the ESRI javascript api
I am trying to use two toggle buttons which have been added to a map to toggle layers on and off in my simple web application. I am having problems getting the toggle button to respond when clicked or ...
3
votes
1answer
1k views
How to add or remove layers using esri javascript api
I want to use javascript and dojo to add and remove layers.
2
votes
1answer
3k views
How to Zoom to a FeatureLayer Using ArcGIS Javascript API
I am making a web application using the Javascript API and am trying to zoom to a feature layer from a row click in a dojo data grid. I have this working for a dynamic layer, but am having issues with ...
0
votes
0answers
326 views
ArcGIS Javascript API - rubberband zoom behavior
I'm hoping to get to some clarification on the way the rubberband zoom should work with Javascript API map. I instaniate my map like this:
map = new esri.Map("map", {
extent: ...
1
vote
1answer
395 views
How to join an external table to a set of polygons, and symbolize on the joined values, in a web map?
Say I have a table showing a number of statistics - for example, various gun crime by US State measures. I also have a dataset of state boundaries.
How can I join the table to the features in a web ...
5
votes
1answer
478 views
What server and API to use for displaying complex polygons with dynamic symbology?
Background
I need to interface a map into an existing website which allows the user to query a database and which currently results in a table listing population statistics per county.
For example, ...
9
votes
4answers
2k views
Looking for a Table of Contents sample for the ArcGIS Server JavaScript API
Where can I find an example of a Table of Contents control to plug into the ArcGIS Server JavaScript API 2.3? Ideally it should support feature/dynamic/tiled layers; show symbology; and allow grouped ...
6
votes
2answers
896 views
Restrict pan and zoom in ArcGIS Javascript API?
I'm creating a web map of a university campus. I have the map functioning, but I don't want to be able to pan off of the basemap, into whitespace. Do you know of a function that will auto-pan the ...