I test my code on my computer in a directory in (inetput\wwwroot.), being localhost. I then invoke the page http://localhost/... i.e. http://localhost/rentfaster/calgary_map.html
It works fine for IE and Firefox from my computer, but does not when I upload the code the the server. On Sep 2, 4:23 pm, "[email protected]" <[email protected]> wrote: > On Sep 2, 3:13 pm, EPAUL <[email protected]> wrote: > > > On Sep 2, 2:39 pm, "[email protected]" <[email protected]> > > wrote: > > > > 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? > > > I didn't change any of the code. When copied to my computer and run > > from "localhost" it works fine. > > Any ideas? > > Is localhost using the same data as what we see on the server? > > When I copy it to my computer, it doesn't work at all (I wouldn't > really expect it to) > > -- Larry > > > > > > > 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.- 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 -~----------~----~----~----~------~----~------~--~---
