I have my custom icons working here http://lakesuk.com/index8.php
I have made the icons smaller, 32x32 is too larger, each GIcon is generated based on a facility type number that comes out of the database, so for example a tourist information centre is a 9, that gets icon 9 out of an array. All the icons are the same basic size, so to make it more general purpose I decided to build an array of GIcons, each with its own image, shadow and anchor points. This is to allow icons of any size and anchoring, all independent of each other. This is on a revised page. There is a constructor function that builds the GIcons and puts them into an array, then when the GMarker is generated the appropriate GIcon is assigned to it http://lakesuk.com/index8r.php I have used console.log statements to view the marker objects, because I'm getting the default icons. These logging statements are still in. I would really appreciate someone taking a look and telling me where I'm going wrong. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
