Brain,

Really cool application. Could you register a "moveend" event and have
your tiles redrawn at that point? For example,

map.events.register("moveend", map, redrawTiles);
function redrawTiles(evt){ 
  // Code to redraw the tiles here
}

http://dev.openlayers.org/docs/files/OpenLayers/Events-js.html

 
 
Wayne Dyck
Interactive Communications
Washington State Department of Transportation
(360) 705-7898
[email protected]
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to