Tagged Questions
1
vote
1answer
269 views
displaying scale of dyamic map service layer using ArcGIS JS API
In ArcGIS JS API, I would like to know and display the scale of a dynamic service layer by using the onExtentChange event, but the LOD argument is only valid for tile map services. Is there an ...
2
votes
2answers
2k views
ArcGIS javascript API - draw circle of a specified radius in meters
I am trying to add a circle of a specified radius (let's say 200 meters) to a map. My thought is to create a SimpleMarkerSymbol object. The constructor asks for a size of the symbol in pixels, but I ...