not seeing my map

Albert Anderson bart_doggers at YAHOO.COM
Fri Jun 30 10:16:04 EDT 2006


Hi,

 I coded a simple map file but I cant see the map.  It just shows up in blank page.  I dont get any errors.  There is the codes. Can some one help me? 

<html>
<head><title>Richland County MapServer</title></head>
<body>
  <form method=post action="/cgi-bin/mapserv">
    <input type="submit" value="Click Me"
    <input type="hidden" name="map"
              value="/home/mapdata/richland.map">
    <input type="hidden" name="map_web_imagepath"
              value="/var/www/htdocs/tmp/">

  </form>
  <table border="1" width="800" height="600">
  <tr>
<td align="center" valign="top">
  <IMG SRC="[img]" width="800" height="600" border="1">
  </td>
  </tr>
  </table>
</body>
</html>

map file code
#This is Richland County Map Server
NAME "Richland"
SIZE 300 100
IMAGECOLOR 255 255 255
IMAGETYPE JPEG
SHAPEPATH "/home/mapdata/"
EXTENT -20.00 20.00 -10.00 90.00
WEB
  TEMPLATE '/var/www/htdocs/richland.html'
  IMAGEPATH '/var/www/htdocs/tmp'
  IMAGEURL '/tmp/'
END
LAYER
    NAME "Richland"
    STATUS default
    TYPE polygon
    DATA "RICH_bndy"
    CLASS
       STYLE
               COLOR 0 0 0
       END
    END
END
END

Thanks,
Albert


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060630/dbcc1e06/attachment.html


More information about the mapserver-users mailing list