Skip to main content

encode_tile_quantized

Function encode_tile_quantized 

Source
pub fn encode_tile_quantized(
    layers: &[ColumnarLayer],
    quantize_m: Option<f64>,
) -> Result<Vec<u8>>
Expand description

encode_tile with optional fixed-point coordinate quantization applied to every layer (see encode_layer_quantized). quantize_m = None is byte-identical to encode_tile; the other encoder settings come from the process-wide globals.