Paging Strategy Example

vector, feature, stylemap, wfs, paging, strategy, cleanup

Uses a paging strategy to cache large batches of features and render a page at a time.

Displaying page 0 of ...

The Paging strategy lets you apply client side paging for protocols that do not support paging on the server. In this case, the protocol requests a batch of 100 features, the strategy caches those and supplies a single page at a time to the layer.