On Nov 20, 1:21 am, audrey33972_bioInfo <[EMAIL PROTECTED]> wrote:
> markers.push({'latitude': <%= pop.geo_coordinate.lat %>,
> 'longitude': <%= pop.geo_coordinate.long %>,
> 'html':'<div>Population : <%= pop.name %><br>Species :
> <%= pop.espece.name %> </div>'});
maybe there is a problem with a special character in the text which is
not being encoded correctly, so what happens if you remove the 'html'
and just make markers with 'latitude' and 'longitude'. Is there still
a problem?
markers.push(
{'latitude': <%= pop.geo_coordinate.lat %>,
'longitude': <%= pop.geo_coordinate.long %>});
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---