On May 19, 9:53 am, "[email protected]" <[email protected]> wrote: > On May 19, 9:41 am, daniel <[email protected]> wrote: > > > Hello, > > > I had been developing a second addition to my map project. I had gone > > to check out the live version (just by chance) and noticed that ALL > > the polylines are active. Checked out the code to make sure nobody > > else had been fiddling around, nothing has changed. > > This thread might > apply:http://groups.google.com/group/Google-Maps-API/browse_thread/thread/6... > > > > > I had looked at my test map, also has the same problem. So I decided > > it would be a good idea to look at the api again. But I can't seem to > > find anything that specifically mentions a change to the polylines > > (while I did see that api update). > > I think it is a bug introduced in > v2.156:http://code.google.com/p/gmaps-api-issues/issues/detail?id=1264 > > > > > Could somebody point me to a place where I could follow the api > > changes? > > Official > changelog:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChang... > > Mapki changelog:http://mapki.com/wiki/Changelog > > referenced in this "sticky > thread":http://groups.google.com/group/Google-Maps-API/browse_frm/thread/83f8... > > > > > Also, I would grateful if I could get a second pair of eyes to look > > over my code, and see if they can spot what is messed up. (Bear in > > mind, this code is ugly...and I was/am starting out) > > Try hardcoding the api version to v2.151
But, in examining your code, I don't see anything that would initially hide the polylines. They work exactly the way I would expect them to. Were they not being displayed at some point? Did something change? I looked at some of the earlier versions of your map that I played with, and I don't see anything there that would hide them initially either, but I don't remember how the map worked. If you want them to start out hidden, you need to either hide them immediately after the original addOverlay call or not addOverlay them to the map until they are first requested (a little harder, but would make the map load faster). -- Larry > > > > > >http://wds.semo.edu/map/ > > > Thanks in advance > > Daniel- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
