<div>Hello everyone,</div>
<div>&nbsp;</div>
<div>I have just installed MapServer as part of the ka-Map toolkit, so yes, I am a newbie!&nbsp; My installation runs on Windows XP using Apache.&nbsp; When I access the ka-map page through URL &quot;localhost/ka-map/&quot;, I get the following error:
</div>
<div>&nbsp;</div>
<div>&lt;br /&gt;</div>
<div>&lt;b&gt;Fatal error&lt;/b&gt;: [MapServer Error]: setExtent(): Given map extent is invalid.</div>
<div>in &lt;b&gt;C:\ms4w\apps\kamap-0.1.1\htdocs\init.php&lt;/b&gt; on line &lt;b&gt;93&lt;/b&gt;&lt;br /&gt;</div>
<div>&nbsp;</div>
<div>Here's what the related portion of the init.php file looks like:</div>
<div>&nbsp;</div>
<div>...</div>
<div>$aszMapFiles = array(<br>&nbsp; &quot;weather&quot;&nbsp;&nbsp; =&gt; array( &quot;Global Map&quot;,<br>&nbsp;&nbsp;&quot;/ms4w/apps/kamap-0.1.1/htdocs/tmp/global.map&quot;,<br>&nbsp;&nbsp;array( 100000000, 50000000, 15000000 ),<br>&nbsp;&nbsp;&quot;PNG&quot;)
</div>
<div>...</div>
<div>&nbsp;</div>
<div>I have tried changing the path (/ms4w/...) to (C:\\ms4w\\...) but it didn't seem to help.</div>
<div>&nbsp;</div>
<div>Here's output from mapserv.exe -v:</div>
<div>&nbsp;</div>
<div>C:\ms4w\Apache\cgi-bin&gt;mapserv.exe -v<br>MapServer version 4.6.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF</div>
<div>OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER</div>
<div>SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER</div>
<div>INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG</div>
<div>&nbsp;</div>
<div>Any help will be most appreciated.</div>
<div>&nbsp;</div>
<div>Thanks in advance -</div>
<div>&nbsp;</div>
<div>Todd</div>