Ticket #2722 (closed defect: fixed)
Raster layer using tileindex with relative paths cannot be queried.
| Reported by: | mgleahy | Owned by: | sdlime |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2.1 release |
| Component: | MapServer C Library | Version: | 5.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I have a raster layer that uses a tileindex that specifies image locations relative to the tileindex's location. The layer will draw fine, but queries on the layer return no results (at least when I'm using PHP/MapScript). The same mapfile layer, php code, and image data will work fine if I use a tileindex with absolute filenames. My post on the users mailing shows an example of the layer definition in the mapfile, and my php code executing the point query: http://lists.osgeo.org/pipermail/mapserver-users/2008-July/056937.html
It's not a show-stopper, but it's nice to be able to have the tileindex portable along with the image data.

