Hi,

I am adding the marker to the map this way:

var blueIcon = new GIcon(G_DEFAULT_ICON);
blueIcon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/
blue.png";
wMarker = new GMarker(new GLatLng(wLat, wLng), {icon:blueIcon});
map.addOverlay(wMarker);

The result is that the added marker looks very wrong. Here is how it
looks:
http://new.knowledgeprice.com/gmaps.jpg

Have you seen anything similar?

Thanks,
Armands

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