The labelled markers don't show background transparency in MSIE6, because
the API only tells MSIE to use AlphaImageLoader if the URL ends in ".png".
The other two icon types add "&ext=.png" to the end of the URL, but
createLabeledMarkerIcon doesn't.
The fix is to change this line in MapIconMaker 1.1
iconUrl += "Lauto'f\\";
to
iconUrl += "Lauto'f\\&ext=.png";
Original issue reported on code.google.com by goo...@econym.demon.co.uk on 2 Sep 2008 at 9:54
Original issue reported on code.google.com by
goo...@econym.demon.co.uk
on 2 Sep 2008 at 9:54