It is some days I am fighting with the possibility to "draw" 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 "draw" raster and shapefiles without problems, but not coverages
<br><br>LAYER<br>    NAME 'built'<br>    DATA "D:/ALRPC/Gis/Data/Grugliasco/Ext/CTR/Vec/CoverageLP/gru_built"<br>    TYPE polygon<br>    STATUS OFF<br>    CONNECTIONTYPE OGR<br>    CONNECTION "D:/ALRPC/Gis/Data/Grugliasco/Ext/CTR/Vec/CoverageLP/gru_built, 3"
<br>    CLASS<br>     COLOR    255 0 0 <br>    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&layer=built&mode=map">
http://localhost/cgi-bin/mapserv.exe?map=/ms4w/tmp/mapfile/prova.map&layer=built&mode=map</a><br><br>If someone can help, thank you very much in advance<br><br>Laura<br>