I've figured out the cause of this problem.

Adding the GScaleControl to the map and making it printable is the
cause.

GScaleControl.prototype.printable = function() {return true;};
map.addControl(new GScaleControl());

When I remove the printable option everything works as expected.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to