I have some code for creating polygon lines which use to work back in June 2010, but does not seem to currently work. The logic is as follows:
Right click on map to start drawing a polygon, and use the 'mousemove' event to track movement updating the position of the line segment. Use the "click" event to mark the end of the line segment and start drawing the next line segment. The 'rightclick' event is used to complete the polygon segment. The problem I'm having is that the "click" event is only occasionally firing, but the mousemove event is working OK. I don't have any other event handlers running at the time. Environment is IE8.0. -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.