On Oct 27, 4:37 am, Chaitra <[email protected]> wrote:
>
> I would just like to understadn if there is something that i need to
> change in this kml parsing part in the gmaps utility library, so that
> it takes any width or color i specify for the line?

I *think* that lines which say
  if (style.width) {
should say
  if (!style.width) {

That is, if there is *no* style.width already, set one; if there is a
style.width, then don't set the defaults.

It's Mike's code, though, and I'm hesitant to say that there are
errors in it.

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