On Sep 7, 8:44 pm, ajax <[EMAIL PROTECTED]> wrote:
> echo "var polyline = new GPolyline([";
> echo 'new GLatLng(" . $row["lat"] . "," . $row["lng"] . ")';
> echo '],\"#ff0000\",5,8);\n';
> echo "map.addOverlay(polyline);\n\n";}
>
Don't try to debug it by looking at the PHP. Use "View source" in the
browser and see what gets there and what's missing.
This is not really a Google Maps API issue.
--
Marcelo - http://maps.forum.nu
--
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---