Skip to main content

Module tile

Module tile 

Source
Expand description

Tile-based streaming protocols for geospatial data.

This module provides tile streaming capabilities following standard protocols like XYZ, TMS, and WMTS.

Re-exports§

pub use cache::TileCache;
pub use cache::TileCacheConfig;
pub use protocol::TileCoordinate;
pub use protocol::TileProtocol;
pub use protocol::TileRequest;
pub use protocol::TileResponse;
pub use provider::TileProvider;
pub use provider::TileSource;
pub use pyramid::TileMatrix;
pub use pyramid::TilePyramid;
pub use pyramid::ZoomLevel;

Modules§

cache
Tile caching for improved performance.
protocol
Tile streaming protocol implementations.
provider
Tile provider implementations.
pyramid
Tile pyramid and matrix implementations.