<!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.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006>Firstly, you should define a symbols.sym file that will
be used to draw your map symbols (points, lines, polygons)</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006>It is
declared in the map object just liike SHAPEPATH. By default mapserver will
only draw points as one pixel if there is no</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006>symbol
defined</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006>SYMBOLSET your path to the symbol.sym
file e.g.
/var/www/html/map_symbols/symbols.sym</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000 size=3>open the symbol.sym file with a text
editor and add the following </FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006>SYMBOL</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006> NAME 'circle'</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006> </SPAN></FONT><FONT face=Arial
color=#0000ff size=2><SPAN class=953264815-01032006>TYPE
ELLIPSE</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006> FILLED TRUE</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006> POINTS</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006> 1 1</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006> END</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006>END</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000
size=3></FONT></SPAN></FONT> </DIV></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006>Save
the file and close, Add the following to your Brunnen CLASS in the
mapfile</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000 size=3> CLASS
<BR> NAME
"Brunnen"</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000
size=3> COLOR 255 0
0</FONT></SPAN></FONT></DIV>
<DIV><FONT><SPAN
class=953264815-01032006> OUTLINECOLOR
0 255 0</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000
size=3> SYMBOL
'circle'</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000
size=3> SIZE 12<BR>
END</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000 size=3></FONT></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=953264815-01032006><FONT face=Arial color=#0000ff
size=2>Travis</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=953264815-01032006><FONT
face="Times New Roman" color=#000000 size=3></FONT> </DIV>
<DIV><BR></DIV></SPAN></FONT>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=953264815-01032006></SPAN></FONT> </DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> UMN MapServer Users List
[mailto:MAPSERVER-USERS@LISTS.UMN.EDU]<B>On Behalf Of </B>Baris
YILMAZ<BR><B>Sent:</B> Wednesday, March 01, 2006 9:46 AM<BR><B>To:</B>
MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> [UMN_MAPSERVER-USERS] Shape
layer is not shown. Please help<BR><BR></FONT></DIV>Hi,<BR><BR>I have a map
file, which has two layers, one a raster layer, and the other a shapefile. But
the raster layer is shown whereas the layer Brunnen (shapefile) is not shown.
Can anyone help? I checked the path of the shape file and it is ok.. Can
anyone help me please? Is there anything missing in the layer definitions of
the layer "Brunnen"? My shapefile contains just cross symbols. <BR><BR>Thank
you.<BR>Baris<BR><BR><BR>Below my mapfile;<BR><BR>MAP<BR> EXTENT
3439438.15784499212000 5501464.74457754190000 3440160.4830
5511464.6416<BR> IMAGECOLOR 240 240 240<BR> IMAGETYPE
png<BR> SHAPEPATH "C:/ms4w/apps/Data/KartenSHP/GWMshp/"<BR> SIZE
500 400<BR> STATUS ON<BR> UNITS METERS<BR> NAME "Hessischer
Ried"<BR><BR> OUTPUTFORMAT<BR> NAME
"png"<BR> MIMETYPE "image/png"<BR> DRIVER
"GD/PNG"<BR> EXTENSION "png"<BR> IMAGEMODE
"PC256"<BR> TRANSPARENT FALSE<BR> END<BR><BR>
PROJECTION<BR> "proj=lcc"<BR>
"lat_1=32"<BR> "lat_2=44"<BR>
"lat_0=38"<BR> "lon_0=-100"<BR>
"x_0=0"<BR> "y_0=0"<BR>
"ellps=GRS80"<BR> "datum=NAD83"<BR> END<BR>
LEGEND<BR> IMAGECOLOR 255 255
255<BR> KEYSIZE 20 10<BR> KEYSPACING 5
5<BR> LABEL<BR> SIZE
MEDIUM<BR> TYPE
BITMAP<BR> BUFFER
0<BR> COLOR 0 0
0<BR> FORCE
FALSE<BR> MINDISTANCE
-1<BR> MINFEATURESIZE
-1<BR> OFFSET 0
0<BR> PARTIALS TRUE<BR>
END<BR> POSITION LL<BR> STATUS
EMBED<BR> TEMPLATE
"C:/ms4w/apps/maplab-2.2.1/htdocs/mapbrowser/legend_template.html"<BR>
END<BR><BR> QUERYMAP<BR> COLOR 255 255
0<BR> SIZE -1 -1<BR> STATUS
OFF<BR> STYLE HILITE<BR> END<BR><BR>
SCALEBAR<BR> COLOR 0 0 0<BR>
IMAGECOLOR 255 255 255<BR> INTERVALS 4<BR>
LABEL<BR> SIZE
MEDIUM<BR> TYPE
BITMAP<BR> BUFFER
0<BR> COLOR 0 0
0<BR> FORCE
FALSE<BR> MINDISTANCE
-1<BR> MINFEATURESIZE
-1<BR> OFFSET 0
0<BR> PARTIALS TRUE<BR>
END<BR> POSITION LL<BR> SIZE 200
3<BR> STATUS OFF<BR> STYLE
0<BR> UNITS MILES<BR> END<BR><BR>
WEB<BR> IMAGEPATH
"C:/ms4w/tmp/ms_tmp/"<BR> IMAGEURL
"/ms_tmp/"<BR>
METADATA<BR> END<BR>
QUERYFORMAT text/html<BR> END<BR><BR> LAYER<BR>
DATA
"C:\ms4w\apps\Data\KartenSHP\Karten\TK25\60xx\6015SI_96.tif"<BR>
METADATA<BR> END<BR> NAME
"Ried"<BR> SIZEUNITS METERS<BR> STATUS
ON<BR> TOLERANCEUNITS PIXELS<BR> TYPE
RASTER<BR> UNITS METERS<BR> END<BR><BR>
LAYER<BR> NAME "Brunnen"<BR> STATUS
DEFAULT<BR> DATA "Brunnen"<BR> TYPE
POINT<BR> UNITS METERS<BR> SIZEUNITS
PIXELS<BR> TOLERANCEUNITS PIXELS<BR>
METADATA<BR> END<BR>
PROJECTION<BR>
"proj=lcc"<BR>
"lat_1=32"<BR>
"lat_2=44"<BR>
"lat_0=38"<BR>
"lon_0=-100"<BR>
"x_0=0"<BR> "y_0=0"<BR>
"ellps=GRS80"<BR>
"datum=NAD83"<BR> END<BR> CLASS
<BR> NAME "Brunnen"<BR>
END<BR> END<BR><BR><BR>END<BR><BR>
<P>
<HR SIZE=1>
Yahoo! Mail<BR>Bring photos to life! <A
href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com">New
PhotoMail </A>makes sharing a breeze. </BLOCKQUOTE></BODY></HTML>