Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Sep 24, 2023
1 parent e69d279 commit 70447b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ public static PlanetilerConfig from(Arguments arguments) {
arguments.file("tile_weights", "tsv.gz file with columns z,x,y,loads to generate weighted average tile size stat",
tmpDir.resolveSibling("tile_weights.tsv.gz")),
arguments.getDouble("max_point_buffer",
"Number of tile pixels outside which points should be removed before emitting a vector tile to reduce tile size. " +
"NOTE: do not reduce this value for clients that process tiles in isolation (like raster tile serving)",
"Max tile pixels to include points outside tile bounds. Set to a lower value to reduce tile size for web and native clients. " +
"NOTE: do not reduce if clients need to to render labels on tiles in isolation (like raster tile serving)",
Double.POSITIVE_INFINITY)
);
}
Expand Down

0 comments on commit 70447b2

Please sign in to comment.