I'm looking around and I see a lot of information about how to show/hide layers. That's cool, but since I can add arbitrary properties to GeoJSON features, I kind of expect to be able to filter them accordingly.
For instance, if I have features 1, 2 & 3 with these properties:
- small | red | sweet
- large | green | sour
- small | red | hot
How would I filter them by size? Or by color or flavor?