Module maplibre::io::geometry_index

source ·
Expand description

Geometry index.

Structs§

  • A quad tree storing the currently loaded tiles.
  • A processor able to create geometries using [geozero::geo_types::GeoWriter].
  • An indexed geometry contains an exact vector geometry, computed bounds which can be helpful when interacting with the geometry and a hashmap of properties.

Enums§

  • Contains either a polygon or line vector.
  • Index of tiles which can be of two types: spatial or linear. Spatial tiles are stored in a multi-dimentional tree which represents their position in the tile. Linear tiles are simply stored in a vector.