felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
906 stars 78 forks source link

Feature/binary aggregation operators #152

Open kopp opened 11 months ago

kopp commented 11 months ago

Allow to aggregate binary data using binary operations like and (all merged features have to be true for the merged feature to be true) or or (some merged feature has to be true for the merged feature to be true).

kopp commented 10 months ago

Hi @e-n-f , would you mind having a brief look at the proposed changes?