The Book of OpenLayers3 [Code samples]

These are the code samples for The Book of OpenLayer3. Feel free to download the source code and contribute to this repository:

Working with loading strategies

The left map uses a fixed strategy, that means WFS is queried only once for a given bounding box and no more queries are made. The right map, uses a ol.loadingstrategy.bbox strategy which request the server each time we change the view and for the whole map's view extent.

Source code: