PenPad exports SVG. Making an SVG overlay for a single zoom level should be quite straightforward.
Take the documentation example where they overlay a <div> on map. Replace the <div> with <svg>. http://code.google.com/apis/maps/documentation/overlays.html#Custom_Overlays Scaling and positioning is the hard part and Internet Explorer does not support SVG yet. (Though MS has finally applied to join SVG committee.) -- 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.
