[OpenLayers-Users] Dynamic load GeoRSS or GeoJSON

Christopher Schmidt crschmidt at metacarta.com
Fri Mar 13 11:54:55 EDT 2009


On Fri, Mar 13, 2009 at 03:07:05PM +0000, Tyler Durden wrote:
> I want to load dynamically Points with GeoRSS or GeoJSON and show it
> on the map as markers with popups.
> Dynamically because is 6000 points and the technique that I'm using is
> a buffer around the bounding box and load new data when the user moves
> the map and by sending the new bounding box to the server. This server
> with return the points based on the current bounding box and deleting
> the old ones. This only applies to the last 2 zooms.
> OpenLayers. Layer. GeoRSS doesn't not allow to reload data.
> Any idea for this?

 * Layer.Vector
 * Protocol.HTTP
 * Format.GeoJSON
 * Strategy.BBOX

Regards,
-- 
Christopher Schmidt
MetaCarta



More information about the Users mailing list