Is there a way I can get all the features from a OpenLayers Vector layer that are visible on the map?
For example what if the layer has 100 features, but at the zoom level I am at, at the moment I can only see 20 of these features.
Is there a way to programmatically get the visible features on the map?
Thanks