<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi List,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I'm a new bie in GIS world, I'm trying small task before I 
jump into anything big.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>so far I managed to get the map,legend working. now when I 
tried to put the scalebar, nothing happens, its not printing the 
image...</FONT></DIV>
<DIV><FONT size=2>it seems like it get the image path but does not create 
one!</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I'm sure its something small that I'm missing, but 
what???</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>here is code of my map and html file.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>NAME WALES<BR>EXTENT 127000.0 160000.0 380000.0 
402000.0<BR>SIZE 400 400<BR>FONTSET 
"/var/www/html/wales/fonts/fonts.list"<BR>UNITS KILOMETERS</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>WEB<BR>  TEMPLATE wales2.html<BR>  IMAGEPATH 
"/var/www/html/wales/tmp/"<BR>  IMAGEURL "/wales/tmp/"<BR>END</FONT></DIV>
<DIV> </DIV><FONT size=2>
<DIV><BR>QUERYMAP<BR>  SIZE 200 200<BR>  STATUS ON<BR>  STYLE 
HILITE<BR>  COLOR 255 0 0<BR>END</DIV>
<DIV> </DIV>
<DIV>LEGEND<BR>  STATUS ON<BR>  LABEL<BR>    COLOR 0 0 
0<BR>    SIZE MEDIUM<BR>    ANTIALIAS 
TRUE<BR>  END<BR>END</DIV>
<DIV> </DIV>
<DIV><BR>SCALEBAR<BR>  IMAGECOLOR 255 255 255<BR>  
LABEL<BR>    COLOR 255 255 255<BR>    SIZE 
small    <BR>  END<BR>  STYLE 1<BR>  SIZE 160 
2<BR>  COLOR 255 255 255<BR>  UNITS KILOMETERS<BR>  INTERVALS 
4<BR>  TRANSPARENT ON<BR>  STATUS TRUE<BR>END</DIV>
<DIV> </DIV>
<DIV><some layers></DIV>
<DIV> </DIV>
<DIV>html file</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><html><BR>  <head><BR>    
<title>Wales</title><BR>  </head></DIV>
<DIV> </DIV>
<DIV>  <body><BR><h3>Wales from Postgis with 
Zoom</h3></DIV>
<DIV> </DIV>
<DIV><b>SEARCH WINDOW</b>: [imgext]<br><BR><b>QUERY 
POINT</b>: ([img.x], [img.y]) image coordinates or ([mapx], [mapy]) map 
coordinates<br><BR><b>QUERY METRICS</b>: number of layers with 
results=[nl], total number of 
results=[nr]<br><br><BR><p><BR><hr><BR><p></DIV>
<DIV> </DIV>
<DIV>    <form method="GET" 
action="/cgi-bin/mapserv"></DIV>
<DIV> </DIV>
<DIV>    <input type="hidden" name="map" 
value="[map]"><BR>    <input type="hidden" name="imgext" 
value="[mapext]"></DIV>
<DIV> </DIV>
<DIV>    <table border=1 cellpadding=3></DIV>
<DIV> </DIV>
<DIV>    <tr><BR>    <td 
align=center><BR>      <input type="image" 
name="img" src="[img]" border="0"><BR>   
</td><BR>    </tr><BR>    
<tr><BR>        <td align="left" 
colspan="2"><BR>        <img 
src="[scalebar]"><BR>        
</td><BR>    </tr><BR>    
</table>    <BR></form></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Regards</DIV>
<DIV>Nida</FONT></DIV></BODY></HTML>