This project adheres to Semantic Versioning.
Possible sections are:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- bump
h3o
to 0.7
- fix performance issue at higher zoom level for
tiles_for_cell
.
- bump deps
- fix rendering glitches at high zoom levels (e.g. 19+)
TileCoord
is now private.parent
, ``neighbors,
extent` and `is_eastern` for `TileID` are now private.TileID::new
is now faillible.- zoom level is now exposed as
u8
rather thanu32
.
- add
xy
accessor to expose the TileID coordinate.
- bump geozero
- add tiles_for_cell` to compute the tiles that contain or intersect a cell
- rename
TileID::bbox
toTileID::cells
- add a "scratch" mode boolean parameter to
render
- initial release, still need some polish