On Sep 27, 11:36 am, violet m-i <[EMAIL PROTECTED]> wrote: > this is exactly what i am seeing as well, using firebug. but i still > can't get a handle on why it's happening, or what will fix it.
I think it's a bug in the API, and I've submitted a bug report to gmaps-api-issues. the problem is when the API redraws a SVG feature, it sometimes incorrectly recalculates the height attribute. Maybe this is due to the difference in the Y-Axis direction between latitude/longitude (origin is bottom left, increasing values of Y go upwards) compared to the browser (origin is top left, increasing values of Y go downwards) ... this often results in incorrect calculations of heights etc. > having anothing puzzling problem that may or may not be related: out > of the nearly 2000 polylines that i'm trying to draw on the map, there > are some specific lines that i can't get to show up when i draw them > as encoded lines. they are concentrated on two of the hawaiian > islands. i've set up a demo of this at > http://chrysalisuniversal.com/demos/hawaii/hawaiilinesdemo.html. two of the three lines in Hawaii are going missing because the encoded coordinate string contains a backslash and this hasn't been escaped in the javascript string literal. You will need to put another backslash in there. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
