Ticket #2796 (closed enhancement: fixed)
raster query on tiled index layers
| Reported by: | assefa | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0 release |
| Component: | GDAL Support | Version: | unspecified |
| Severity: | normal | Keywords: | raster query tileindex |
| Cc: | dmorissette |
Description (last modified by warmerdam) (diff)
Currently mapserver raster query with tileindex assumes that the tileindex file is a shape file. This ends up giving for requests such as GetFeatureInfo? errors that look like this msShapefileOpen(): Unable to access file. (f:/msapps/gmap-ms40/htdocs/my_layer_idx
Example of setup:
LAYER
NAME bathymetry
METADATA
"wms_title" "Elevation/Bathymetry"
END
TYPE RASTER
STATUS DEFAULT
# TILEINDEX "bath_mapserver.shp"
TILEINDEX my_layer_idx
LAYER
NAME "my_layer_idx"
CONNECTION ppostgis
...
Change History
Note: See
TracTickets for help on using
tickets.
