I forgot to add, I changed the Float in the DB to Decimal because
Float was rounding the numbers. Can I parse decimal?

On Sep 27, 7:28 am, Mike Williams <[EMAIL PROTECTED]> wrote:
> Try using parseFloat() instead of parseInt() on these lines
>
> var lat =
> parseInt(GXml.value(markers[i].getElementsByTagName("lat")[0]));
> var lng =
> parseInt(GXml.value(markers[i].getElementsByTagName("lng")[0]));
>
> When you use parseInt() the marker gets placed at GLatLng(25,-80)
> instead of GLatLng(25.451770,-80.408749)
>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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