I look around and see a lot of information on how to show / hide layers. This is cool, but since I can add arbitrary properties to the geoJSON functions, I kind of expect that I can filter them out accordingly.
For example, if I have functions 1, 2, and 3 with these properties
- small | red | sweet
- big | green | sour
- small | red | hot
How can I filter them by size? Or by color or flavor?
source
share