<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div><font size="2">Good deal.  I had to enable cgi extensions under IIS.  Anyway, now I'm having trouble with my map file.  I get this error:</font></div>
<div><font size="2"><br>
</font></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2"><b>msProcessProjection(): Projection library error. proj error "Permission denied" for "init=epsg:4326"</b></font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2"><br>
</font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2">Here's my map file.  I'm just trying to get Natural Earth working to begin with.  Why wouldn't this version recognize 4326?  If I take out the init statement, I get an error saying I have
 to have a projection at the top level.</font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2">Thanks,<br>
James</font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2"><br>
</font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2"><br>
</font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2"><br>
</font></span></div>
<div><span style="background-color: rgb(255, 255, 255);"><font size="2">
<div>MAP</div>
<div>   NAME "RADESWMS"</div>
<div>   EXTENT -180 -90 180 90</div>
<div>   SIZE 512 512</div>
<div>   UNITS DD</div>
<div>   IMAGECOLOR 0 0 0</div>
<div>   #CONFIG PROJ_LIB "/ms4w/proj/nad/"</div>
<div><br>
</div>
<div> </div>
<div>   WEB</div>
<div>      #IMAGEPATH "/ms4w/tmp/ms_tmp/"</div>
<div>      #TEMPLATE "/ms4w/Apache/htdocs/dummy_template.html"</div>
<div>      METADATA</div>
<div>         "wms_title" "RADES_WMS"</div>
<div>         "wms_name" "84RADES_WMS"</div>
<div>         #"wms_onlineresource" "http://localhost/cgi-bin/radeswms.exe?SERVICE=WMS"</div>
<div>         "wms_srs" "EPSG:4326"</div>
<div>         "wms_extent" "-180 -90 180 90"</div>
<div>         "Wms_enable_request" "*"</div>
<div>      END</div>
<div>   END</div>
<div><br>
</div>
<div><br>
</div>
<div>   PROJECTION</div>
<div>      "init=epsg:4326"</div>
<div>   END</div>
<div><br>
</div>
<div>   LAYER</div>
<div>      NAME "NaturalEarth"</div>
<div>      METADATA</div>
<div>         "wms_title" "NaturalEarth"</div>
<div>         "wms_name" "NaturalEarth"</div>
<div>         "wms_extent" "-180 -90 180 90"</div>
<div>         "wms_srs" "ESPG:4326"</div>
<div>         "wms_style" "Default"</div>
<div>      END</div>
<div>      STATUS ON</div>
<div>      TYPE RASTER</div>
<div>      TILEINDEX "d:\\MapData\\NaturalEarthCrossBlend\\NaturalEarth"</div>
<div>      TILEITEM "LOCATION"</div>
<div>      #PROJECTION</div>
<div>      #   "init=epsg:4326"</div>
<div>      #END</div>
<div>   End</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>END</div>
<div><br>
</div>
</font></span></div>
<div><br>
</div>
</div>
</body>
</html>