Flexberry / Leaflet-WFST

OGC WFS-T client layer for Leaflet.
http://flexberry.github.io/Leaflet-WFST/
MIT License
151 stars 50 forks source link

Multiple Filters? #48

Open calebmelies opened 7 years ago

calebmelies commented 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'),
kuzkok commented 7 years ago

At now it is not possible.

arszp10 commented 7 years ago

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