Select to view content in your preferred language

Animation supplementary Graphic Layers

2842
1
Jump to solution
10-23-2012 01:51 AM
demdeberanz
Emerging Contributor
Hi guys,
   I know how to animate symbols in the map's graphic layer (just set the  #map_graphics_layer style properties). How do I do the same for supplementary graphic layers added to the map? I guess I need just to know the html id assigned to that layer but I haven't manage to find it yet.

Many Thanks.
0 Kudos
1 Solution

Accepted Solutions
__Rich_
Deactivated User
IIRC, the value assigned to the DOM id attribute is the layer id property concatenated with a suffix of "_layer".  (of course since this is intended to be used internally by the JS API it's subject to change by ESRI without warning etc. sames goes for the intrinsic graphics layer too, i.e. perhaps this isn't a good approach...)

View solution in original post

0 Kudos
1 Reply
__Rich_
Deactivated User
IIRC, the value assigned to the DOM id attribute is the layer id property concatenated with a suffix of "_layer".  (of course since this is intended to be used internally by the JS API it's subject to change by ESRI without warning etc. sames goes for the intrinsic graphics layer too, i.e. perhaps this isn't a good approach...)
0 Kudos