It looks liek you're just passing the points to the map... Instead, I would recommend encoding them. Take a look at the Google Maps Documentation on them here: http://code.google.com/apis/maps/documentation/overlays.html, then use this utility (http://code.google.com/apis/maps/documentation/ polylineutility.html) to encode a set of points and see if it makes a difference.
On Mar 4, 5:02 pm, BuckyE <[email protected]> wrote: > The odd thing about this is that the polygons are still clickable > polygons. The clickable are of each is within their blue boundaries. > It doesn't correspond to the original areas I bounded. Google Maps API > is recognizing each polygon as such, but it's not drawing them > correctly. I've made a few different KMLs with slightly different > polygons, and each one is distorted differently. > > Neither Firebug or the Firefox error console shows anything wrong. All > the technology works fine, but the areas "drawn" are incorrect. > > Any advice, especially about tests I could make, would be appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
