On Sep 9, 6:23 am, amira benfradj <[email protected]> wrote: > i need to create markers,save them in the database and show them in > the google map ,i did a code exist in this link > :http://www.logintunisia.com/extranet/buzzical/geo/googlemap/index.php > i don't how can i resolv that > > thanks for helps
Looks to me like you are running into pitfall #3: http://econym.org.uk/gmap/basic1.htm You aren't getting function closure [1] on the marker variable in your createMarker function (it isn't declared locally, so it is using the global one). [1] http://econym.org.uk/gmap/closure.htm -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
