tileyolo 0.2.1

A simple raster-based XYZ tile server for serving GeoTIFFs
1
2
3
4
5
6
7
8
9
pub mod config;
mod map;
pub mod reader;
pub mod routes;
pub mod server;
pub mod utils;

pub use config::{Config, Source};
pub use server::TileServer;