<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I think you can register a zoomend event.<br>Something like this :<br><br>var olMap = new OpenLayers.Map(...)<br>var callBack = function(zoomLevel) {...}<br>olMap.events.register("zoomend", olMap, callBack);<br><br>Then you can hide the markers in the callback function depending on zoomLevel<br><br>Kind regards,<br>Philip B<br><br /><hr />See all the ways you can stay connected <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>to friends and family</a></body>
</html>