Releases: riatelab/mapsf
Releases · riatelab/mapsf
mapsf_1.0.0
This is the first major version of mapsf.
Feat
- a new theming system has been introduced, leading to new default values and
a new default map style. 'bg', 'fg', 'tab', 'pos', 'inner', 'line', 'cex' and
'font' are now deprecated arguments - redraw map elements when resizing device, leading to a better display of maps
in positron and rstudio graphics devices - add a "center" position to mf_annotation(), no arrow displayed when used
- add "adj" argument to mf_scale() to adjust the scale bar
- default values for mf_scale() are "prettier"
- add alpha (transparency) for all map types in mf_map() and mf_raster()
- mf_get_pal() gains the ability to create diverging colors palettes based
on a vector of break values - add a new "banner" argument in mf_title()
- add a mf_frame() function to add a frame around the map or the figure
- add mf_png() and mf_svg() functions to export maps in PNG and SVG
Breaking changes
- removed deprecated functions: mf_legend_*() functions
- removed deprecated arguments: adjust in mf_arrow(); theme and export in
mf_export(); theme in mf_init(); pt_pch, pt_cex, pt_pch_na, pt_cex_na in
mf_legend(); unit in mf_scale() - in mf_background(), ellipsis (...) is now ignored, no further parameters
from graphics::rasterImage() can be passed - in mf_base() (and mf_map(type="base")), the "bg" argument is removed
- in mf_base() (and mf_map(type="base")), 21:25 points symbols uses "col" and
"border" for fill and contour colors instead of "bg" and "col" - in mf_base() (and mf_map(type="base")), ellipsis (...) is ignored, no further
parameters from sf::plot() can be passed - in mf_get_ratio(), the "res" argument has been removed
Docs
- update the cheat sheet
- update vignettes
- new website (using altdoc)
mapsf_0.12.0
Fix
- use 1/4 of line for typical offset space (title, credits, scale bar, north arrow etc.) (#74)
- change text adj to allow multiple lines titles in mf_title()
- make mf_inset_*() work on split windows (#77)
- add a message when values are outside class limits for type="choro"
Feat
- add cex and adj args to mf_arrow(), better arrow shape, better real north adjustemnent
- add mf_get_pencil() function to create a pencil layer from a polygon layer
- add "Q6" and "ckmeans" classification methods to mf_get_breaks()
- add mf_get_borders() to extract borders from contiguous polygons
mapsf_0.11.0
Fix
- better management of label display in mf_graticule(), fix #73
mapsf_0.10.1
Fix
- revert previous remove "export" and "theme" args from mf_export() to accommodate dependencies
- revert previous remove "theme" from mf_init() to accommodate dependencies
mapsf_0.10.0
Fix
- allow to plot non overlapping labels from a layer made of strictly overlapping features with mf_label() (#65)
- fully display mf_raster() legends after a terra::plot() call (#67)
- remove "export" and "theme" args from mf_export()
- remove "theme" from mf_init()
Feat
- improved and cleaner documentation for mf_map() (#62)
Full Changelog: 0.9.0...0.10.0
mapsf_0.9.0
Fix
- add the possibility to use a scale bar in (US) maps using feet based CRS (#59)
- deprecate unit argument in mf_scale()
- remove wrong ellipsis propagation in mf_label()
- better environment management in mf_legend() to allow usage inside a
function (#58) - fix raster legends (using type arg, see feat.) (#60)
Feat
- add "interval", "continuous" and "classes" types with matching legends in
mf_raster() (#60) - mf_raster() invisibly returns the initial raster
mapsf_0.8.0
Fix
- raise an error and display an informative message if no points are plotted
when type = "prop*"
Feat
- add mf_distr(), a function to display a statistical distribution with
histogram, boxplot, stripchart and density curve - add a lot of legend related args (leg_frame_border, leg_horiz, leg_adj,
leg_bg, leg_fg, leg_size, leg_border, leg_box_border, leg_box_cex) - double legends (prop_choro, prop_typo, etc.) are stacked by default
- add legends for raster
- deprecate all mf_legend_*() functions
- add rev arg for function using pal to reverse named palettes
- add a q arg in mf_label() to select the quality of the non overlapping
placement
Refactor
- use the maplegend pkg for legends (this change may introduce minor breaking
changes) - use s2 instead of overcomplicated sf code for othographic proj in
mf_worldmap() - use R base instead of C++ in mf_label() non overalapping placement
mapsf_0.7.1
Fix
- fix bug in color assignment in 'choro', 'prop_choro' and 'symb_choro' maps
when supplying "incomplete" breaks (#56)
mapsf_0.7.0
Fix
- use a vector of colors for lines if necessary in mf_label() (#50)
- enable pipe without side effects (no extra plot)
- use a default transparent background for insets
- deprecate "theme" arg in relevant function, adapt docs and vignettes, use
options() for themes instead of global variable & mimic the behaviour of
basetheme package - force the use of cairo device, if available, in mf_export() for png
- fix wrong class allocation when using breaks = "jenks" (#5 97F7 3)
- exports using unprojected objects do not produce figures with inaccurate
height/width ratio anymore.
Feat
- add expandBB arg in mf_map()
- add expandBB arg in mf_raster()
- add arg checking depending on type in mf_map()
- add an error message for functions that need a pre-existing plot
- add mf_graticule() to add graticule lines and labels
- set internally the 'add' arg for each map types in mf_map()
mapsf_0.6.1
Fix
- add explicit support for sfg objects in mf_base(), mf_map(..., type = "base")
mapsf 0.6.0
Fix
- use val_max in mf_prop() for LINES
- add message when mf_export() is based on longlat obj
- add a test for "x" class in mf_map()
- enable proportional symbol plots for single points when using "prop", "prop_typo" & "prop_choro" maps; see #45
- fix a bug in color assignment when there is a mismatch between the number of classes and the size of the color palette
- add an error for method "geom" in mf_get_breaks() when min(x) <= 0
- remove Inf values from x when using mf_get_breaks()
- remove Inf values from x when using "prop", "prop_typo" & "prop_choro" maps
- add informative message when NA, 0 & Inf values are removed when using "prop", "prop_typo" & "prop_choro" maps
- add informative message when negative values are transformed to positive values when using "prop", "prop_typo" & "prop_choro" maps
Feat
- add "prop_typo"" maps for LINES objects
- add mf_get_ratio() to get appropriate values for map width & height