In browsers that support <canvas> you can use <canvas> inside an ELabel, like this: http://econym.org.uk/gmap/example_cartrip3.htm
Unfortunately, <canvas> elements don't support clicks, and ELabels don't support clicks out of the box. As it happens, the nasty MSIE behaviour that prevents me from creating clickable ELabels won't be a problem in this case, so there's nothing stopping you trying to add clickability to the ELabel code. Other than that, your only alternative is to create lots of different icon images and switch between them with .setImage(). You can either create the images off-line in a graphics application like PhotoShop, PaintShopPro or the Gimp; or you could write a server that uses the gd graphics library to dynamically generate the rotated image on request. -- 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 -~----------~----~----~----~------~----~------~--~---
