Dear all,<br><br>I try to automatically zoom map to maximum extent of layer after adding layer to map.<br>I tried to code like this.<br><br>var layer = OpenLayers.Layer.WMS(.......);<br><br>map.addLayer(layer);<br><br>map.zoomToExtent(layer.getDataExtent());<br>
<br>But it doesnt&#39; work. I also changed like this<br><br>map.zoomToExtent(layer.getMaxExtent());<br><br>It still doesn&#39;t work. What can I do to solve this issue.<br><br>Thank you.<br>wangsom<br><br>