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.