New Features
- Added the
basemap_dem()
function for visualizing elevation data with customizable projections. - Added the
basemap_vege()
function for visualizing vegetation data of China with customizable projections. - Added the
geom_world()
function for visualizing global administrative divisions. - Added the
coord_proj()
function, based on coord_sf, which limits the plotting area to the specified range after projection, without altering the underlying data.
Bug Fixes
Replaced size
with linewidth
to align with the latest standards of ggplot2.
Enhancements
Improved styling options for various boundaries in geom_boundary_cn()
.