Hi devs. I have a local file <span>(file://) with a lot of features (about 2k). But I don&#39;t need display all feature at the same time. I&#39;ve created rule (</span>OpenLayers.Rule), which allow to display some of features from layer based on attribute values (about 20 features). It works, but very slowly. It looks like OL loads all features (2k) of layer and only after apply my rule. Maybe I need to use any strategies, but I&#39;m not sure if them works with local files?<br>