<div class="gmail_quote">
<div>I so applaud you! I am just trying to implement your patch.</div>
<div> </div>
<div>It does not seem to work on very small features. That is exactly where I need it to work. Labels that do not show up until the user zooms into the feature.</div>
<div> </div>
<div>Add this to your .html. It is a box.</div>
<div> </div>
<div>pointList = [];<br> pointList.push(new OpenLayers.Geometry.Point(-109.0839199, 45.7097772));<br> pointList.push(new OpenLayers.Geometry.Point(-109.0222348, 45.7097772));<br> pointList.push(new OpenLayers.Geometry.Point(-109.0222348, 45.6666019));<br>
pointList.push(new OpenLayers.Geometry.Point(-109.0839199, 45.6666019));<br> pointList.push(new OpenLayers.Geometry.Point(-109.0839199, 45.7097772));<br> linearRing = new OpenLayers.Geometry.LinearRing(pointList);<br>
polygonFeature = new OpenLayers.Feature.Vector(<br> new OpenLayers.Geometry.Polygon([linearRing]));<br> polygonFeature.attributes = {<br> name: "box",<br> age: 21,<br>
favColor: 'purple'<br> };<br> vectorLayer.addFeatures([polygonFeature]);</div>
<div> </div>
<div>No label appears even when I zoom into where the box is at.</div>
<div> </div>
<div>This is on both firefox and IE.</div>
<div> </div>
<div>*hugs*</div>
<div><br clear="all">Linda Rawson<br></div></div><br>