I think you can register a zoomend event.
Something like this :

var olMap = new OpenLayers.Map(...)
var callBack = function(zoomLevel) {...}
olMap.events.register("zoomend", olMap, callBack);

Then you can hide the markers in the callback function depending on zoomLevel

Kind regards,
Philip B

_________________________________________________________________
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to