Sample page hosted at http://www.ihbsonline.com/map_test_1.cfm
I have a zip code database with lat/lng data I query via ColdFusion
and populate a map with markers.
Sometimes it works, and sometimes it doesn't.
When it doesn't, debugging with FireBug and IE Developer tools render
similar error messages.
IE gives me; Expected ')' at line 96 character 48.
FireBug tells me; missing ) after argument list
var point = new GLatLng
( +43.31888,-073.66906);\n
Line 96
This looks right to me, and I've checked the LatLng in Google Earth to
make sure I've not inserted invalid coordinates.
I'm very new to this, and would appreciate any tips you could provide.
Thank you.
--
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.