> The problem I have is that on the edit page I can see the stored markers but > only the add new marker click event will work (and these markers can be > deleted as they should),
When these markers are created, your code adds a right-click listener to each of them. It also adds drag start end end listeners > but right clicking or dragging the stored markers > from the previous page will not work These markers have no listeners added. I would suggest writing a universal 'createmarker' function that also adds the listeners, and calling that same function for both left-click and display-stored uses. -- 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.
