Tagged Questions
0
votes
1answer
38 views
Legend is stuck on startup()
All my layer URLs and Feature Layers are stored in an array.
with an foreach loop, I am creating the FeatureLayers from the URLs,
dojo.forEach(window.layerUrls, function (info, idx) {
...
2
votes
2answers
209 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 ...
1
vote
1answer
362 views
ArcGIS JavaScript API: Override infowindow 'Zoom To' function or fire a second event
Those of you familiar with the Popup version of InfoWindow in ESRI's JavaScript API know that the Popup has a 'Zoom To' link on it that zooms you 4 levels closer to the linked feature. I'd like to ...
2
votes
2answers
2k views
ESRI - add graphics from a different spatialReference
I want to know if I'm approaching this incorrectly. We are attempting to create an esri-based map where we add graphics to a map thru the javascript API. The points that we're adding are lat/lng ...
