Hi Andrew!
On your "commas" comment, are you meaning to say the semi-colons that
are placed in the following lines of the code?
var client = data.client[i];
// obtain the attribues of each marker
var lat = parseFloat(client.lat);
var lng = parseFloat(client.lng);
var point = new GLatLng(lat,lng);
var id = client.id;
var name = client.name;
var web = client.web;
var info = client.info;
var url = client.url;
I've run that script through http://www.javascriptlint.com/online_lint.php
and it shows no errors. I also, interestingly enough, see all the
markers and effects in MSIE8 now, without using Compatibility View. I
did use IEnetrenderer (http://ipinfo.info/netrenderer/index.php) and
can simulate the "missing" data (and Google Maps altogether!) in MSIE6
and 7...and when I run the test on MSIE8 using that tool, I don't see
any Google Map either. Very strange, since I see it on MSIE8 on my
local machine (just use for testing purposes...I use Google Chrome 8.0
as my main browser).
Also, xelawho, thanks for the "maxWidth" reminder. I never got that
far in my massaging of the code, but I added that in this afternoon
(set to 275 pixels).
Keep the comments and suggestions coming! Hopefully this is helping
other people besides just me too. - Derek
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.