> Or if anybody has a better/more elegant solution please let me know!

I believe it is legal.  Ben, please correct me if I am wrong.

Your printer driver may not be able to superimpose two identically
positioned DIVs (one IMG / one CANVAS) but it ought to be able to
print a single composite CANVAS element.  You could use the
"drawImage" method to transfer your static map image to a CANVAS
element.  You could use the "moveTo" & "lineTo" methods to draw your
polys on the same CANVAS element.  You will have to apply Mercator
projection conversions from Lat/Lon coordinates to X/Y pixel
positions.

The file:

    http://home.provide.net/~bratliff/adjust.js

contains conversion functions.

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

Reply via email to