smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Ability to page through query results using startIndex and count #362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Ability to page through WFS query results similar to how it is done in the 
GeoExplorer composer (http://suite.opengeo.org/geoexplorer/composer/).  I think 
only Geoserver allows for results to be paged. 
2. Returning a large dataset as a vector layer to OpenLayers through WFS causes 
web browsers to slow down and sometimes crash. It would be great if these 
requests could be split into parts using the startIndex and count parameters in 
Geoserver. 
3. searchPanel configuration parameters.

Original issue reported on code.google.com by devmor...@gmail.com on 14 Apr 2014 at 10:12