<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello,</div><div><br></div><div>When I try to zoom into a point that is beyond initial map view in fusion, the zoom is not done correctly. Instead of zooming on the point, the zoom is made on the center of the map.<br></div><div>I am using the following code:</div><div><br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var extent = mapWidget.getExtentFromPoint(&lt;?= $CenterX ?&gt;,&lt;?= $CenterY ?&gt;, scale );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mapWidget.setExtents(extent);</div><div><br></div><div>If the point is in the Initial view, the zoom is done ok . <br></div><div>I have checked and the extents are calculated ok, but the zoom is still nod made on the point. This is not happening on DWF Viewer using the ZoomToView
 function<br></div><div><br></div><div>Does anybody have any idea why this is happening?</div><div><br></div><div>Thank You,</div><div>Iulia<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>&nbsp;</div></div></body></html>