Open calebmelies opened 7 years ago
Is it possible to include two filters on L.WFST (bbox and eq)?
this method does not work:
filter: new L.Filter.BBox().append(L.latLngBounds(map.getBounds()), 'wkb_geometry', L.CRS.EPSG4326), filter: new L.Filter.EQ().append('isdeleted', 'f'),
At now it is not possible.
@kuzkok if i implement this feature you will be written tests?
Is it possible to include two filters on L.WFST (bbox and eq)?
this method does not work: