[Geoserver-devel] [jira] (GEOS-5270) SQL Views bounding box parameter

Jonas Reinhardt created ImprovementGEOS-5270
SQL Views bounding box parameter

Issue Type:

ImprovementImprovement

Assignee:

Andrea Aime

Created:

14/Aug/12 9:08 AM

Description:

We have data in a table with latitude and longitude values which we present to GeoServer in the form of a view

SELECT id, GeomFromText(concat(‘POINT(’,lng,’ ‘,lat,’)')) as pt
FROM table

We then produce point icons with GeoServer.
The table consist of 100000 points and GeoServer fetches the data over and over again. The time consuming part is the data transfer from database to GeoServer. It would be an improvement to be able to send the bounding box for the SQL View data to be fetched.

Environment:

NA

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Jonas Reinhardt

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)