<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
No, I'm setting all the parameters (well, as many as I can and
understand). I tried to follow the Proj.4 .pdf manual and I was kinda
confused what lat_1, lon_1 and lat_2, lon_2 were supposed to be or if I
even needed them.<br><br>Here is my map file:<br><br>MAP<br> NAME UniversityOfIllinois<br> STATUS ON<br> SIZE 600 500<br> IMAGETYPE GIF<br> PROJECTION<br> "proj=utm"<br> "ellps=WGS84" <br> "datum=NAD83"<br> "zone=16"<br> "units=m"<br> "north"<br> END<br> EXTENT 393898 4438945 396253 4441379 #image is 1747 X 1916 pixels<br> UNITS METERS<br> SHAPEPATH "/var/www/mapserver/basic/data/illinois/"<br> IMAGECOLOR 255 255 255<br> <br> OUTPUTFORMAT<br> NAME thegif<br> DRIVER "GD/GIF"<br> MIMETYPE "image/gif"<br> IMAGEMODE RGB<br> EXTENSION "gif"<br> END<br><br> WEB<br> IMAGEPATH "/var/www/mapserver/basic/images/"<br> IMAGEURL "/mapserver/basic/images/"<br> END<br> <br> #REFERENCE<br> #IMAGE /var/www/mapserver/basic/data/illinois/colorUofIllinoisGIF.gif<br> # location of the image<br> #EXTENT 393898 4438945 396253 4441379<br> # extent of the image<br> #STATUS ON<br> # the overview is on by default<br> #COLOR -1 -1 -1<br> # transparent background<br> #OUTLINECOLOR 255 0 0<br> # the color of the outline<br> #SIZE 1747 1916<br> # the size of the image in pixels<br> #END<br><br> LAYER<br> NAME "UofI"<br> DATA "colorUofIllinoisGIF.gif"<br> TYPE RASTER<br> STATUS ON<br> PROJECTION<br> "proj=utm"<br> "ellps=WGS84" <br> "datum=NAD83"<br> "zone=16"<br> "units=m"<br> "north"<br> END<br> EXTENT 393898 4438945 396253 4441379<br> CLASS<br> EXPRESSION /*/<br> COLOR 0 255 0<br> END<br> END <br>END<br><br><br>I
have that reference section in there although I really don't know the
point behind it. It didn't change a thing, so I commented it out.
Thanks so much David for your help!<br><br> - Chris<br /><hr />Kick back and relax with hot games and cool activities at the Messenger Café. <a href='http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline' target='_new'>Play now!</a></body>
</html>