Hi again I've now been through a bit of debugging, and my conclusion so far is;
I listen for two events on the map, the MAP_MOVE which (among other things) updates the overlay (deleting the EInsert and creating a new one with a new image). I also listen for the CLICK event on the map, to add a vertex for the route (a polyline). In IE it seems that these two processes interfere with each other (there's a lot going on in the update proces), and sometimes the last added vertex gets misplaced. The problem can be completely removed if I remove the "update" of the EInsert overlay. regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
