Sorry for the breach in protocol- there currently isn't any way for me to load this map to the web. I have a PHP/MySQL/Apache web developer environment on my desktop.
I'm still a novice at this kind of work, but progressBar.start(markers.length) is the best method I can come up with come up with the number of locations extracted from the markers array depending on now the user queries the map according to county, status, or name. If I run a query that retrieves 200 locations, then do another query that retrieves 10 locations, the 200 is still the max count in the progress bar. On Tue, Jan 5, 2010 at 11:30 AM, [email protected] <[email protected]>wrote: > On Jan 5, 9:11 am, "[email protected]" <[email protected]> > wrote: > > On Jan 5, 7:49 am, Nate_LR <[email protected]> wrote: > > > > > I'm attempting to use the progress bar utility available from here.... > http://code.google.com/p/gmaps-utility-library-dev/ > > > > > I've created a map which allows the user to query locations by county > > > and status from a form. Depending on the selection, the query might > > > retrieve 2 locations or 800 locations. The progress bar seems to work > > > fine initially; however, after a query that retrieves 500 locations > > > and I attempt a new query that retrieves 4 locations, the progress bar > > > shows 4/500 and therefore won't disappear. I've tried and tried, but > > > can't figure out the fix. Any help would be appreciated- I have > > > samples of my code below. Thanks! > > > > I don't have that problem with a modified version of the example here: > http://code.google.com/p/gmaps-utility-library-dev/ > > Link to my test version: > > http://www.geocodezip.com/gmaps-utility-library-dev_googlecode_com_markerloaderA.html > > -- Larry > > > > > You must be doing something wrong. Post a link to the map that shows > > the problem (as requested in the posting guidelines), and maybe we can > > tell what it is... > > > > This looks suspicious: > > progressBar.start(markers.length); > > (what is markers.length at that point in your code?) > > > > -- 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]<google-maps-api%[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].
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
