Skip to content

Commit

Permalink
fix dashes in ceil-point-density in example toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Dec 2, 2024
1 parent ed1c04b commit c04885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/roofer-app/example_full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ srs = "EPSG:7415"
# Region of interest. Data outside of this region will be ignored. Format: [x_min, y_min, x_max, y_max].
box = [0,0,1000,1000]
# Enfore this point density ceiling on each building pointcloud.
ceil_point_density = 20
ceil-point-density = 20
# Tilesize used for output tiles. Format: [size_x, size_y].
tilesize = [1000, 1000]
# Cellsize used for quick pointcloud analysis
Expand Down

0 comments on commit c04885d

Please sign in to comment.