Leaflet-WFST icon indicating copy to clipboard operation
Leaflet-WFST copied to clipboard

Multiple Filters?

Open calebmelies opened this issue 7 years ago • 2 comments

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'),

calebmelies avatar Mar 23 '17 21:03 calebmelies

At now it is not possible.

kuzkok avatar Mar 24 '17 09:03 kuzkok

@kuzkok if i implement this feature you will be written tests?

arszp10 avatar Mar 24 '17 18:03 arszp10