Jeff:<br><br>Thanks for quick reply. <br><br>I ran ogrinfo on the shapefiles in my data directory and the utility appears to open the files correctly. I really suspected that my error had to do with filepaths so I updated my SHAPEPATH to &quot;./data/&quot; as you suggested. I guess there is some kind of syntax issue. I was working off of the tutorial mapfile and found that whoever wrote the mapfile indicated &quot;../data&quot; as their SHAPEPATH.<br>
<br>The image displays fine now.  If I have any other issues, I&#39;ll know where to turn!<br><br>Thank you again!<br><br>Best,<br><br>Kristen<br><br><br><br><div class="gmail_quote">On Sun, Sep 30, 2012 at 10:00 AM,  <span dir="ltr">&lt;<a href="mailto:ms4w-users-request@lists.maptools.org" target="_blank">ms4w-users-request@lists.maptools.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send MS4W-Users mailing list submissions to<br>
        <a href="mailto:ms4w-users@lists.maptools.org">ms4w-users@lists.maptools.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.maptools.org/mailman/listinfo/ms4w-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ms4w-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:ms4w-users-request@lists.maptools.org">ms4w-users-request@lists.maptools.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ms4w-users-owner@lists.maptools.org">ms4w-users-owner@lists.maptools.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of MS4W-Users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. MS4W -- Shapefile not drawing via mapserver (<a href="mailto:krisk82@gmail.com">krisk82@gmail.com</a>)<br>
   2. Re: MS4W -- Shapefile not drawing via mapserver (Jeff McKenna)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 30 Sep 2012 00:31:12 -0700<br>
From: &quot;<a href="mailto:krisk82@gmail.com">krisk82@gmail.com</a>&quot; &lt;<a href="mailto:krisk82@gmail.com">krisk82@gmail.com</a>&gt;<br>
Subject: [MS4W-Users] MS4W -- Shapefile not drawing via mapserver<br>
To: <a href="mailto:ms4w-users@lists.maptools.org">ms4w-users@lists.maptools.org</a><br>
Message-ID:<br>
        &lt;CAEjJ+Z2-oeDj+r7WwoknbPsrHaVOdzZ1Br4hjGVORc-=<a href="mailto:NfRS8g@mail.gmail.com">NfRS8g@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello:<br>
<br>
Right now I&#39;m trying to build a static map and from there build an<br>
interactive map--similar to the MS4W tutorial that came with the<br>
installation. I have had issues with Mapserver NOT drawing the polygons<br>
associated with my shapefile.<br>
<br>
Here are some details of my setup:<br>
<br>
MS4W - MapServer 4 Windows - version 3.0.6<br>
&gt; MapServer CGI 6.0.3 at /cgi-bin/mapserv.exe<br>
&gt;<br>
<br>
My apache configuration to point to the web app folder is fine. Here is the<br>
fiile path on my HDD. To connect to the web app webpage I visit:<br>
<a href="http://localhost/testpage/" target="_blank">http://localhost/testpage/</a><br>
<br>
Location of mapfile    --&gt;  C:\ms4w\apps\testpage\htdocs<br>
&gt; Location of shapefile  --&gt; C:\ms4w\apps\testpage\htdocs\data\land_poly.shp<br>
&gt;<br>
When I try to access the image via url (<br>
<a href="http://localhost/cgi-bin/mapserv.exe?MAP=/ms4w/apps/testpage/htdocs/kristenmap.map&amp;layer=land&amp;mode=map" target="_blank">http://localhost/cgi-bin/mapserv.exe?MAP=/ms4w/apps/testpage/htdocs/kristenmap.map&amp;layer=land&amp;mode=map</a>),<br>

I receive the following error:<br>
<br>
*msDrawMap(): Image handling error. Failed to draw layer named &#39;land&#39;.<br>
msShapefileOpen(): Unable to access file.<br>
(/ms4w/apps/testpage/htdocs/land_poly) msShapefileOpen(): Unable to access<br>
file. (/data/land_poly) *<br>
<br>
That lead me to see what was going on via shp2img, using &quot;-map_debug 3&quot;<br>
parameter. shp2img.exe returned to me the following responses:<br>
<br>
C:\ms4w\Apache\cgi-bin&gt;shp2img -m<br>
&gt; c:\ms4w\apps\testpage\htdocs\kristenm c:\ms4w\apps\testpage\htdocs\test.png<br>
&gt; -map_debug 3<br>
&gt; msDrawMap(): rendering using outputformat named png (AGG/PNG).<br>
&gt; msDrawMap(): WMS/WFS set-up and query, 0.000s<br>
&gt; msDrawMap(): Drawing Label Cache, 0.000s<br>
&gt; msDrawMap() total time: 0.000s<br>
&gt; msSaveImage(c:\ms4w\apps\testpage\htdocs\test.png) total time: 0.141s<br>
&gt;<br>
<br>
It looks like the shp2img is probably running into the same error--not<br>
being able to find the shapefile. The PNG file that shp2img creates is just<br>
a blue rectangle (blue is the map image background). I am not sure what is<br>
going on with the shapefile file paths.  In my map file I indicated &quot;<br>
SHAPEPATH    &quot;/data/&quot;. Here&#39;s the mapfile in its entirety. Hopefully, this<br>
is a pretty small fix and that someone can help me out. THANKS!<br>
<br>
#Developer            Kristen K<br>
&gt; #Date Created        09-29-2012<br>
&gt; #Date Modified        09-29-2012<br>
&gt; #<br>
&gt; #<br>
&gt; #<br>
&gt; #<br>
&gt; #<br>
&gt; #This Mapserver Mapfile was created for Kristen&#39;s first map.<br>
&gt; #In the order of rendering (bottom to top), the map contains the following<br>
&gt; types of layers:<br>
&gt; #<br>
&gt; #        land, shapefile, polygon<br>
&gt; #        SFBayCTs, shapefile, polygon<br>
&gt; #        tl_2012_06_sfbay_censustracts, shapefile, polygon<br>
&gt; #        sfbayplaces_cities,  shapefile, polygon<br>
&gt; #        tb_2012_06_SFBayprisecroads, shapefile, line<br>
&gt; #        bayarea_allwater, shapefile, polygon<br>
&gt; #        SF Bay Area Congressional Districts, shapefile, polygon<br>
&gt; #        sfbaycounties, shapefile, polygon<br>
&gt; #<br>
&gt; #<br>
&gt; #<br>
&gt; #<br>
&gt; #------Beginning of the Map Object instructions<br>
&gt; #<br>
&gt; MAP<br>
&gt;     NAME        MapName<br>
&gt;     IMAGETYPE    PNG<br>
&gt;     EXTENT        -122.284468 37.292177 -121.731412 37.619507<br>
&gt;     SIZE        800 600<br>
&gt;     IMAGECOLOR    190 232 255<br>
&gt;     SHAPEPATH    &quot;/data/&quot;<br>
&gt;<br>
&gt; ####Output format information. Might not be necessary<br>
&gt;<br>
&gt;     OUTPUTFORMAT<br>
&gt;         NAME png<br>
&gt;         DRIVER &#39;GDAL/PNG&#39;<br>
&gt;         MIMETYPE &#39;image/png&#39;<br>
&gt;         IMAGEMODE RGBA<br>
&gt;         EXTENSION &#39;png&#39;<br>
&gt;     END<br>
&gt;<br>
&gt; # Beginning of Layer Definitions. Layers listed start from the first<br>
&gt; (bottom) rendered layer to first (top)<br>
&gt;<br>
&gt;     LAYER<br>
&gt;         NAME     land<br>
&gt;         DATA     land_poly<br>
&gt;         STATUS     OFF<br>
&gt;         TYPE     POLYGON<br>
&gt;         CLASS<br>
&gt;            NAME &#39;Land Mass of The Bay Area&#39;<br>
&gt;            STYLE<br>
&gt;              COLOR 255 255 190<br>
&gt;            END<br>
&gt;         END<br>
&gt;     END<br>
&gt;<br>
&gt; END<br>
&gt; #------End of the Map Object instructions<br>
&gt;<br>
<br>
Thank you in advance!<br>
<br>
Best,<br>
<br>
Kristen<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.maptools.org/pipermail/ms4w-users/attachments/20120930/ad2effea/attachment-0001.htm" target="_blank">http://lists.maptools.org/pipermail/ms4w-users/attachments/20120930/ad2effea/attachment-0001.htm</a><br>

-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: test.png<br>
Type: image/png<br>
Size: 2791 bytes<br>
Desc: not available<br>
Url : <a href="http://lists.maptools.org/pipermail/ms4w-users/attachments/20120930/ad2effea/attachment-0001.png" target="_blank">http://lists.maptools.org/pipermail/ms4w-users/attachments/20120930/ad2effea/attachment-0001.png</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 30 Sep 2012 09:23:17 -0600<br>
From: &quot;Jeff McKenna&quot; &lt;<a href="mailto:jmckenna@gatewaygeomatics.com">jmckenna@gatewaygeomatics.com</a>&gt;<br>
Subject: Re: [MS4W-Users] MS4W -- Shapefile not drawing via mapserver<br>
To: <a href="mailto:ms4w-users@lists.maptools.org">ms4w-users@lists.maptools.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:87e33f3f670278e22fa2b92bca3ff253.squirrel@www.gatewaygeomatics.com">87e33f3f670278e22fa2b92bca3ff253.squirrel@www.gatewaygeomatics.com</a>&gt;<br>
Content-Type: text/plain;charset=utf-8<br>
<br>
<br>
&gt;<br>
&gt; That lead me to see what was going on via shp2img, using &quot;-map_debug 3&quot;<br>
&gt; parameter. shp2img.exe returned to me the following responses:<br>
&gt;<br>
&gt; C:\ms4w\Apache\cgi-bin&gt;shp2img -m<br>
&gt;&gt; c:\ms4w\apps\testpage\htdocs\kristenm<br>
&gt;&gt; c:\ms4w\apps\testpage\htdocs\test.png<br>
&gt;&gt; -map_debug 3<br>
&gt;&gt; msDrawMap(): rendering using outputformat named png (AGG/PNG).<br>
&gt;&gt; msDrawMap(): WMS/WFS set-up and query, 0.000s<br>
&gt;&gt; msDrawMap(): Drawing Label Cache, 0.000s<br>
&gt;&gt; msDrawMap() total time: 0.000s<br>
&gt;&gt; msSaveImage(c:\ms4w\apps\testpage\htdocs\test.png) total time: 0.141s<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
Hello Kristen,<br>
<br>
I can give some quick thoughts, but i&#39;m out of the office this week so<br>
others will have to followup with you here on this mailing list.  Some<br>
thoughts:<br>
<br>
- there is no error with shp2img, as it seems MapServer was never told to<br>
draw your layer.  Make sure you have STATUS ON in your trouble layer, or<br>
maybe use the layer switch (-l ?) to call that layer specifically with<br>
shp2img.<br>
<br>
- maybe also use the shp2img switch &#39;-all_debug 5&#39; instead of<br>
&#39;-map_debug&#39;, to see even more output<br>
<br>
- also verify the commandline utility &#39;ogrinfo&#39; can read your shapefile<br>
<br>
- maybe set your SHAPEPATH to &quot;./data/&quot; (assuming that is the path from<br>
your mapfile) and make sure your &#39;land_poly.shp&#39; lives in that data folder<br>
<br>
I hope others step in here on this mailing list with their thoughts if I<br>
cannot reply in time.<br>
<br>
-jeff<br>
<br>
<br>
--<br>
Jeff McKenna<br>
Director, Gateway Geomatics<br>
<a href="http://www.gatewaygeomatics.com" target="_blank">http://www.gatewaygeomatics.com</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
MS4W-Users mailing list<br>
<a href="mailto:MS4W-Users@lists.maptools.org">MS4W-Users@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/ms4w-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ms4w-users</a><br>
<br>
<br>
End of MS4W-Users Digest, Vol 101, Issue 8<br>
******************************************<br>
</blockquote></div><br>