- Removed all calls to rgeos, rgdal, etc. to address those packages being removed from CRAN
- Moved images in README to man/figures
sf
objects now supported. Coerces toSpatial
- Non-matching projections now throw a warning instead of an error.
- several legacy objects were included in the
qmap
object. I have removedmap
,col_tbl
, andvalues
. - names on map_data were too agressively cleaned and caused problems when passing anything more complex than a simple object name. Fixed.
- Aerials from the
basemap
option no longer supported by the National Map. First step is a warning and returning a topo. Will be deprecated in future releases.
- added initial tests including for i(), m(), and s()
- the
i()
function now allows for selecting multiple points and only prints results to screen. To access selectedsp
objects, sees()
(listed below)
- Two new functions were added,
s()
for selecting objects and returning the sp object, andm()
for measuring distances on theqmap
.
- closed several issues
- added message if number of colors doesn't match number of data layers
- colormap on zoomed rasters not plotting correctly.
- cleaned up code
- made get_basemap an internal function (perhaps start deprecation)
- fixed raster draw bug by specifying ext arg on plot
- added categorical example data (NLCD)