[OpenLayers-Users] marker implementation using images ?
Phil Scadden
p.scadden at gns.cri.nz
Thu Jul 7 21:36:57 EDT 2011
Look more closely at the Net returns. The GET requests to mapslt?layers
are the images, but intertwined with that are per tile (I think) calls
to GET ft?layers which return feature information in JSONP format. You
could do something very similar by making WFS BBOX queries to return
features, but you notice that what is being returned obviously has some
filtering mechanism to limit the no. of features return. (Look at the
returns for whole world versus a zoomed in part). Your hover mechanism
to search points runs out of grunt when over 500 features returned
because they have to be all stored in memory and linearly searched.
You get some sort of thing with vector file in openlayers (Mapbox does
it with single layer KML files).
Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.
More information about the Users
mailing list