diff --git a/NEWS.md b/NEWS.md index 53849aa..04293e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,8 @@ -# geojsonsf 0.3 +## v1.1.0 + +* fix for GeometryCollection not being [closed correctly](https://github.com/SymbolixAU/geojsonsf/issues/26) + +## v1.0.0 * `sf_geojson()` and `sfc_geojson()` to convert from `sf` to GeoJSON * `geojson_sf()` and `geojson_sfc()` can now read from a url or file diff --git a/README.Rmd b/README.Rmd index 58caf82..04e2900 100644 --- a/README.Rmd +++ b/README.Rmd @@ -62,9 +62,7 @@ To quickly parse between GeoJSON and `sf` objects, and to handle cases not suppo ```{r, echo=FALSE, warning=FALSE, message=FALSE} library(geojsonsf) -library(sf) -library(googleway) -set_key(read.dcf("~/Documents/.googleAPI", fields = "GOOGLE_MAP_KEY")) +library(sf) ## Loaded for sf print methods ``` ### Arrays of GeoJSON @@ -192,6 +190,8 @@ A visual check to see both objects are the same ```{r, eval = F} library(googleway) +set_key("GOOGLE_MAP_KEY") + gsf <- geojson_sf(geo) google_map() %>% diff --git a/cran-comments.md b/cran-comments.md index 424e07d..4053707 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,9 @@ ## Release Summary -* updates v1.0 to v1.1 +* Updates v1.0 to v1.1 * Removed dependencies on undeclared packages from unit tests, as per CRAN request - email "CRAN packages maintained by you" from Kurt Hornik, 2018-05-18 - +* Build Note - Fedora clang & gcc : installed size is 5.5mb / 6.8mb + - The builds says the `libs` file is 3.7mb/5.0mb. I can't reduce this file size, all the compiled c++ headers and files are required. ## Test Environments