I have created a workspace that reads a georeferenced autocad drawing and writes to sql server. As part of my workspace I include a Rotator that alters the orientation of all drawing features for page layout purposes. The resulting coordinates are not important as long as they fall within the coordinate system and therefore remain valid for Geoserver's gridset.
I chose the center of the drawing as the X,Y axis around which to perform the rotation.
When I view the result of the workspace, I have to zoom way, way in in order to find the rotated drawing features. Why is the rotator changing the drawing scale?