<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css"></style>
</head>
<body ocsi="0" fpstyle="1" class="hmmessage">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Your extents need to be given in the projection you set.<br>
<br>
Steve<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF63173"><font color="#000000" face="Tahoma" size="2"><b>From:</b> mapserver-users-bounces@lists.osgeo.org [mapserver-users-bounces@lists.osgeo.org] on behalf of Mark Mirrlees [mmirrlees@hotmail.com]<br>
<b>Sent:</b> Monday, March 18, 2013 12:15 PM<br>
<b>To:</b> mapserver-users@lists.osgeo.org<br>
<b>Subject:</b> Re: [mapserver-users] lcc projection doesnt output map<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr"><style>
<!--
.hmmessage p
        {margin:0px;
        padding:0px}
body.hmmessage
        {font-size:10pt;
        font-family:Tahoma}
-->
</style>
<div dir="ltr">Ok so i managed to get the numbers somewhat converted...but when I click my start mapserver button it doesnt output my map...any suggestions.<br>
 <br>
MAP<br>
  NAME "QGIS-MAP"<br>
  # Map image size<br>
  SIZE 500 500<br>
  UNITS meters<br>
  EXTENT -143.210462 39.001401 -50.461045 85.911094<br>
  FONTSET "/wwwroot/fonts/fontset.txt"<br>
  SYMBOLSET "/wwwroot/symbols/symbols.sty"<br>
  PROJECTION<br>
  "proj=lcc"<br>
 "ellps=GRS80"<br>
 "lat_0=49"<br>
 "lon_0=-95"<br>
 "lat_1=49"<br>
 "lat_2=77"<br>
 "datum=NAD83"<br>
 "units=m"<br>
 "no_defs"<br>
  END<br>
</div>
<div dir="ltr">If anyone needs the rest of the code let me know...thanks.<br>
<br>
</div>
<div dir="ltr"> <br>
</div>
<div dir="ltr"><br>
 <br>
</div>
<div dir="ltr">
<div id="SkyDrivePlaceholder"></div>
<hr id="stopSpelling">
From: mmirrlees@hotmail.com<br>
To: mapserver-users@lists.osgeo.org<br>
Date: Sun, 17 Mar 2013 20:26:55 -0400<br>
Subject: [mapserver-users] lcc projection doesnt output map<br>
<br>
<style>
<!--
.ExternalClass .ecxhmmessage p
        {padding:0px}
.ExternalClass body.ecxhmmessage
        {font-size:10pt;
        font-family:Tahoma}
-->
BODY {direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;}P {margin-top:0;margin-bottom:0;}</style>
<div dir="ltr">Hi all,<br>
 <br>
when I try to edit my projection to a LCC from a UTM in my mapfile my map fails to show up when I launch my mapserver link.<br>
 <br>
Here is the first part of the mapfile...<br>
 <br>
BEFORE:<br>
 <br>
MAP<br>
  NAME "QGIS-MAP"<br>
  # Map image size<br>
  SIZE 500 500<br>
  UNITS meters<br>
  EXTENT -143 39 -50 85<br>
  FONTSET "/wwwroot/fonts/fontset.txt"<br>
  SYMBOLSET "/wwwroot/symbols/symbols.sty"<br>
    PROJECTION<br>
    'proj=longlat'<br>
    'datum=WGS84'<br>
    'no_defs'<br>
  END<br>
 <br>
AFTER:<br>
 <br>
MAP<br>
  NAME "QGIS-MAP"<br>
  # Map image size<br>
  SIZE 500 500<br>
  UNITS dd<br>
  EXTENT -143 39 -50 85<br>
  FONTSET "/wwwroot/fonts/fontset.txt"<br>
  SYMBOLSET "/wwwroot/symbols/symbols.sty"<br>
  PROJECTION<br>
 "proj=lcc"<br>
 "ellps=GRS80"<br>
 "lat_0=49"<br>
 "lon_0=-95"<br>
 "lat_1=49"<br>
 "lat_2=77"<br>
 "datum=NAD83"<br>
 "units=m"<br>
 "no_defs"<br>
  END<br>
 <br>
I'm not sure how to fix this...any suggestions? As i'm still fairly new at this.<br>
Mark<br>
</div>
<br>
_______________________________________________ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users</div>
</div>
</div>
</div>
</div>
</body>
</html>