<div>Hello everyone,</div>
<div> </div>
<div>I have just installed MapServer as part of the ka-Map toolkit, so yes, I am a newbie!  My installation runs on Windows XP using Apache.  When I access the ka-map page through URL "localhost/ka-map/", I get the following error:
</div>
<div> </div>
<div><br /></div>
<div><b>Fatal error</b>: [MapServer Error]: setExtent(): Given map extent is invalid.</div>
<div>in <b>C:\ms4w\apps\kamap-0.1.1\htdocs\init.php</b> on line <b>93</b><br /></div>
<div> </div>
<div>Here's what the related portion of the init.php file looks like:</div>
<div> </div>
<div>...</div>
<div>$aszMapFiles = array(<br>  "weather"   => array( "Global Map",<br>  "/ms4w/apps/kamap-0.1.1/htdocs/tmp/global.map",<br>  array( 100000000, 50000000, 15000000 ),<br>  "PNG")
</div>
<div>...</div>
<div> </div>
<div>I have tried changing the path (/ms4w/...) to (C:\\ms4w\\...) but it didn't seem to help.</div>
<div> </div>
<div>Here's output from mapserv.exe -v:</div>
<div> </div>
<div>C:\ms4w\Apache\cgi-bin>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> </div>
<div>Any help will be most appreciated.</div>
<div> </div>
<div>Thanks in advance -</div>
<div> </div>
<div>Todd</div>