<br><div class="gmail_quote">2009/3/13 Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">Cassiel wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi you all,<br>
<br>
I can&#39;t get tile indexes working with my raster files with pmapper<br>
<br>
I am using gdaltindex as exlained in ms doc but the layer I am trying to index is not showed... no error is generated in php error log file nor in the pmapper one.<br>
<br>
index.shp &amp; mapfile are in the same directory, the index.dbf file is showing a relative path as the DATA path in the mapfile (which is commented according to ms docu).<br>
<br>
mapserver version in 5.0.3 on debian testing<br>
<br>
Any ideas?<br>
</blockquote>
<br></div></div>
Show us your LAYER block from your mapfile would probably be helpful.</blockquote><div><br>Here it is, tiled gtiffs are in /var/www/cem/cem_webgis/images/raster/ and the index.dbf paths are &quot;../../images/raster/ita_dem40.tif&quot;<br>
<br><br>
LAYER<br>
    NAME &#39;dem40&#39;<br>
    STATUS ON<br>
    TYPE RASTER<br>
        <br>
TILEINDEX &quot;/var/www/cem/cem_webgis/config/common/dem_index.shp&quot;<br>TILEITEM &quot;location&quot;<br>
    <br>
    #DATA &#39;../../images/raster/ita_dem40.tif&#39;<br>
    OFFSITE 0 255 255<br>
    PROJECTION<br>
        &#39;proj=utm&#39;<br>
        &#39;zone=32&#39;<br>
        &#39;ellps=WGS84&#39;<br>
        &#39;datum=WGS84&#39;<br>
        &#39;units=m&#39;<br>
        &#39;no_defs&#39;<br>
    END<br>
    METADATA<br>
        &#39;DESCRIPTION&#39;    &#39;DEM&#39;<br>
        &quot;wms_title&quot;        &quot;DEM 40m&quot;<br>
        &quot;wms_srs&quot;        &quot;EPSG:32632&quot;<br>
    END<br>
    MINSCALE 0<br>
    MAXSCALE 200000<br>
END<br></div></div><br>