Hello list,<br><br>I need to set a maxZoomLevel for a text layer.<br>My map have this options:<br><br>&nbsp;&nbsp;&nbsp; var options = { <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; resolutions: [0.00439453125,0.002197265625,0.0010986328125,0.00054931640625,0.000274658203125
,0.0001373291015625,0.00006866455078125,0.000034332275390625,0.0000171661376953125,0.00000858306884765625,0.000004291534423828125],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tileSize: new OpenLayers.Size(512, 512),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; controls: []<br>&nbsp;&nbsp;&nbsp; };<br>
<br>I'm trying to do:<br><br>&nbsp;&nbsp;&nbsp; layerText = new OpenLayers.Layer.Text( &quot;Points&quot;, {location: '<a href="http://localhost/polos.txt">http://localhost/polos.txt</a>', maxZoomLevel: 5} );<br clear="all"><br>But this don't works for me.
<br>Is the right way to do this?<br><br>Thanks in advance.<br><br>Fred<br><br>-- <br>&quot;Everything under the sun is in tune<br>But the sun is eclipsed by the moon&quot;