disablePolyfaceDecimation
disablePolyfaceDecimation: boolean | undefined@beta
If true, disable polyface decimation during tile generation.
When the tiler encounters a Polyface in an element's geometry stream, it may attempt to reduce the number of vertices
to match the tile's level of detail ("LOD"). This can deform the mesh, though the deformation is generally not noticeable at the tile's LOD.
If disablePolyfaceDecimation
is true
, the tiler will never attempt to decimate polyfaces.
Default value: false.
Defined in
- core/frontend/src/tile/TileAdmin.ts Line 1287
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.