Skip to content

Commit

Permalink
news fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 12, 2015
1 parent b04053e commit 3bd83a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ NEW FEATURES
* New function `map_leaf()` uses the `leaflet` package 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
* `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 `leaflet` R 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
all `geojson_*()` functions that have `.list` methods. This checks to
make sure inputs have the same first and last coordinate pairs to
all `geojson_*()` functions that have `.list` methods. This checks to
make sure inputs have the same first and last coordinate pairs to
close the polygon (#34)

BUG FIXES
Expand All @@ -25,7 +25,6 @@ BUG FIXES
packages (#62)
* Fixed bug in `geojson_write()` in which geojson style names were altered
on accident (#56)
* (#)

geojsonio 0.1.0
===============
Expand Down

0 comments on commit 3bd83a1

Please sign in to comment.