<html>
Well I'm kinda stuck on example1...<br>
ran some tiger data through TGR2SHP and subsequently am trying to show
some output.  Based on previous discussions on this list I've moved
my tmp dir to htdocs/tmp but i'm still getting no output.  I can
change the color of the image fine, and ms_demo is running and generating
output.  Is my problem in the EXTENT setup?  I'm using a
shapefile in geographic projection but when i leave the extent setting
out of my map file, mapserv complains...any help to get me started
appreciated so i can get some feedback on what i'm doing.<br>
<br>
-Henk<br>
<br>
HTMLFILE<br>
<br>
<html><br>
<body><br>
<img border="1"
src="http://portfolio.wesleyan.edu:9999/cgi-bin/mapserver/mapserv?map=<br>
/usr/local/apache/port80/htdocs/mapserver/tgr09007.map&mode=map"><br>
</body><br>
</html><br>
<br>
MAPFILE<br>
<br>
NAME Middlesex<br>
STATUS ON<br>
SIZE 300 300 <br>
EXTENT 50 50 100 100<br>
UNITS KILOMETERS <br>
SHAPEPATH
"/usr/local/apache/port80/htdocs/mapserver/Tiger92/Tgr09007"
<br>
IMAGECOLOR 252 252 252<br>
<br>
WEB<br>
  MINSCALE 10000<br>
  MAXSCALE 1000000<br>
  IMAGEPATH "/usr/local/apache/port80/htdocs/tmp/"<br>
  IMAGEURL "/tmp/"<br>
  # LOG "demo.log"<br>
END<br>
<br>
LAYER <br>
  NAME "blocks" <br>
  DATA Tgr09007blk<br>
  STATUS DEFAULT<br>
  TYPE POLYGON <br>
    CLASS <br>
      COLOR 152 152 152 <br>
    END # end class<br>
END # end layer<br>
<br>
END # end map<br>
</html>