What units are in your shapefile? The thing that jumps out at me, is your units is in Meters. So the extent gives about at 15x8m view. That's pretty small.<div>Maybe comment out the UNITS METERS part just to see how it goes.</div>
<div><br></div><div>Jerl<br><br><div class="gmail_quote">On Tue, Dec 20, 2011 at 12:25 AM, knasia <span dir="ltr"><<a href="mailto:knasia@poczta.fm">knasia@poczta.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My mapfile generates tile which is empty (white).<br>
<br>
My mapfile contains a code which is beneath:<br>
<br>
MAP<br>
NAME name<br>
STATUS ON<br>
OUTPUTFORMAT<br>
NAME png<br>
DRIVER "GD/PNG"<br>
MIMETYPE "image/png"<br>
TRANSPARENT ON<br>
IMAGEMODE RGB<br>
EXTENSION "png"<br>
END<br>
SIZE 256 256<br>
EXTENT -97.238976 41.619778 -82.122902 49.385620<br>
UNITS METERS<br>
SHAPEPATH "/pathToShapes/shapes/"<br>
<br>
WEB<br>
TEMPLATE "myPage.php"<br>
IMAGEPATH "/path/"<br>
IMAGEURL "validURL"<br>
END<br>
<br>
QUERYMAP<br>
SIZE 256 256<br>
STATUS ON<br>
STYLE HILITE<br>
COLOR 255 0 0<br>
END<br>
<br>
LAYER<br>
NAME map1<br>
PROJECTION<br>
"init=epsg:4326"<br>
END<br>
TYPE LINE<br>
STATUS ON<br>
DATA "waterways"<br>
CLASS<br>
NAME "test"<br>
OUTLINECOLOR 0 0 0<br>
END<br>
<br>
END #end of layer<br>
END<br>
END<br>
<br>
<br>
My shapefiles are in folder shapes and there are 3 files:<br>
waterways.shp<br>
waterways.shx<br>
waterways.dbf<br>
<br>
Could you help?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Shape-File-not-appearing-tp6896942p7110856.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Shape-File-not-appearing-tp6896942p7110856.html</a><br>
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>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>A computer without Windows is like chocolate cake without mustard.<br>
</div>