Looking through the Layer.WFS source, i saw: //DEPRECATED - REMOVE IN 3.0 // don't load data if current zoom level doesn't match - if (this.options.minZoomLevel && - (this.map.getZoom() < this.options.minZoomLevel) ) { - return null; - };
So, if minZoomLevel is going away, why? And what is the preferred strategy for dealing with not loading WFS layers at certain zoomLevels/scaleDenominators? -Matthew D. Diez
_______________________________________________ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev