Hello,<br>I have a mapserver file that is only a small section of Norway. This map shows up correctly when I call the map like this:<br><a href="http://naturkart.no/cgi-bin/demo?map=/Library/WebServer/Documents/Naturkart/kulturminnekart/apps/demo/demowms.map&amp;mode=map">http://naturkart.no/cgi-bin/demo?map=/Library/WebServer/Documents/Naturkart/kulturminnekart/apps/demo/demowms.map&amp;mode=map</a><br>
<br>But when I put the mapfile into Openlayers it zooms out to Norway overview and is repeated 3 times.<br>I have tried different thing to get it to zoom in but without luck.<br><br>Here is the script I am using now:<br>   map = new OpenLayers.Map( &#39;map&#39; );<br>
    layer = new OpenLayers.Layer.MapServer( &quot;Østfoldkart&quot;, <br>       &quot;<a href="http://naturkart.no/cgi-bin/mapserv">http://naturkart.no/cgi-bin/mapserv</a>&quot;, {map: &#39;/Library/WebServer/Documents/Naturkart/kulturminnekart/apps/demo/demowms.map&#39;} );<br>
    map.addLayer(layer);<br>    map.zoomToMaxExtent();<br><br>I tried to use &quot;PARTIALS FALSE&quot; but now really sure where to put it. Any ideas?<br><br>/asle<br>