Depending on the size of the map I would consider rasterizing the tracks into transparent .pngs and doing a tile overlay. This will work in all browsers that support V3 and would also work much more consistently on devices with reduced processing abilities (like netbooks, tablets, smartphones etc.) since the overlay is only dependent on the speed of the internet connection rather than the devices ability to render complex shapes.
On Sep 14, 1:49 pm, Ryann <[email protected]> wrote: > Thanks for the suggestion. Using a canvas tag in a custom overlay > seems very capable. This will need a lot of JS coding, but in general > it is basically what I was trying to do on the side of WinForms client. -- 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.
