Hi I'm trying to dynamically create multiple marker maps. Here's an example
http://www.orientezmoi.com/iframegeo-article.php?chaine_id_etab=1263,1165 In this example, I'm sending 2 ids of schools that I'd like to show in my map : school id 1263 and school id 1165. I then query my database to get the lat and lng of these schools which are stored in my database. However nothing is rendered. Google Maps shows nothing and seems to dislike the coordinates given for school id 1165 If I query http://www.orientezmoi.com/iframegeo-article.php?chaine_id_etab=1263 it works If I query http://www.orientezmoi.com/iframegeo-article.php?chaine_id_etab=1263,451 it also works. This means that Google Maps is not happy with school id 1165, although lat and lng data seem to be correct So my question is : How can I make Google escape this error and continue displaying the other markers although one of them is incorrect ? Thanks in advance for your help Chuck -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
