Skip to main content

encode_coord_key

Function encode_coord_key 

Source
pub fn encode_coord_key(coord: &[CoordValue]) -> ArrayResult<Vec<u8>>
Expand description

Encode a coordinate vector into a stable byte key for HashMap / HashSet use.

Uses the same zerompk encoding as the write path so keys are comparable across tile-versions.