- Use structs from ogcapi-types
- Make tile resolution function public
- Fix iterator panic when z_min >= z_max - z_min
- yanked
- Deserialize Crs in TileSet structs with DisplayFromStr
- Make tileset structs and enums public
- Rename
Tile
toXyz
- Only return errors for unsupported transformations when methods requiring transformations are called
matrix
method returnsAsRef<TileMatrix>
instead of cloned matrix- Fix
zoom_for_res
and pass enum for strategy - Construct TMS from custom resolutions
- Impl Clone for
Tms
andTileMatrixSets
- Change
tile_width
/tile_height
from u64 to u16
- New implementation based on OGC TileMatrixSets 2.0
- Rename
extent_to_merc
toextent_wgs84_to_merc
- Export function
lonlat_to_merc
to project WGS84 coordinates into Mercator
- impl
Clone
forGrid
,Unit
andOrigin
- Export tile_grid structs in top-level scope
- Add module documentation
- Extract crate from t-rex