Skip to content

Commit

Permalink
Forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Nov 14, 2024
1 parent da3725a commit 5a7b8e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,9 @@ mvt_tile assign_to_bins(mvt_tile &features,
} else {
attrname = accumulate_numeric + ":count";
}
outlayer.tag(nfeature, attrname, val);
if (should_keep(attrname, keep, exclude, exclude_prefix)) {
outlayer.tag(nfeature, attrname, val);
}
}
}
}
Expand Down

0 comments on commit 5a7b8e7

Please sign in to comment.