> However, i have a problem with Gpolygons: OK, more guessing games. I guess the following bit of code doesn't do what you expected, but we have to guess what the actual effect or error message is?
> var polyShape = new GPolygon(coordinate,"#fty345",2,1,"#oiu888", > 0.2); I suggest looking at the documentation http://code.google.com/apis/maps/documentation/reference.html#GPolygon It says, "The colors are given as a string that contains the color in hexadecimal numeric HTML style, i.e. #RRGGBB." HTML colour codes look like these, for examples http://www.computerhope.com/htmcolor.htm#03 I don't see anything like the ones you're trying to use - #fty345, #oiu888 - in those lists. I think you have to conform to rules here and use hexadecimal numbers, not random strings with a # in front --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
