[Geoserver-devel] [jira] Created: (GEOS-4054) Expecting .qix (quad-tree index) to be generated for GetMap-requests on indexed shapefile datasources with bbox<total but it's not

Expecting .qix (quad-tree index) to be generated for GetMap-requests on indexed shapefile datasources with bbox<total but it's not
----------------------------------------------------------------------------------------------------------------------------------

                 Key: GEOS-4054
                 URL: http://jira.codehaus.org/browse/GEOS-4054
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 2.0.2
            Reporter: Björn Harrtell
            Assignee: Andrea Aime
             Fix For: 2.1.x

This seem to be caused by the ShapefileRenderer. Exact cause unknown, but I think the logic is bypassing the normal generic data source query and will only use .qix if it already exists.

WMS GetFeatureInfo will generate a .qix and I suspect that WFS-requests does too but have not tested.

Geoserver 2.1.x is not affected since it uses StreamingRenderer and a quad-tree index is generated as expected as a part of querying the generic data source.

A workaround is to force the use of streaming renderer but that's not documented.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira