Skip to content

Commit

Permalink
Update PlanetilerTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Dec 20, 2024
1 parent 38b9c60 commit 5b94674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ void testMinSize() throws Exception {
TileCoord.ofXYZ(Z14_TILES / 2, Z14_TILES / 2, 14), List.of(
feature(newPoint(64, 64), Map.of("type", "line")),
feature(newPoint(64, 64), Map.of("type", "poly"))
), // features are too small at z13
) // features are too small at z13
), results.tiles);
}

Expand Down

0 comments on commit 5b94674

Please sign in to comment.