the v0.1.4 tag: Release geojsonio 0.1.4 · ropensci/geojsonio · GitHub
The source is on CRAN’s main mirror CRAN: Package geojsonio - binaries up soon
NEW FEATURES
- New function
map_leaf()uses theleafletpackage to make maps, with
S3 methods for most spatial classes as well as most R classes, including
data.frame’s, lists, vectors, file inputs, and more (#48) geojson_read()now optionally can give back a spatial class object,
just a convenience in case you want to not get back geojson, but a
spatial class (#60)
MINOR IMPROVEMENTS
- Now that
leafletR package is on CRAN, put back in examples using
it to make maps (#49) - Added a linter for list inputs comined with
geometry="polygon"to
allgeojson_*()functions that have.listmethods. This checks to
make sure inputs have the same first and last coordinate pairs to
close the polygon (#34)
BUG FIXES
- Importing all non-base R funtions, including from
methods,statsandutils
packages (#62) - Fixed bug in
geojson_write()in which geojson style names were altered
on accident (#56)