nothing shows up! no image or error?
Albert Anderson
bart_doggers at YAHOO.COM
Wed Jul 5 08:10:20 PDT 2006
Hi,
I am making my own map file. It looks all right but when I click the button it doesnt show an image or any kind of errors.
Here is my map code.
#This is Richland County Map Server
NAME "Richland"
SIZE 100 100
IMAGECOLOR 255 255 255
IMAGETYPE JPEG
SHAPEPATH "/home/mapdata/"
EXTENT -50.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
here is my html code
<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="400" height="400">
<tr>
<td align="center" valign="top">
<IMG SRC="[img]" width="400" height="400" border="1">
</td>
</tr>
</table>
</body>
</html>
I really dont know whats could be wrong. Maybe the extent of it? Can anyone help me?
Thanks,
Albert
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060705/f3c0003b/attachment.htm>
More information about the MapServer-users
mailing list