Hello, The fillColor format is ok but your answers lead me to check other parameters. And it appears the fillOpacity was causing trouble, because passed as a string (extracted from JSON data). I now use parseFloat() and everything works well!
Thank you both for your help Stephane On 29 avr, 22:34, chrismorse <[email protected]> wrote: > I had the same problem. Changed my fillColor from #ddd to #dddddd > and it fixed it right up. > > On Apr 29, 9:35 am, Chris Broadfoot <[email protected]> wrote: > > > > > > > > > Can you provide a link to your map? > > > Are you setting the color as per documentation? Hex string: "#FFFFFF" > > > On Fri, Apr 29, 2011 at 2:02 AM, Drahuks <[email protected]> wrote: > > > Hello, > > > > I just noticed that, since the last release, the polygons doesn't > > > display correctly in my application : > > > > Under Firefox (4.0) and Chrome (10.0.648.204) all polygons are > > > displayed with opacity=1. They are rendered correctly under IE8 > > > > If I go back to version 3.3, everything works well on all browsers > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > > > --http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
