Skip to content

Releases: ropensci/geojsonio

v0.1.6

15 Jan 04:06
Compare
Choose a tag to compare

NEW FEATURES

  • New function geojson_sp() to convert output of geojson_list() or
    geojson_json() to spatial classes (e.g., SpatialPointsDataFrame) (#71)

MINOR IMPROVEMENTS

  • Startup message added to notify users to ideally update to rgdal > v1.1-1
    given fix to make writing multipolygon objects to geojson correct (#69)
  • Filled out test suite more (#46)

BUG FIXES

  • Fix to lint() function, due to bug in passing data to the Javascript
    layer (#73)
  • Fixes to as.json() (#76)

geojsonio 0.1.4

12 Aug 20:10
Compare
Choose a tag to compare

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
    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
    close the polygon (#34)

BUG FIXES

  • Importing all non-base R funtions, including from methods, stats and utils
    packages (#62)
  • Fixed bug in geojson_write() in which geojson style names were altered
    on accident (#56)

geojsonio 0.1.0

30 Apr 04:52
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN