Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Oct 11, 2024
1 parent 31e6367 commit c09d0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nusamai/src/sink/cesiumtiles/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub fn slice_to_tiles<E>(
}

// Skip the feature if the size is small for geometricError.
let threshold = geom_error / 0.7;
let threshold = geom_error * 0.5;
if approx_dx < threshold
&& approx_dy < threshold
&& approx_dh < threshold
Expand Down

0 comments on commit c09d0d6

Please sign in to comment.