> ok i've found the problem. now it works also on IE (windows system) !  there
> is some command line that was useless, probably from prev changes.

yes, but I was reading here:
http://econym.org.uk/gmap/basic14.htm

that if you are using markerBounds like you are that "It is necessary
to perform a map.setCenter() call before starting to add markers."

and although there doesn't seem to be a problem on the browsers
tested, Mike suggests to just use any values, just to be safe (because
like we've seen, different browsers react different ways). The
suggestion is to add this line:
 map.setCenter(new GLatLng(0,0),0);

where you deleted the other one.

-- 
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.

Reply via email to