> http://www.felix-aime.fr/projets/perso/test/maps/phpsqlajax_map.php
>
> I you have any solutions, i would be very grateful.

You've written a map-click listener that adds markers; it looks for
the 'latlng' parameter in the click event.

When the user clicks an EWindow, because it's not a GOverlay type
(like the normal infowindow is) you get a map click event with the
'latlng' set.

Perhaps you could extend your map-click listener to first check if an
EWindow is open, and don't do the marker create if it is.   In fact,
you have two map-click listeners doing different things.  It'd
probably be easier for you to manage if you had only one doing the
various jobs.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to