On Oct 27, 6:00 am, Chaitra <[email protected]> wrote:
>
> In the KML parsing code as in the above link at lines 714 and 737, we
> can notice that the color order used is rr gg bb, whereas in the KML
> reference codument i see that the order should be bb gg rr, now in my
> map, i get teh reversed colors cos it is coded as rr gg bb, i am
> confused as to what to do. WHy is rr gg bb used here? can i change it
> in my local copy to bb gg rr?

The KML is specified as aabbggrr, and the code parses that to create
an HTML colour specification of #rrggbb. Your KML should follow the
KML spec.

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