- updated
geojsonsf
dependency to fix missing Z/M values issue 100
- removed minimum C++ requirement
null
as the first element gets coerced to correct type issue 79 (again)
- Validated LineString array issue95
- Fixed UTF-8 encoded strings on Windows issue 90
- links to geometries library
- reduced R dependency
- updated licence to MIT
- corrected incorrect CRS object to align with sf >= v0.9 issue 83
- moved to
tinytest
for test coverage - removed
curl
dependency issue 81 - NULLs coerced to correct type issue 79
- removed Boost links
- updated tests ready for R v4.0.0
- using
rapidjson::FileReadStream
to read large files from disk issue 64 crs
andproj4string
arguments added togeojson_sf
andgeojson_sfc
- dependency on
sfheaders
- fix crash due to factor levels issue 62
- fix invalid GeoJSON when NA elements issue 63
- restructured C++ src code for easier navigation and linking
- added dependency on jsonify v0.2 and fixed tests
- Factors now default to strings
digits
argument for rounding coordinates- fix
'{"type":"FeatureCollection","features":[]}'
example Issue 58
- fixed crash when mis-specified MultiPolygon issue 51
df_geojson()
converts data.frame to GeoJSON POINTs
sf_geojson()
andsfc_geojson()
output "json" class objects- better handling of
null
objects / geometries issue 36 Date
andPOSIX
objects handled issue 32- Z (elevation) and M attributes handled issue 28
simplify
argument forgeojson_sf()
to keepFeatureCollection
s when convertingsf
without propertiessf_geojson()
performance improvments usingjsonify
- factors are now treated as-is (numeric)
- fix for GeometryCollection not being closed correctly
sf_geojson()
andsfc_geojson()
to convert fromsf
to GeoJSONgeojson_sf()
andgeojson_sfc()
can now read from a url or file
geojson_sf()
convert GeoJSON tosf
objectgeojson_sfc()
convert GeoJSON tosfc
objectgeojson_wkt()
convert GeoJSON todata.frame
with a Well-known text column