<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY><DIV><FONT face='Arial' color=#000000 size=2>I'm using version 2.3 stable of OpenLayers and am 
experiencing the same problem as described here</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><A 
href="http://openlayers.org/pipermail/users/2007-January/000514.html">http://openlayers.org/pipermail/users/2007-January/000514.html</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>It seems that no matter what I try, my markers disappear around Zoom 
15.&nbsp; Is there a solution for this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>My map code looks something like</DIV>
<DIV>&nbsp;var lon = -71.0891380310059<BR>&nbsp;var lat = 42.3123226165771</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; &nbsp;&nbsp;var options = { 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;maxZoomLevel: 
20,<BR>&nbsp;&nbsp;&nbsp;&nbsp;maxResolution: 
"auto",<BR>&nbsp;&nbsp;&nbsp;&nbsp;numZoomLevels: 20, <BR>&nbsp;&nbsp;controls: 
[new OpenLayers.Control.MouseDefaults(), new OpenLayers.Control.PanZoomBar(), 
new OpenLayers.Control.MouseToolbar()]<BR>&nbsp;&nbsp; };<BR>&nbsp;&nbsp;&nbsp; 
var map = new OpenLayers.Map(document.getElementById("map"), options);</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; var boston = new 
OpenLayers.LonLat(lon,lat);<BR>&nbsp;&nbsp;&nbsp; map.setCenter(boston, 
14);</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;var gmaerial = new OpenLayers.Layer.Google("Google Hybrid", { 'type': 
G_HYBRID_MAP });<BR>&nbsp;map.addLayer(gmaerial);</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;var markers = new OpenLayers.Layer.Markers("Markers", 
{numZoomLevels:17, maxZoomLevel:17, minZoomLevel: 
10});<BR>&nbsp;map.addLayer(markers);<BR>&nbsp;<BR>&nbsp;var size = new 
OpenLayers.Size(10,17);<BR>&nbsp;var offset = new OpenLayers.Pixel(-(size.w/2), 
-size.h);<BR>&nbsp;var icon = new 
OpenLayers.Icon(OpenLayers.Util.getImagesLocation() + 
'marker-blue.png',size,offset);<BR>&nbsp;var marker0 = new OpenLayers.Marker(new 
OpenLayers.LonLat(lon, lat),icon);</DIV>
<DIV>markers.addMarker(marker0);</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Regina</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

<HTML><BODY><P><hr size=1></P><br>
<P><STRONG><br>
The substance of this message, including any attachments, may be<br>
confidential, legally privileged and/or exempt from disclosure<br>
pursuant to Massachusetts law. It is intended solely for the<br>
addressee. If you received this in error, please contact the sender<br>
and delete the material from any computer.<br>
</STRONG></P></BODY></HTML>