Select to view content in your preferred language

Cursor change on visible layers in the map

575
0
11-10-2011 11:07 AM
sirib
by
New Contributor
I added one dynamicmapservice layer on the map.
csa_tmMap = new esri.layers.ArcGISDynamicMapServiceLayer(""url, {id:csa_tmMap , visible:true});
                map.addLayer(csa_tmMap );

Here my requirement is when ever i move the mouse cursor on the  layer, we need to change the  mouse cursor.
Could you please help me how to change the cursor when it move to dynamicmapservice layer

Thanks
Siri
0 Kudos
0 Replies