Thanks a lot Andrew for your time and patience to look into the code and give your inputs. Yes, I had done the same and it worked, but I am still skeptical that it might affect some functionality somewhere else, since I know it is MIke who has done this . But as of now, the change is working fine for me, so i will keep it as long as any bug shows up somewhere else due to this.
Thanks again! On Oct 27, 3:18 pm, Andrew Leach <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
