On Apr 23, 3:44 pm, NEW_WORLD_ORDER_PIGS <[email protected]> wrote: > Hello, > > We have a website (http://neworleans.iprojweb.com/publicworks/ > dpwmap.aspx) that was working fine until (apparently) the release of > 2.152 at which point it would no longer render lines (streets, > neighborhood boundries, etc.) but still work for point data. When I > discovered the problem and found from other posts that a "fix" was to > use v=2.151 or earlier. I did this and for at least a few days that > I'm aware of the map was once again working fine. Today, 4/23/2009, I > discovered it was again failing within main.js and would display > various line numbers upon termination. I have a few questions about > all this: > > 1. My understanding is that using v=2 would normally be the best > practice for a production website-- is that still the case?
Yes. v=2 is currently: API v2.151e v=2.x is currently: API v2.153e > 2. My understanding is that 2.152 did contain a flaw which caused a > number of websites to exhibit a hanging browser and infinite loop > script-- is this correct? I don't remember the exact issue, I'm sure you can find it by searching... > 3. Is there a fix for this problem (assuming item #2 is correct)? > What is that fix? Don't use v=1.52. > 4. If there is something that changed requiring change in our code > could someone direct me to some posts regarding this? Your page is currently using APIV=2.151e which has been live for a while. I would suggest you verify that nothing changed on your end. > > To use the website just select (as an example) a "project type" of > "Road Reconstruction" and Neighborhood of "Central Business District" > and you will be able to duplicate the issue. > > Thank you so much for any assistance you can provide. Have you tried investigating the javascript errors? IE is reporting them on page load. I don't have access to MS Script debugger right now, so I can't help you there. But firefox reports this: Error: n is null Source File: http://neworleans.iprojweb.com/publicworks/flash/swfobject.js Line: 8 and when I perform the action you specify to cause the issue: Error: event is not defined Source File: http://neworleans.iprojweb.com/publicworks/dpwmap.aspx Line: 730 Then I get an "Unresponsive script" warning in both browsers. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
