Dear All:
When I use this image:
https://docs.google.com/leaf?id=0B-SwlF7UOtO4MDZkZjQ3ZGQtMTkzOS00ZjQ0LWE5ZDgtNzBiZjM4MGZjNTI1&hl=zh_TW
as Maker Icon, everything is fine.
If I set Motion Gif to Maker Icon
(like this:
https://docs.google.com/leaf?id=0B-SwlF7UOtO4NzUxYmM2NTctMTdjMC00YTFjLTgzMmEtZTBkNmQ4OGJkY2Qz&hl=zh_TW)
IE7 will show JS Error, (column:12 this.F is null or is not
a object)
But it works fine at IE8.
There is my code:
(You can get file from here:
https://docs.google.com/leaf?id=0B-SwlF7UOtO4M2EwODYwY2YtMzY5OS00ZGM2LWFjOTMtNDdhZmZkNzY3M2I2&hl=zh_TW)
function Load(){
var latlng = new google.maps.LatLng(31.078813, -92.999611);
var myOptions = {
zoom: 8,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
camMaker = new google.maps.Marker({
position: latlng,
map: map,
title: "Maker",
icon: "PTZCamera_Event_Trigger.gif"
});
}
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.