Releases: MikkoVihtakari/ggOceanMaps
Releases · MikkoVihtakari/ggOceanMaps
ggOceanMaps v2.2
- Add tests better explaining wrongly specified arguments
- Update the user manual
- Fix an issue with certain
bathy.style
abbreviations - qmap arguments did not match those of basemap: add
bathy.alpha
anddownsample
arguments to qmap - Fix an issue when trying to plot basemaps using
plotly::ggplotly()
- Fix an issue with . in file path
- Fix an issue when plotting singular points
- Fix
basemap(c(-180, 180, -90, 90))
case and turn off automatic rotation when crossing the anti-meridian. A message is shown instead. - Turn off
expand
inggplot2::coord_sf()
to avoid an error when having map border at 0 meridian. - Fix a case where data argument produced too wide boundaries
expand.factor
should work now as designed- Fix an error in
dist2land(binary = TRUE)
get_depth()
now usesraster_user
and returns depths as positive numeric.- Fix an issue where land boundaries did not get clipped correctly when using custom crs
ggOceanMaps v2.1
- Add get_depth() function.
- Fix a critical issue with downloads failing on Windows.
- Add detailed land shapes of Europe. Can be used by basemap(shapefiles = "Europe")
Fifth CRAN release
Merge pull request #27 from MikkoVihtakari/sf-version Sf version
Fourth CRAN release
v1.3 1.3.0 version submitted to CRAN
Third CRAN release
Fixed issues that lead to the suspension of the package (thanks Yves!). Added features.
Second CRAN release of the package
Contains the functionality of the CRAN version 1.1
First CRAN release of the package
Contains the functionality of the CRAN version (v1.0.9) and some bug fixes.