Clarify `max_point_buffer` (#1046)

pull/1048/head
zstadler 2024-10-01 12:59:35 +02:00 zatwierdzone przez GitHub
rodzic ef1735a4a6
commit 0ac589bd55
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -210,7 +210,7 @@ public record PlanetilerConfig(
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",
"Max tile pixels to include points outside tile bounds. Set to a lower value to reduce tile size for " +
"Additional global limit for the max tile pixels to include points outside tile bounds of all layers. Set to a lower value to reduce tile size for " +
"clients that handle label collisions across tiles (most web and native clients). NOTE: Do not reduce if you need to support " +
"raster tile rendering",
Double.POSITIVE_INFINITY),