Wasn't it blizzard who wrote:
>
ok, I added that.  but it still looks like shadows are showing up.
>
>Mike can you elaborate on how exactly to turn off the .transparency and 
>.imageMap?

Your "icon" variable is out of scope when you try to use it.

You've made it local to the initialize() function, so in 
getWeatherMarkers() you effectively pass {icon:undefined} to the API, 
and the API therefore uses the default marker, which has shadows and 
click targets.

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