[Mapserver-users] Reprojecting Problem

Ed McNierney ed at topozone.com
Wed Jul 14 13:34:47 EDT 2004


This is a multi-part message in MIME format.

------_=_NextPart_001_01C469C8.DC48EE8F
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Kevin -
=20
Thanks; I'd suggest next modifying the MAP file to comment out ALL
PROJECTION blocks, and turn off all the layers except the shore line.
You'll need to adjust the EXTENT to have the right values in UTM
coordinates, but this should get you a UTM-output map of the shoreline.
I'm trying to make sure that all your data is valid and is really in the
projection you think it is.
=20
    - Ed
Ed McNierney
President and Chief Mapmaker
TopoZone.com / Maps a la carte, Inc.
73 Princeton Street, Suite 305
North Chelmsford, MA  01863
ed at topozone.com
(978) 251-4242=20


________________________________

From: kgrootendorst at baird.com [mailto:kgrootendorst at baird.com]=20
Sent: Wednesday, July 14, 2004 12:45 PM
To: Ed McNierney
Cc: mapserver-users at lists.gis.umn.edu
Subject: RE: [Mapserver-users] Reprojecting Problem



Ed,=20
Yes, it supports proj, and the other layers look okay.  These other
layers are in the same projection as the map object.=20
The custom projection I'm using in the map is as follows:=20
# Custom Lambert Conformal Conic=20
<50000> +proj=3Dlcc +lat_1=3D49 +lat_2=3D63 +lat_0=3D49 +lon_0=3D-91.86
+x_0=3D6200000 +y_0=3D2958000 +ellps=3DGRS80 +datum=3DNAD83 +units=3Dm =
+no_defs
no_defs <>=20
I've had no problems using this projection with ArcMap.=20

I'm running the following:=20
Mapserver 4.2=20
PHP 4.3.4=20
Win2000=20

Kevin





"Ed McNierney" <ed at topozone.com>=20

07/14/2004 10:50 AM=20

To
<kgrootendorst at baird.com>, <mapserver-users at lists.gis.umn.edu>=20
cc
Subject
[SPAM] - RE: [Mapserver-users] Reprojecting Problem - Email found in
subject

=09




Kevin -=20
 =20
Do all your other layers look OK in the output map?  BTW, I think it's
good practice to include a PROJECTION block in ALL layers if they're not
all the same projection.=20
 =20
If you run "mapserv -v" from the command line, does it show
"SUPPORTS=3DPROJ"?=20
 =20
    - Ed=20

Ed McNierney
President and Chief Mapmaker
TopoZone.com / Maps a la carte, Inc.
73 Princeton Street, Suite 305
North Chelmsford, MA  01863
ed at topozone.com
(978) 251-4242=20



________________________________

From: mapserver-users-admin at lists.gis.umn.edu
[mailto:mapserver-users-admin at lists.gis.umn.edu] On Behalf Of
kgrootendorst at baird.com
Sent: Wednesday, July 14, 2004 10:17 AM
To: mapserver-users at lists.gis.umn.edu
Subject: [Mapserver-users] Reprojecting Problem


Hello,=20
I'm having trouble with reprojecting in Mapserver.  I'm trying to
reproject my 'shoreline' file (defined as UTM 17N NAD83) to my map,
which has been defined with a customized lambert conformal conic
projection.=20
Based on my Mapfile below, can anyone see why my data will not
re-project?  Am I missing something?  I thought everything looked okay,
but obviously something must be wrong!=20


MAP=20
 NAME "test"=20
 STATUS ON=20
 EXTENT 6000000 600000 9000000 1500000=20
 #Minx Miny Maxx Maxy=20
 SIZE 600 400=20
 SHAPEPATH "./Data"=20
 SYMBOLSET "./etc/symbols.sym"=20
 FONTSET "./etc/fonts.txt"=20
 IMAGETYPE PNG=20
 UNITS METERS=20
 WEB=20
   IMAGEPATH "C:/Program Files/Apache Group/Apache2/htdocs/ms_tmp/"=20
   IMAGEURL "/ms_tmp/"=20
 END=20
 PROJECTION=20
   "init=3Depsg:50000"     #Custom LCC Projection - defined in proj/epsg =

 END=20
LEGEND=20
   STATUS ON=20
   IMAGECOLOR 255 255 255=20
   POSITION LL=20
   KEYSIZE 18 12=20
   KEYSPACING 5 5=20
 END=20
 SCALEBAR=20
   STATUS ON=20
   COLOR 255 255 255=20
   OUTLINECOLOR 0 0 0=20
   BACKGROUNDCOLOR 0 0 0=20
   IMAGECOLOR 255 255 255=20
   UNITS KILOMETERS=20
   INTERVALS 5=20
   SIZE 150 10=20
   STYLE 0=20
   POSITION LL=20
 END=20
 LAYER=20
   NAME "ec_counties_LCC"=20
   STATUS ON=20
   DATA "./ec_counties_LCC"=20
   TYPE POLYGON=20
   UNITS METERS=20
   SIZEUNITS PIXELS=20
   CLASS=20
     NAME "ec_counties_LCC"=20
     TEMPLATE "ttt"=20
     STYLE=20
       SYMBOL 0=20
       COLOR 211 255 190=20
       OUTLINECOLOR 0 0 0=20
     END=20
   END=20
 END=20
 LAYER=20
   NAME "New_York_County"=20
   STATUS ON=20
   DATA "./New_York_County"=20
   TYPE POLYGON=20
   #LABELITEM "NAME"=20
   CLASS=20
     #NAME "New_York_County"=20
     TEMPLATE "ttt"=20
     LABEL=20
       TYPE bitmap=20
       FONT "arial"=20
       SIZE small=20
       POSITION CC=20
       COLOR 255 0 0=20
     END=20
     STYLE=20
       SYMBOL 0=20
       COLOR 252 241 207=20
       OUTLINECOLOR 0 0 0=20
     END=20
   END=20
 END=20
 LAYER=20
   NAME "Shoreline_UTM"=20
   STATUS ON=20
   DATA "./Shoreline_UTM"=20
   TYPE LINE=20
   UNITS METERS=20
   SIZEUNITS PIXELS=20
   PROJECTION=20
     "init=3Depsg:26917"      #UTM Zone 17N NAD 83=20
   END=20
   CLASS=20
     STYLE=20
       SYMBOL 0=20
       COLOR 0 0 255=20
     END=20
   END=20
 END=20
END=20

Thanks.=20

Kevin=20


------_=_NextPart_001_01C469C8.DC48EE8F
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D312493217-14072004><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Kevin -</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D312493217-14072004><FONT =
face=3DArial=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D312493217-14072004><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Thanks; I'd suggest next modifying the MAP file =
to comment=20
out ALL PROJECTION blocks, and turn off all the layers except the shore=20
line.&nbsp; You'll need to adjust the EXTENT to have the right values in =
UTM=20
coordinates, but this should get you a UTM-output map of the =
shoreline.&nbsp;=20
I'm trying to make sure that all your data is valid and is really in the =

projection you think it is.</FONT></SPAN></DIV>
<DIV><SPAN class=3D312493217-14072004><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D312493217-14072004>&nbsp;&nbsp;&nbsp; <FONT =
face=3DArial=20
color=3D#0000ff size=3D2>- Ed</FONT></SPAN></DIV>
<DIV><SPAN class=3D312493217-14072004>
<P><FONT size=3D2>Ed McNierney<BR>President and Chief =
Mapmaker<BR>TopoZone.com /=20
Maps a la carte, Inc.<BR>73 Princeton Street, Suite 305<BR>North =
Chelmsford,=20
MA&nbsp; 01863<BR>ed at topozone.com<BR>(978) 251-4242 =
</FONT></P></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><BR></DIV>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>From:</B> kgrootendorst at baird.com=20
[mailto:kgrootendorst at baird.com] <BR><B>Sent:</B> Wednesday, July 14, =
2004 12:45=20
PM<BR><B>To:</B> Ed McNierney<BR><B>Cc:</B>=20
mapserver-users at lists.gis.umn.edu<BR><B>Subject:</B> RE: =
[Mapserver-users]=20
Reprojecting Problem<BR></FONT><BR></DIV>
<DIV></DIV><BR><FONT face=3Dsans-serif size=3D2>Ed,</FONT> <BR><FONT =
face=3Dsans-serif=20
size=3D2>Yes, it supports proj, and the other layers look okay. =
&nbsp;These other=20
layers are in the same projection as the map object.</FONT> <BR><FONT=20
face=3Dsans-serif size=3D2>The custom projection I'm using in the map is =
as=20
follows:</FONT> <BR><FONT face=3Dsans-serif size=3D2># Custom Lambert =
Conformal=20
Conic</FONT> <BR><FONT face=3Dsans-serif size=3D2>&lt;50000&gt; =
+proj=3Dlcc +lat_1=3D49=20
+lat_2=3D63 +lat_0=3D49 +lon_0=3D-91.86 +x_0=3D6200000 +y_0=3D2958000 =
+ellps=3DGRS80=20
+datum=3DNAD83 +units=3Dm +no_defs &nbsp;no_defs &lt;&gt;</FONT> =
<BR><FONT=20
face=3Dsans-serif size=3D2>I've had no problems using this projection =
with=20
ArcMap.</FONT> <BR><BR><FONT face=3Dsans-serif size=3D2>I'm running the=20
following:</FONT> <BR><FONT face=3Dsans-serif size=3D2>Mapserver =
4.2</FONT>=20
<BR><FONT face=3Dsans-serif size=3D2>PHP 4.3.4</FONT> <BR><FONT =
face=3Dsans-serif=20
size=3D2>Win2000</FONT> <BR><BR><FONT face=3Dsans-serif=20
size=3D2>Kevin<BR><BR></FONT><BR><BR><BR>
<TABLE width=3D"100%">
  <TBODY>
  <TR vAlign=3Dtop>
    <TD width=3D"40%"><FONT face=3Dsans-serif size=3D1><B>"Ed McNierney" =

      &lt;ed at topozone.com&gt;</B> </FONT>
      <P><FONT face=3Dsans-serif size=3D1>07/14/2004 10:50 AM</FONT> =
</P>
    <TD width=3D"59%">
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD>
            <DIV align=3Dright><FONT face=3Dsans-serif =
size=3D1>To</FONT></DIV>
          <TD vAlign=3Dtop><FONT face=3Dsans-serif=20
            size=3D1>&lt;kgrootendorst at baird.com&gt;,=20
            &lt;mapserver-users at lists.gis.umn.edu&gt;</FONT>=20
        <TR>
          <TD>
            <DIV align=3Dright><FONT face=3Dsans-serif =
size=3D1>cc</FONT></DIV>
          <TD vAlign=3Dtop>
        <TR>
          <TD>
            <DIV align=3Dright><FONT face=3Dsans-serif =
size=3D1>Subject</FONT></DIV>
          <TD vAlign=3Dtop><FONT face=3Dsans-serif size=3D1>[SPAM] - RE: =

            [Mapserver-users] Reprojecting Problem - Email found in=20
            subject</FONT></TR></TBODY></TABLE><BR>
      <TABLE>
        <TBODY>
        <TR vAlign=3Dtop>
          <TD>
          =
<TD></TR></TBODY></TABLE><BR></TR></TBODY></TABLE><BR><BR><BR><FONT =
face=3DArial=20
color=3Dblue size=3D2>Kevin -</FONT> <BR><FONT size=3D3>&nbsp;</FONT> =
<BR><FONT=20
face=3DArial color=3Dblue size=3D2>Do all your other layers look OK in =
the output map?=20
&nbsp;BTW, I think it's good practice to include a PROJECTION block in =
ALL=20
layers if they're not all the same projection.</FONT> <BR><FONT=20
size=3D3>&nbsp;</FONT> <BR><FONT face=3DArial color=3Dblue size=3D2>If =
you run "mapserv=20
-v" from the command line, does it show "SUPPORTS=3DPROJ"?</FONT> =
<BR><FONT=20
size=3D3>&nbsp;</FONT> <BR><FONT face=3DArial color=3Dblue =
size=3D2>&nbsp; &nbsp; -=20
Ed</FONT>=20
<P><FONT face=3DArial color=3Dblue size=3D2>Ed McNierney<BR>President =
and Chief=20
Mapmaker<BR>TopoZone.com / Maps a la carte, Inc.<BR>73 Princeton Street, =
Suite=20
305<BR>North Chelmsford, MA &nbsp;01863<BR>ed at topozone.com<BR>(978) =
251-4242=20
</FONT>
<P><BR>
<HR>
<FONT face=3DTahoma size=3D2><B>From:</B> =
mapserver-users-admin at lists.gis.umn.edu=20
[mailto:mapserver-users-admin at lists.gis.umn.edu] <B>On Behalf Of=20
</B>kgrootendorst at baird.com<B><BR>Sent:</B> Wednesday, July 14, 2004 =
10:17=20
AM<B><BR>To:</B> mapserver-users at lists.gis.umn.edu<B><BR>Subject:</B>=20
[Mapserver-users] Reprojecting Problem</FONT><FONT =
size=3D3><BR></FONT><BR><FONT=20
face=3Dsans-serif size=3D2><BR>Hello,</FONT><FONT size=3D3> </FONT><FONT =

face=3Dsans-serif size=3D2><BR>I'm having trouble with reprojecting in =
Mapserver.=20
&nbsp;I'm trying to reproject my 'shoreline' file (defined as UTM 17N =
NAD83) to=20
my map, which has been defined with a customized lambert conformal conic =

projection.</FONT><FONT size=3D3> </FONT><FONT face=3Dsans-serif =
size=3D2><BR>Based on=20
my Mapfile below, can anyone see why my data will not re-project? =
&nbsp;Am I=20
missing something? &nbsp;I thought everything looked okay, but obviously =

something must be wrong!</FONT><FONT size=3D3> <BR></FONT><FONT =
face=3Dsans-serif=20
size=3D2><BR></FONT><FONT face=3D"Courier New" =
size=3D2><BR>MAP</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;NAME =
"test"</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;STATUS =
ON</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;EXTENT 6000000 =
600000 9000000=20
1500000 <BR>&nbsp;#Minx Miny Maxx Maxy</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp;SIZE 600 400 <BR>&nbsp;SHAPEPATH =

"./Data"</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp;SYMBOLSET "./etc/symbols.sym"</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp;FONTSET =
"./etc/fonts.txt"</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;IMAGETYPE =

PNG</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;UNITS=20
METERS</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp;WEB</FONT><FONT size=3D3> </FONT><FONT =
face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp;IMAGEPATH "C:/Program Files/Apache=20
Group/Apache2/htdocs/ms_tmp/"</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;IMAGEURL =
"/ms_tmp/"</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;END</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;PROJECTION</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;"init=3Depsg:50000" &nbsp;=20
&nbsp; #Custom LCC Projection - defined in proj/epsg</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;END</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>LEGEND</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;STATUS =
ON</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;IMAGECOLOR 255=20
255 255</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp;POSITION LL</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier =
New"=20
size=3D2><BR>&nbsp; &nbsp;KEYSIZE 18 12 <BR>&nbsp; &nbsp;KEYSPACING 5 5=20
<BR>&nbsp;END</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp;SCALEBAR</FONT><FONT size=3D3> </FONT><FONT =
face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp;STATUS ON</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;COLOR 255 255 =
255</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;OUTLINECOLOR =
0 0=20
0</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp;BACKGROUNDCOLOR 0 0 0</FONT><FONT size=3D3> </FONT><FONT =
face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp;IMAGECOLOR 255 255 255</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;UNITS =
KILOMETERS</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;INTERVALS =
5</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;SIZE 150 10=20
<BR>&nbsp; &nbsp;STYLE 0</FONT><FONT size=3D3> </FONT><FONT =
face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp;POSITION LL</FONT><FONT size=3D3> </FONT><FONT =

face=3D"Courier New" size=3D2><BR>&nbsp;END</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp;LAYER</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;NAME =
"ec_counties_LCC"</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;STATUS=20
ON</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp;DATA "./ec_counties_LCC"</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;TYPE POLYGON</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;UNITS =
METERS</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;SIZEUNITS=20
PIXELS</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp;CLASS</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp; &nbsp;NAME "ec_counties_LCC"</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;TEMPLATE=20
"ttt"</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp; &nbsp;STYLE</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier =
New"=20
size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;SYMBOL 0</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;COLOR 211 =
255=20
190</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp; &nbsp;=20
&nbsp; &nbsp;OUTLINECOLOR 0 0 0</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp;END</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;END</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;END</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;LAYER</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;NAME=20
"New_York_County"</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier =
New"=20
size=3D2><BR>&nbsp; &nbsp;STATUS ON</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;DATA =
"./New_York_County"</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;TYPE=20
POLYGON</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp;#LABELITEM "NAME"</FONT><FONT size=3D3> </FONT><FONT =
face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp;CLASS</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp;#NAME=20
"New_York_County"</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier =
New"=20
size=3D2><BR>&nbsp; &nbsp; &nbsp;TEMPLATE "ttt"</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp;LABEL</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp; =
&nbsp;TYPE=20
bitmap</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp; &nbsp; &nbsp;FONT "arial"</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;SIZE =
small</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;=20
&nbsp;POSITION CC</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier =
New"=20
size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;COLOR 255 0 0</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;END</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;=20
&nbsp;STYLE</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;SYMBOL 0</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;COLOR 252 =
241=20
207</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp; &nbsp;=20
&nbsp; &nbsp;OUTLINECOLOR 0 0 0</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; &nbsp;END</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;END</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;END</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp;LAYER</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;NAME=20
"Shoreline_UTM"</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp;STATUS ON</FONT><FONT size=3D3> </FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;DATA =
"./Shoreline_UTM"</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;TYPE=20
LINE</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;=20
&nbsp;UNITS METERS</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier =
New"=20
size=3D2><BR>&nbsp; &nbsp;SIZEUNITS PIXELS</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;PROJECTION</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;"init=3Depsg:26917"=20
&nbsp; &nbsp; &nbsp;#UTM Zone 17N NAD 83</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;END</FONT><FONT size=3D3> =
</FONT><FONT=20
face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp;CLASS</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;STYLE</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;=20
&nbsp;SYMBOL 0</FONT><FONT size=3D3> </FONT><FONT face=3D"Courier New"=20
size=3D2><BR>&nbsp; &nbsp; &nbsp; &nbsp;COLOR 0 0 255</FONT><FONT =
size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; &nbsp; =
&nbsp;END</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" size=3D2><BR>&nbsp; =
&nbsp;END</FONT><FONT=20
size=3D3> </FONT><FONT face=3D"Courier New" =
size=3D2><BR>&nbsp;END</FONT><FONT size=3D3>=20
</FONT><FONT face=3D"Courier New" size=3D2><BR>END</FONT><FONT size=3D3> =

<BR></FONT><FONT face=3Dsans-serif size=3D2><BR>Thanks.</FONT><FONT =
size=3D3>=20
<BR></FONT><FONT face=3Dsans-serif size=3D2><BR>Kevin</FONT> =
<BR></BODY></HTML>

------_=_NextPart_001_01C469C8.DC48EE8F--



More information about the mapserver-users mailing list