Hi Andrew, Wow that code is waaaay beyond my capability. I guess I will have to use a kml file instead of being clever.. Thank you for trying!
Papa Bear I have seen great improvement using encoded polylines in speed. I use server side encoding using the wonderful code called PolylineEncoder.php by Gabriel Svennerberg using Mark MacClure algorithms. Not much saving of space.(and who cares?) . No loss in precision if the thing is set up correctly. On Jun 22, 5:31 pm, Papa Bear <[email protected]> wrote: > I would just set the color of the segment between line 1 and line 2 to > "transparent". You can certainly change color any where you like in > non-encoded polylines. I don' know about encoded polylines (never saw > the point of encoding them but maybe there's a reason in your case - > you save space but lose precision and speed - but who cares about > space in today's world.) > > Rg > > On Jun 22, 4:09 pm, majestic <[email protected]> wrote: > > > > > Hi, > > > Is there a way to use 2 or more encoded polylines WITHOUT being > > connected together without using multiple overlays. > > > var encodedPoints = enc_poly1 ... enc_poly2 ... enc_poly3 > > var encodedLevels = 1 2 3 > > > Seems like this should be easy but cant seem to find anything about > > this. > > > Cheers > > > John -- 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.
