Hey,
<div><br></div><div>I&#39;m having an issue with specifying rotation for one of my features. It&#39;s a point feature with a externalGraphic specified, and the center of rotation of the feature seems to be initially set to the feature&#39;s own Point.</div>

<div><br></div><div>However, when I programmatically <i>move</i> the feature, the center of rotation doesn&#39;t move with it, and the feature&#39;s rotation against an external center causes it to be way off-position.</div>

<div><br></div><div>I&#39;ve tried implementing the move both by updating the x and y fields directly in the Point object itself, and also by using the Feature.move function. Neither has the desired effect—using the Web Inspector, I can clearly see the SVG element and the rotation is being specified in (angle, cx, cy) form.</div>

<div><br></div><div>As a last resort, I&#39;m willing to use external JavaScript to find the element and manually insert the rotation which I require, but is there some way to do it &quot;properly&quot; using OpenLayers&#39; own rotation stylings?</div>

<div><br></div><div>Thanks,</div><div><br></div><div>Mike</div>