Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEOMETRYCOLLECTION incorrectly closed #26

Closed
SymbolixAU opened this issue May 26, 2018 · 0 comments
Closed

GEOMETRYCOLLECTION incorrectly closed #26

SymbolixAU opened this issue May 26, 2018 · 0 comments

Comments

@SymbolixAU
Copy link
Owner

@SymbolixAU SymbolixAU commented May 26, 2018

js <- '{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[0,0],[0,1],[1,1],[1,0],[0,0]]]},{"type":"Point","coordinates":[0,0]}]}'
sf <- geojson_sf(js)
geo <- geojsonsf::sf_geojson(sf)
geojsonsf::geojson_sf(geo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.