> Please refer to this pagehttp://www.veniceconnected.com/betaMaps/index2.php
Your JSON supplys points for the polyline in the form of strings.
Your code manipulates and extracts the point data as strings.
GPolylines/gons often go silly when zoomed if they have string
coordinates.
Convert the coordinates to numbers :
var tmp=new GLatLng( parseFloat(split_sub[1]) , parseFloat
(split_sub[0]) );
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---