<!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 face=Arial size=2>I'm relatively new to Mapserver and I'm attempting 
to implement Mapserver as on OGC WMS. I have two problems, so any help would be 
greatly appreciated. I've attached my mapfile definition at the bottom of the 
e-mail.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    1. I have defined a scalebar, 
which I'd like to embed in the map. This works fine however, I want to place 
some text (a copyright notice) next to the scalebar (i.e. along the bottom of 
the map). To do this I think I need to include a label entry in my scalebar 
definition, but I can't work out how to set the text I want to 
display.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    2. I have a vector layer which 
contains 136 polygons (name: 'boarders'). I'd like to make these 
semi-transparent, so you can still see the raster data in the layer below. Can 
you do this with Mapserver?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm using Mapserver 3.5 on Windows 
2000.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Andrew</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Map file follows:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>NAME EMS<BR>STATUS ON<BR>SIZE 500 350<BR>EXTENT 
380000 400000 450000 450000<BR>UNITS METERS<BR>IMAGETYPE gif</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial 
size=2>PROJECTION<BR> "init=epsg:27700"<BR>END</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial 
size=2>WEB<BR> METADATA<BR>  "wms_title"  "Enviroport 
Map Server"<BR>  "wms_onlineresource" "<A 
href="http://plasma/cgi-bin/mapserv.exe?map=c:\demo.map">http://plasma/cgi-bin/mapserv.exe?map=c:\demo.map</A>"<BR>  "wms_srs"  "epsg:27700"<BR> END<BR>END</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># Definitions for map symbols</FONT></DIV>
<DIV><FONT face=Arial size=2>SYMBOL<BR>  NAME 'circle'<BR>  TYPE 
ELLIPSE<BR>  POINTS 1 1 END<BR>  FILLED TRUE<BR>END</FONT></DIV>
<DIV><FONT face=Arial size=2># End of map symbol definitions</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># Start of Map Layers, The first layer in this list 
is displayed at the bottom, etc.</FONT></DIV>
<DIV><FONT face=Arial size=2># Raster Data - Using shapefile 
index<BR>LAYER<BR>   NAME "rst50k"<BR>   TYPE 
raster<BR>   STATUS ON<BR>   TRANSFORM true<BR>   
TILEINDEX "H:\data\50k\tiff\poly"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>   
PROJECTION<BR> "init=epsg:27700"<BR>   END</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>   METADATA<BR>    
WMS_TITLE "1:50,000 Colour Raster"<BR>    WMS_ABSTRACT "Add info 
here"<BR>    WMS_SRS "EPSG:27700"<BR>   END # End of 
Metadata tag<BR>END # End of 50k raster</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># Ward Data - shapefile<BR>LAYER<BR>   
NAME "boarders"<BR>   TYPE polygon<BR>   DATA 
"H:\data\UKBoarders\947"<BR>   STATUS OFF<BR>   TRANSFORM 
true</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>   
PROJECTION<BR> "init=epsg:27700"<BR>   END</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>   CLASSITEM "Name"</FONT></DIV>
<DIV><FONT face=Arial size=2>   CLASS<BR>    EXPRESSION 
'Bolton'<BR>    TEMPLATE "somepage.html"<BR>    
OUTLINECOLOR 0 0 0<BR>    COLOR 0 255 0<BR>   END # End 
of class Bolton<BR>   CLASS<BR>    EXPRESSION 
'Birkby'<BR>    TEMPLATE "somepage.html"<BR>    
OUTLINECOLOR 0 0 0<BR>    COLOR 255 0 0<BR>   END # End 
of class Bolton<BR>   CLASS<BR>    EXPRESSION 
/./<BR>    TEMPLATE "somepage.html"<BR>    
OUTLINECOLOR 0 0 0<BR>    COLOR 190 253 190<BR>   
END</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>  TOLERANCE 3</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>   METADATA<BR>    
WMS_TITLE "Wards"<BR>    WMS_ABSTRACT "Ward boundary 
information."<BR>    WMS_SRS "EPSG:27700"<BR>   END # 
End of Metadata tag<BR>END # End of layer</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># Test POI Layer<BR>LAYER<BR>   NAME 
"poi"<BR>   TYPE point<BR>   DATA 
"H:\data\testInfo\poi"<BR>   STATUS ON<BR>   TRANSFORM 
true</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>   
PROJECTION<BR> "init=epsg:27700"<BR>   END<BR>   
<BR>   CLASS<BR>    SYMBOL 
'circle'<BR>    SIZE 2<BR>    NAME 
'Townships'<BR>    OUTLINECOLOR 100 40 40<BR>   
END<BR> <BR>   METADATA<BR>    WMS_TITLE "Point of 
Interest Data"<BR>    WMS_ABSTRACT "Test Point of Interest Data 
for Muckenbrough County Council"<BR>    WMS_SRS 
"EPSG:27700"<BR>   END # End of Metadata tag<BR>END # End of 
layer</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># Test for 
scalebar<BR>MAP<BR> SCALEBAR<BR>  BACKGROUNDCOLOR 0 0 
0<BR>  COLOR 255 255 255<BR>  INTERVALS 
3<BR>  OUTLINECOLOR 255 0 0<BR>  POSITION 
lr<BR>  POSTLABELCACHE true<BR>  SIZE 500 
15<BR>  STATUS embed<BR>  TRANSPARENT 
off<BR>  STYLE 0<BR>  UNITS 
meters<BR>  LABEL<BR>     COLOR 0 0 
0<BR>     SIZE tiny<BR>  END # END of 
label<BR> END # END of scalebar<BR>END # End of map object</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>END # End of file<BR></FONT></DIV></BODY></HTML>