It is some days I am fighting with the possibility to &quot;draw&quot; arcinfo coverages with mapserver. <br>Below there is the code I finally manage to write for the map file but it does not work and I do not know how to solve it. I can &quot;draw&quot; raster and shapefiles without problems, but not coverages
<br><br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME &#39;built&#39;<br>&nbsp;&nbsp;&nbsp; DATA &quot;D:/ALRPC/Gis/Data/Grugliasco/Ext/CTR/Vec/CoverageLP/gru_built&quot;<br>&nbsp;&nbsp;&nbsp; TYPE polygon<br>&nbsp;&nbsp;&nbsp; STATUS OFF<br>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE OGR<br>&nbsp;&nbsp;&nbsp; CONNECTION &quot;D:/ALRPC/Gis/Data/Grugliasco/Ext/CTR/Vec/CoverageLP/gru_built, 3&quot;
<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;COLOR&nbsp;&nbsp;&nbsp; 255 0 0 <br>&nbsp;&nbsp;&nbsp; END<br>END<br><br>The command I use to recall the map file in the browser page is:<br><a href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/tmp/mapfile/prova.map&amp;layer=built&amp;mode=map">
http://localhost/cgi-bin/mapserv.exe?map=/ms4w/tmp/mapfile/prova.map&amp;layer=built&amp;mode=map</a><br><br>If someone can help, thank you very much in advance<br><br>Laura<br>