Skip to content

Commit

Permalink
Update lib/src/layer/polyline_layer/polyline_layer.dart
Browse files Browse the repository at this point in the history
Co-authored-by: mootw <[email protected]>
  • Loading branch information
JaffaKetchup and mootw authored Nov 24, 2024
1 parent 940c03f commit 7da2858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/layer/polyline_layer/polyline_layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class _PolylineLayerState<R extends Object> extends State<PolylineLayer<R>>
final polyline = projectedPolyline.polyline;

// Test bounding boxes to avoid potentially expensive aggressive culling
// where none of the line is visibles
// when none of the line is visible
if (!boundsAdjusted.isOverlapping(polyline.boundingBox)) continue;

// Gradient poylines cannot be easily segmented
Expand Down

0 comments on commit 7da2858

Please sign in to comment.