On Apr 1, 10:01 am, Evan Rose <[email protected]> wrote: > Alright, that problem was solved (I was double calling the scripts for some > reason, doh). However, I still don't have a progress bar and I get no errors > for it. Could it be that it simply loads too quickly for it to need a > progress bar?
I don't think so. 185 markers takes some time. It doesn't look like you are using the progress bar correctly. I don't use it, but I would expect that you would need to use setTimeout, createMarker and loadMarkers to overlay your markers to the map. From a quick glance, it doesn't look like you are using loadMarkers and createMarker is called from setTimeout with no arguments, while the function expects an argument. -- Larry > > Evan M. Rose || CEO || NiteFly Inc.www.nite-fly.com > [[email protected] || p: (914) 500-8792 || f: (914) 576-6364] > > Twitter:http://bit.ly/mQvNS > LinkedIn:http://bit.ly/3IVTHY > NiteFly Blog:http://bit.ly/6qPbrX > Add NiteFly on Facebook:http://bit.ly/2HHKwe > Check the Flickr for event photos:http://bit.ly/4Wgkck > ___ > Harvard '09 > Regis HS '05 > [email protected] > > > > On Thu, Apr 1, 2010 at 12:49 PM, Gregory Short <[email protected]> wrote: > > Check your error console. Here's what Safari tells me, I'm sure Firefox > > would have similar complaints: > > > -G > > > On Apr 1, 2010, at 11:45 AM, Evan Rose wrote: > > > I am calling a progress bar to load a map with many markers on the front > > page of my site (http://ec2-184-73-10-25.compute-1.amazonaws.com/) and > > it doesn't look like the bar even comes up despite there being the code for > > it. Can anyone tell me if I've made some grave error in my code? > > > -Evan > > > -- > > 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. > > > -- > > 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]<google-maps-api%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-api?hl=en. > > > > Picture 6.png > 18KViewDownload- 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.
