Hi. I did exactly this on an older API v2 map:
http://panoramas.110mb.com/ Click a marker and then when the panorama appears you can click the Capture button. The panorama bounds and zoom are submitted to a PHP script that stitches together the tiles as a JPG image. It'd probably work fine with your custom map - just depends on your tile naming scheme. http://panoramas.110mb.com/scripts/capture_image.txt Martin. On May 7, 2:53 pm, fly2279 <[email protected]> wrote: > I am using a custom map type to overlay my own tiles over a map at > various zoom levels. When the user centers on a location and zooms to > the desired level I would like to 'stitch' together the custom tiles > (probably with php gd library) to create a static image of what's > being shown on the dynamic google map (which of course depends on the > containing div's size). > > Does anyone have a script or resource that could help do that? -- 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 [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-js-api-v3?hl=en.
