On Jul 31, 9:26 pm, Jennifer Dudeck <[email protected]> wrote: > <PolyStyle> > <color>#7CFC00</color> > <outline>.8</outline> > <fill>0</fill> > </PolyStyle> there's a couple of things with the style: the <outline> is a boolean, so it should be 1 the <color> is formatted aabbggrr, where aa=opacity (ff for solid, 00 for transparent) so it should be <color>FF00FC7C</color>
also the <coordinates> should end with the same starting point to close the path. ... -- 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.
