Wow - so I created a completely new custom overlay that does nothing but draw the last added line and its still showing the problem. WTF?
On Mar 19, 11:49 am, midimid <[email protected]> wrote: > I'd have to design something separate from the project I'm working on. > Will try to do this when I have a chance. > > I found that by changing the opacity of the set of lines I lay down to > 0.5 and then leaving the last drawn line to 1 showed the issue more > clearly. The last drawn line is appearing behind the other lines at > locations that seem to be related to where tiles are being redrawn, > but its very random. I can physically see the zindex property > changing in firebug as I pan around. > > On Mar 18, 10:54 pm, Chad Killingsworth > > <[email protected]> wrote: > > Do you have a link demonstrating the problem? > > > Chad Killingsworth > > > On Mar 18, 2:48 pm, midimid <[email protected]> wrote: > > > > I have a map drawing lots of lines, some on top of each other. The > > > last line I draw is always on top of other lines. I've double-checked > > > that I'm using zIndex properly when I draw each line and that the last > > > line drawn always has the highest zIndex. > > > > What's happening is when panning around the map and then panning back, > > > my last created line is randomly being cut short. It appears to be > > > cutting off at the border of new tiles. Though even after drawing > > > those tiles, panning away, and panning back, it still cuts off - > > > sometimes in the same place, sometimes not. > > > > If I do a zoom, which completely destroys/unsets and redraws all > > > lines, the lines all look OK. Until I again pan with the last drawn > > > line off screen and pan back, in which it again cuts off at random > > > locations. > > > > Any thoughts on what this might be? -- 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.
