With your small icons your iconAnchor point is 16 pixels below the
bottom of the icon image.

      var smallIcon = new GIcon();
          smallIcon.iconSize=new GSize(16,16);
          smallIcon.shadowSize=new GSize(56,32);
          smallIcon.iconAnchor=new GPoint(16,32);
          smallIcon.infoWindowAnchor=new GPoint(16,0);

A 16 pixel offset at zoom level 17 is something like 10 or 20 metres, so
you hardly notice the error. At zoom level zero 16 pixels is hundreds of
kilometres.

Try using
          smallIcon.iconAnchor=new GPoint(8,8);

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


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