<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>Hi,<br></div>
<div><br></div>
<div>Syntax looks fine to me. <br></div>
<div>Could there be an issue accessing the Mapfile using the web service account?<br></div>
<div>Can you run a profiler on the database to see if it is being hit at all? The results of this would reduce the list of possible issues.<br></div>
<div><br></div>
<div>Regards,<br></div>
<div><br></div>
<div>Seth</div>
<div><br></div>
<div id="sig62266145"><div class="signature">--</div>
<div class="signature">web:http://geographika.co.uk</div>
<div class="signature">twitter: @geographika</div>
</div>
<div><br></div>
<div><br></div>
<div>On Mon, Feb 12, 2018, at 5:05 PM, Pablo Sanfilippo wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>This is the command I'm using that renders fine:<br></div>
<div><pre style="color:rgb(0, 0, 0);font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial;">shp2img \
-m /maps/config.map \
-o /sources/testb.png \                                                                 
-e -118.41347694396971 33.919930516263086 -118.40274810791016 33.92787160756615 \
-s 500 500 \
-l mylayer \
-all_debug 5 \<br></pre><div>And this WMS request renders a transparent image:<br></div>
</div>
<div><br></div>
<div><a href="http://localhost:8080/?map=/maps/config.map&SERVICE=WMS&VERSION=1.1.1%20&REQUEST=GetMap&LAYERS=mylayer&STYLES=&SRS=EPSG:4326&BBOX=-118.41347694396971,33.919930516263086,-118.40274810791016,33.92787160756615&WIDTH=500&HEIGHT=500&FORMAT=image/png">http://localhost:8080/?map=/maps/config.map&SERVICE=WMS&VERSION=1.1.1%20&REQUEST=GetMap&LAYERS=mylayer&STYLES=&SRS=EPSG:4326&BBOX=-118.41347694396971,33.919930516263086,-118.40274810791016,33.92787160756615&WIDTH=500&HEIGHT=500&FORMAT=image/png</a><br></div>
<div><br></div>
<div>This is my mapfile:<br></div>
<div><br></div>
<div><div># A valid mapfile used for testing<br></div>
<div>MAP<br></div>
<div>  NAME valid<br></div>
<div>  STATUS ON<br></div>
<div>  PROJECTION<br></div>
<div>    "init=epsg:4326"<br></div>
<div>  END<br></div>
<div><br></div>
<div>  # IMAGECOLOR 0 0 0<br></div>
<div>  TRANSPARENT ON<br></div>
<div><br></div>
<div>  WEB<br></div>
<div>    METADATA<br></div>
<div>      "wms_title"           "Slingshot WMS Server"<br></div>
<div>      "wms_onlineresource"  "<a href="http://localhost:8080/?map=config.map&">http://localhost:8080/?map=config.map&</a>"<br></div>
<div>      "wms_enable_request"  "GetCapabilities GetMap GetFeatureInfo"<br></div>
<div>      "wms_srs"             "EPSG:4326 EPSG:3857"<br></div>
<div>  END<br></div>
<div>  END<br></div>
<div><br></div>
<div>  LAYER<br></div>
<div>    NAME "myindex"<br></div>
<div>    STATUS ON<br></div>
<div>    TYPE POLYGON<br></div>
<div>    CONNECTIONTYPE POSTGIS<br></div>
<div>    CONNECTION "mypostgisconnection"<br></div>
<div>    DATA "geometry from (select i.geometry, <a href="http://i.id">i.id</a>, '/sources/' || i.path as location from images_image) as myindex using unique id"<br></div>
<div>    CLASS<br></div>
<div>      STYLE<br></div>
<div>        OUTLINECOLOR 0 0 0<br></div>
<div>        COLOR 0 255 0<br></div>
<div>        WIDTH 1.0<br></div>
<div>        ANTIALIAS true<br></div>
<div>      END<br></div>
<div>    END<br></div>
<div>  END<br></div>
<div><br></div>
<div>  LAYER<br></div>
<div>    NAME "mylayer"<br></div>
<div>    STATUS ON<br></div>
<div>    TILEINDEX "myindex"<br></div>
<div>    TILEITEM "location"<br></div>
<div>    PROCESSING "SCALE=AUTO"<br></div>
<div>    TYPE RASTER<br></div>
<div>    PROJECTION<br></div>
<div>      AUTO<br></div>
<div>    END<br></div>
<div>    METADATA<br></div>
<div>      "wms_title"           "My Imagery"<br></div>
<div>    END<br></div>
<div>  END<br></div>
<div><br></div>
<div>END<br></div>
</div>
<div><br></div>
<div>I'm using MapServer 7.0.1<br></div>
<div><br></div>
<div>Thanks!<br></div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>mapserver-users mailing list<br></div>
<div><a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br></div>
<div><a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br></div>
</blockquote><div><br></div>
</body>
</html>