I was getting "no server at that address" errors.

It's there now.

The page sets up a setTimeout() which waits 9 seconds, then performs 
map.clearOverlays() and creates a new GMarker from the next entry on the 
list that it got from
   http://www.lkozma.net/wpv/newest2.php?after=0
and opens the info window on that marker.

The last <m> tag in the response from newest2.php isn't a marker. It 
contains status information about the batch. In particular the "y" 
attribute is no longer a latitude, it's the id of the last marker.

Then the main processing gets to the end of the batch, it makes a call 
like
   http://www.lkozma.net/wpv/newest2.php?after=1939598
using the id of the last marker from the previous batch.
If there are no more markers available from the server, it subtracts 30 
and tries again.


-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to