Wasn't it Frances who wrote: > gicons["castle"].imageMap = [1,1,14,14]; > gicons["restaurant"].imageMap = [1,1,15,14];
You're using a "poly" type imagemap where the polygon that defines the area has only two points. That gives you a polygon with zero area. I suspect that you intended to use the undocumented "rect" type imagemap and just forgot to specify the imageMapType, but you're probably better off using a "poly" with more points, because that's documented. -- Mike Williams http://econym.org.uk/gmap -- 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=.
