On Jul 16, 3:31 am, Michael <[email protected]> wrote: > I've run into this problem as well. I connected 25 points and two > points did not get lines. Any news on a solution? >
what were the coordinates of points you were using? to better illustrate the problem I've taken the original example and added tile coordinates, so you can see where the polylines are being clipped on tile boundaries. The V3 polys are tesselated into tiles, I think for performance reasons, and also for browsers where CANVAS must be used. So I've put another overlay of the complete polyline as a single element in red, so it's clear where the line should be: http://www.william-map.com/20100716/1/map.htm ... -- 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.
