Updated help, bug fixes.
Bugs:
"dimensions of e1 and e2 do not match"
)
when trying to build a map from map_service="mapbox"
and
map_type="terrain"
with newer versions of
stars
map_dir
is defined by the user (#11)map_dir
are now disregarded to avoid path errors when
switching map directories during a session (#11)Features:
flush_cache
, a function that flushes the cache
and thereby removes all previously queried and/or composited products
from the map directories (temporary or user-defined using the argument
map_dir
) used during the current session.Minor improvements.
Features:
Bug fixes.
Fixed bugs:
stars
(>= 0.5.0) to make sure that st_set_bbox
is exported
(see issue #3)Initial release.
New functions:
get_maptypes()
returns every supported map service and
map type that can be used as input to the map_service
and
map_type
arguments of set_defaults()
,
basemap()
or associated functions.draw_ext()
lets you draw an extent on an interactive
map.set_defaults()
, get_defaults()
and
reset_defaults()
set, get or reset the defaults of all map
arguments passed to basemap()
or associated functions.basemap()
and its aliases
basemap_raster()
, basemap_stars()
,
basemap_mapview()
, basemap_plot()
,
basemap_ggplot()
, basemap_gglayer()
,
basemap_magick()
, basemap_png()
and
basemap_geotif()
(down)load and cache a basemap of a
defined extent ext
, map_service
and
map_type
and return it as an object of the defined
class.New features:
This document should provide a broad overview on changes that are applied to the basemaps R package. There is no warranty for completeness, since minor changes might not be included. All improvement and feature descriptions are bundled per release version. The document is currently maintained by Jakob Schwalb-Willmann.