On Sep 2, 1:00 pm, EPAUL <[email protected]> wrote: > Up to the last week the page at the listed link was working fine. Now > it has a MAJOR issue.
What did you change? > > Start by clearing the browser cache, then. > 1. load the page > 2. select NE, SE, SW or NW from the City/Section. > 3. select a Type, or any other of the other options so that < 150 > listings are returned. NW : Parking spot returned 2 listings. They were both clickable if I waited long enough. You may want to optimize the processing. Looks like you have a bunch of listeners on the map that are doing a lot of processing. I don't think this is a google maps issue per se, more of a code optimization issue. Try taking the heavy duty processing out of the map listeners and see if it responds better. -- Larry > > At this point the markers cannot be clicked on. The Error Console has > the following information: > Error: a is undefined > Source > File:http://maps.gstatic.com/intl/en_ALL/mapfiles/169c/maps2.api/main.js > Line: 374 > Going to the link in the Source File highlights the following: > m.intersects=function(a){return this.La.intersects(a.La) > &&this.Ma.intersects(a.Ma)}; > > Now refresh the page, then > 1. select NE, SE, SW or NW from the City/Section. > 2. select a Type, or any other of the other options so that < 150 > listings are > > The markers are now clickable. The page has the api version set to > v=2.169. I have tried it with 2.x and with 2, with the same results. > Also the map is now REALLY slow. This occurs in Firefox and IE7 and > IE8. > > Site: http://www.rentfaster.ca/maps/calgary_map.html > > Has anyone else encountered this, and if so what is the fix. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
