From 08addd3925c76f3ffb26024b2ad67a50927284f7 Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Fri, 18 Oct 2024 15:28:52 -0700 Subject: [PATCH] Only bin by ID, not geometrically --- clip.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clip.cpp b/clip.cpp index 13159bb2..75aaf987 100644 --- a/clip.cpp +++ b/clip.cpp @@ -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) {