I make some other test, I hope this help someone with the same
problem.

I noticed different behaviors with different version of google map
api. But any version solve my problem.

For example:

(v=2.193)
Firebug retur a generic error: "a is null"
On the map I don't see nothing

(v=2.s)
Firebug don't return any error
on the map for every custom marker I see a red cross.

All suggestions are welcome.


> >> I make 3 test with the icon:
>
> >> (1)*****************************
> >> var Icon = new GIcon();
> >> Icon.image = "http://mysite/GetIcon.aspx?markerName=UniqueIconCode";;
> >> (2)*****************************
> >> Icon.image = "http://chart.apis.google.com/chart?
> >> chst=d_map_pin_icon&chld=cafe|996600";
> >> (3)*****************************
> >> Icon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/blue-
> >> dot.png";
> >> *****************************
>
> >> Only the last url produce a visible marker icon in earth (with the
> >> plug in for browser for FF 3.5.5).
> >> All the url produce a visible icon in the other map type.
-- 
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.


Reply via email to