Tagged Questions
0
votes
1answer
535 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
403 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 ...
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 ...