On Nov 30, 6:04 am, "rc.griff" <[email protected]> wrote: > I have two KML files, one contains roughly 100 separate placemarks/ > polygons (see link #1), the other contains a subset of that (see link > #2). > > Link > #1:http://maps.google.com/maps?q=http://www.millersville.edu/directions/... > Link > #2:http://maps.google.com/maps?q=http://www.millersville.edu/directions/... > > I've noticed that with the smaller of the two (link #2), the polygons > are losing definition; however, the placemarks and polygon coordinates > are not changing. > > Is this a known occurrence as you change the quantity of placemarks?
Interesting. Looks like a problem with the way Google Maps is rendering your kml (looks like it simplifying the polygons incorrectly). BTW - this (unless you have an API v3 page that shows the same behavior) is a Google Maps problem, not a Google Maps API v3 (the topic of this group) problem, and should be reported in the Google Maps group: http://www.google.com/support/forum/p/maps?hl=en > Is there something I should be doing with zoom levels or altitude? I don't think there is anything you can do. You could try using the v3 API (and maybe even the v2 API) and see if it acts the same way. The third party parses should work correctly. -- Larry > > I guess I should also note, though I don't think this has any effect, > that the coordinates are originating from Google Earth. -- 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.
