Closed SymbolixAU closed 6 years ago
e.g
url <- "https://data.seattle.gov/resource/pdbw-sw7q.geojson"
a null geometry should parse
null
js <- '{"type":"FeatureCollection","features":[ {"type":"Feature","properties":{"id":1},"geometry":{"type":"Point","coordinates":[0,0]}}, {"type":"Feature","properties":{"id":2},"geometry":null} ]}'
Needs to work for geojson_wkt too.
geojson_wkt
related: https://github.com/r-spatial/sf/issues/728
e.g
a
null
geometry should parseNeeds to work for
geojson_wkt
too.