raster_to_png() that corrupted the output in some cases.Many function name changes in preparation for CRAN submisson. These will certainly break existing slippymath code.
I have gone with a more explicit API since I feel users will mainly use
slippymath under the hood as a dependency. Therefore it is important they can
understand the API quickly rather than type it quickly - since they won't do
that very often.
Function names changing:
bb_tile_extent -> bbox_tile_extentbb_tile_query -> bbox_tile_querybb_to_tg -> bbox_to_tile_gridtg_composite -> compose_tile_gridtile_bb -> tile_bboxtg_bbs -> tile_grid_bboxesNEWS.md file to track changes to the package.latlon_to_tilenum -> lonlat_to_tilenumtilenum_to_latlon -> tilenum_to_lonlat