> Only way this works is to > disableEditing i.e. remove the mouse over event
I think you've identified what you need to do. The example is only ... well, an example. If you want a poly to be inert after you've finished drawing it, so that you can do other things, make it so. In your case you could either remove any listeners when the 'marker' button is poked, or, you could make the listener look to see which button is currently selected and change their behaviour. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
