<br><div class="gmail_quote">2009/3/13 Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>></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'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 & 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 "../../images/raster/ita_dem40.tif"<br>
<br><br>
LAYER<br>
    NAME 'dem40'<br>
    STATUS ON<br>
    TYPE RASTER<br>
        <br>
TILEINDEX "/var/www/cem/cem_webgis/config/common/dem_index.shp"<br>TILEITEM "location"<br>
    <br>
    #DATA '../../images/raster/ita_dem40.tif'<br>
    OFFSITE 0 255 255<br>
    PROJECTION<br>
        'proj=utm'<br>
        'zone=32'<br>
        'ellps=WGS84'<br>
        'datum=WGS84'<br>
        'units=m'<br>
        'no_defs'<br>
    END<br>
    METADATA<br>
        'DESCRIPTION'    'DEM'<br>
        "wms_title"        "DEM 40m"<br>
        "wms_srs"        "EPSG:32632"<br>
    END<br>
    MINSCALE 0<br>
    MAXSCALE 200000<br>
END<br></div></div><br>