<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=758295414-17072006><FONT face=Arial
color=#0000ff size=2><FONT color=#000000>perhaps you could provide a bit more
information to us. What is the native projection of the roads, boundary line,
and etc... layers? If it isn't in the same projection as specified in your MAP
object,</FONT> </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=758295414-17072006><FONT face=Arial
color=#0000ff size=2><FONT face="Times New Roman" color=#000000
size=1>PROJECTION </FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=758295414-17072006><FONT face=Arial
color=#0000ff size=2><FONT face="Times New Roman" color=#000000 size=1>
"init=epsg:26914"<BR>END</FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=758295414-17072006><FONT color=#0000ff><FONT
face=Arial color=#000000 size=2>then you also need to specify the projection in
the layer object.</FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=758295414-17072006><FONT color=#0000ff><FONT
face=Arial><FONT size=2><FONT color=#000000>you also might want to try to put
STATUS DEFAULT for the roads, boundary etc and that way they will ALWAYS be ON.
If status is set to ON you have to make sure that your URL specifies
layers=layername in order for it to be
on.</FONT></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=758295414-17072006><FONT color=#0000ff><FONT face=Arial><FONT
size=2><FONT color=#000000></FONT></FONT></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=758295414-17072006><FONT color=#0000ff><FONT face=Arial><FONT
size=2><FONT color=#000000>Hope this
helps,</FONT></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=758295414-17072006><FONT color=#0000ff><FONT face=Arial><FONT
size=2><FONT color=#000000>D. Pagurek</FONT></DIV>
<DIV dir=ltr align=left><BR></FONT></FONT></FONT></SPAN><BR></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> UMN MapServer Users List
[mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <B>On Behalf Of </B>Albert
Anderson<BR><B>Sent:</B> Friday, July 14, 2006 4:58 PM<BR><B>To:</B>
MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> [UMN_MAPSERVER-USERS] cant get
my lavyers working w/my projection file<BR></FONT><BR></DIV>
<DIV></DIV>Hi,<BR><BR> I got my projection file working but I cant see to
get my layers working like roads, boundary line, and etc... Can someone
look at my code and help me. Thanks!<BR><BR><FONT
size=1>---Codes-------<BR><BR><body><BR> <form method=POST
action="/cgi-bin/mapserv"><BR> <input type="submit"
value="Click to initialize"><BR> <input type="hidden"
name="program" value="mapserv"><BR> <input type="hidden"
name="map" value="/home/mapdata/richland.map"><BR>
<input type="hidden" name="mapext" value="626173.309834 5085113.091715
694065.960556 5176735.212592"><BR> <input type="hidden"
name="zoomsize" size="2" value="2"><BR> <input
type="hidden" name="layers" value="boundary roads sections"><BR>
</form><BR> </body><BR></html><BR><BR><input
type="checkbox" name="layer" value="boundary" [boundary_check]/><BR>
County Boundary <br /><BR> <BR> <input
type="checkbox" name="city" value="city" /><BR> City Boundary <br
/><BR> <BR> <input type="checkbox" name="township"
value="township" /><BR> Township<br /><BR>
<BR> <input type="checkbox" name="layer" value="sections"
[sections_check]/><BR> Section Lines </span><br
/><BR> <BR> <br /><BR> <font
color="green"><span
class="style2"> Land</span></font><br /><BR>
<span class="style4"><BR> <BR> <input
type="checkbox" name="layer" value="parcels" [parcels_check]/><BR>
Parcels <br /><BR> <BR> <input type="checkbox"
name="parcelslables" value="parcelslables" /><BR> Parcels
Labels</span><br /><BR> <br /><BR> <font
color="red"<span
class="style2"> Transportation</span></font><br
/><BR> <span class="style4"><BR> <BR>
<input type="checkbox" name="layer" value="roads"
[roads_check]/><BR> County/City Roads <br /><BR>
<BR> <input type="checkbox" name="addresslabels"
value="addresslabels" /><BR> Address Labels</span>
</p><BR> <p class="style1"><font color="brown"><span
class="style2"> Backgrounds</span></font><br
/><BR> <span
class="style4"><BR> <BR> <input name="aerial"
type="checkbox" id="aerial" value="aerial" /><BR> Aerial
Photos</span></p><BR><BR>#This is Richland County Map Server<BR>NAME
"Richland"<BR>SIZE 309 417<BR>UNITS miles<BR>IMAGECOLOR 255 255 255<BR>IMAGETYPE
JPEG<BR>PROJECTION "init=epsg:26914"<BR>END<BR>SHAPEPATH
"/home/mapdata/"<BR>EXTENT 626173.309834 5085113.091715 694065.960556
5176735.212592<BR>#################################### <BR># Symbol for drawing
fat lines<BR>#<BR>SYMBOL<BR> NAME
"BigLine"<BR> TYPE ELLIPSE<BR>
POINTS 1 1 END<BR>END<BR><BR>##################################### <BR># Symbol
for drawing dashed lines<BR>#<BR>SYMBOL<BR> NAME
"DashedLine"<BR> TYPE
ELLIPSE<BR> POINTS 1 1 END<BR>
STYLE 10 10 END <BR>END<BR><BR>#####################################
<BR># Symbol for drawing spots<BR>#<BR>SYMBOL<BR> NAME
"Circle"<BR> FILLED true<BR>
TYPE ellipse<BR> POINTS 1 1
END<BR>END<BR><BR>##################################### <BR># Web
object<BR>#<BR>WEB<BR> TEMPLATE
'/var/www/htdocs/gismapserver_test_project_mod.html'<BR> IMAGEPATH
'/var/www/htdocs/tmp/'<BR> IMAGEURL
'/tmp/'<BR>END<BR><BR>##################################### <BR># Reference
map<BR>#<BR>REFERENCE<BR> IMAGE
"/home/mapdata/richland.gif"<BR> SIZE 136
152<BR> EXTENT -97.228391 45.907505 -96.628389
46.717217<BR> STATUS ON<BR>
COLOR -1 -1 -1<BR> OUTLINECOLOR 0 0
0<BR>END<BR><BR>##################################### <BR>#
Scalebar<BR>#<BR>SCALEBAR<BR>
LABEL<BR> COLOR 0 0 0
<BR> ANTIALIAS
true<BR> SIZE
small<BR> END<BR> POSITION
lr<BR> INTERVALS 5<BR> STATUS
embed<BR> SIZE 144 5<BR> STYLE
0<BR> UNITS MILES<BR>
BACKGROUNDCOLOR 0 255 0<BR> IMAGECOLOR 255 255
255<BR> COLOR 128 128 128
<BR> OUTLINECOLOR 0 0 255<BR>
TRANSPARENT off<BR>END<BR>#####################################
<BR>LAYER<BR> NAME "richland"<BR> STATUS
default<BR> TYPE polygon<BR> DATA
"RICH_bndy"<BR> PROJECTION
"init=epsg:26914"<BR> END<BR>
CLASS<BR>
STYLE<BR>
COLOR 238 220 130<BR> END<BR>
END<BR>END<BR>#####################################
<BR>LAYER<BR> NAME "boundary"<BR> STATUS
on<BR> TYPE line<BR> DATA
"RC_boundary_05"<BR> CLASS<BR>
STYLE<BR>
COLOR 0 0 0<BR> END<BR>
END<BR>END<BR>#####################################
<BR>LAYER<BR> NAME "roads"<BR> STATUS
on<BR> TYPE line<BR> DATA
"roads_shp"<BR> CLASS<BR>
STYLE<BR>
COLOR 255 0 0<BR> END<BR>
END<BR>END<BR>#####################################
<BR>LAYER<BR> NAME "sections"<BR> STATUS
on<BR> TYPE line<BR> DATA
"RC_sections_05"<BR> CLASS<BR>
STYLE<BR>
COLOR 255 130 171<BR> END<BR>
END<BR>END<BR>#####################################
<BR>LAYER<BR> NAME "parecles"<BR> STATUS
on<BR> TYPE line<BR> DATA
"RC_parcels_05"<BR> CLASS<BR>
STYLE<BR>
COLOR 0 0 0<BR> END<BR>
END<BR>END<BR>END</FONT><BR>
<P>__________________________________________________<BR>Do You Yahoo!?<BR>Tired
of spam? Yahoo! Mail has the best spam protection around
<BR>http://mail.yahoo.com </P></BODY></HTML>