Couple of things to try... Try removing the output format and just use &quot;IMAGETYPE PNG24&quot;. Also, what does the symbol file look like?<br><br>Steve<br><br><div class="gmail_quote">On Fri, Jul 15, 2011 at 4:26 PM, myOpenLayersUName <span dir="ltr">&lt;<a href="mailto:joanne.mcgraw@sympatico.ca">joanne.mcgraw@sympatico.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I tried making the Mapfile even simpler and removing SDE from the mix. I<br>
created a Shapefile of the layer and now the Mapfile is:<br>
<div class="im"><br>
<br>
MAP<br>
  NAME &quot;mySubMap&quot;<br>
  FONTSET &quot;../../../mapserv/etc/fonts.txt&quot;<br>
  SYMBOLSET &quot;../../../mapserv/etc/symbols.sym&quot;<br>
<br>
</div>  SHAPEPATH &quot;/&lt;path&gt;/httpd/apps/joanne/data&quot;<br>
<div class="im"><br>
  SIZE 800 600<br>
  IMAGETYPE PNG<br>
  IMAGECOLOR 255 255 255<br>
<br>
  EXTENT -2903297.697389 -789911.662978 3431059.382789 3959683.443689<br>
<br>
  UNITS METERS<br>
  PROJECTION<br>
    &quot;init=epsg:42304&quot;<br>
  END<br>
<br>
  WEB<br>
    IMAGEPATH &quot;/&lt;path&gt;/httpd/htdocs/ogc_tmp/&quot;<br>
    IMAGEURL &quot;/ogc_tmp/&quot;<br>
  END #end WEB<br>
<br>
  OUTPUTFORMAT<br>
    NAME &#39;AGG&#39;<br>
    DRIVER AGG/PNG<br>
    MIMETYPE &quot;image/png&quot;<br>
    IMAGEMODE RGB<br>
    EXTENSION &quot;png&quot;<br>
  END #end OUTPUTFORMAT<br>
<br>
  LAYER<br>
    NAME &#39;Roads25M&#39;<br>
    TYPE LINE<br>
    STATUS ON<br>
<br>
</div>    DATA &quot;roads&quot;<br>
<div class="im"><br>
    CLASS<br>
      STYLE<br>
        COLOR 0 0 0<br>
      END #end STYLE<br>
    END #end CLASS<br>
  END #end LAYER<br>
END #end MAP<br>
<br>
<br>
</div>Still no luck. Works in 5.4; not in 6.0.1.<br>
<br>
The only other thing I can think of to try next is to actually compile 5.4<br>
and 6.0.1 on the same host and just call them appropriately in the exact<br>
same environment. I&#39;ll try that next, but if someone sees something<br>
glaringly erroneous for a MapServer 6.0 Mapfile I&#39;d appreciate a heads-up.<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Mapfile-layer-not-displaying-in-MapServer-6-0-1-does-in-5-4-tp6587562p6588088.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Mapfile-layer-not-displaying-in-MapServer-6-0-1-does-in-5-4-tp6587562p6588088.html</a><br>

</font><div><div></div><div class="h5">Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</div></div></blockquote></div><br>