Skip to content

Commit

Permalink
Only bin by ID, not geometrically
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Oct 18, 2024
1 parent 0d281d3 commit 08addd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,8 @@ mvt_tile assign_to_bins(mvt_tile &features,

active.insert(std::move(a));
} else if (e.kind == index_event::CHECK) {
continue; // only bin by id, not geometrically

auto const &feature = features.layers[e.layer].features[e.feature];

if (feature.geometry.size() == 0) {
Expand Down

0 comments on commit 08addd3

Please sign in to comment.