Skip to contents

geojson (development version)

geojson 0.3.5

CRAN release: 2023-08-08

  • Now working in main branch, removed references to old trunk branch.

  • Removed geojsonlint and all linting facilities and code. linting_opts() is deprecated.

  • New maintainer Michael Sumner.

geojson 0.3.4

CRAN release: 2020-06-23

MINOR IMPROVEMENTS

  • fixes for test suite: skip package check warnings when geojsonlint not available, and skip tests that would use geojsonlint (#40)

geojson 0.3.2

CRAN release: 2019-01-31

BUG FIXES

geojson 0.3.0

CRAN release: 2019-01-18

NEW FEATURES

MINOR IMPROVEMENTS

BUG FIXES

  • change to print.geojson() to not calculate and print the bounding box because for very large geojson can take a very long time. Also changed to precomputing everything so printing geojson objects is fast (#36)
  • fix to geo_bbox() to handle negative coordinates (#33) (#34) thanks very much @aoles

geojson 0.2.0

CRAN release: 2017-11-08

NEW FEATURES

  • gains new function to_geojson convert GeoJSON character string to the approriate GeoJSON class by detecting GeoJSON type automatically. this makes some other tasks easier (#28) (#29)

MINOR IMPROVEMENTS

  • Improve as.geojson function to do print summary on all GeoJSON types well, not just GeometryCollection and FeatureCollection (#27)

geojson 0.1.4

CRAN release: 2017-10-24

MINOR IMPROVEMENTS

  • Changed properties_add() to give back the same class object as that given to the function. In addition, correctly adds properties to FeatureCollection objects as well. (#22)
  • Added properties fxns tests

BUG FIXES

  • Fixed bug in print.featurecollection() that was not calculating and printing number of features correctly (#24)

geojson 0.1.2

CRAN release: 2017-02-28

BUG FIXES

  • Fixed bug in internal function that checked for existence of a Suggested package (#17)

geojson 0.1.0

CRAN release: 2016-11-16

NEW FEATURES

  • Released to CRAN.