We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These all cause RStudio / R to crash
googlePolylines::encode( sf::st_sfc(sf::st_multipoint()) ) googlePolylines::encode( sf::st_sfc(sf::st_multilinestring()) ) googlePolylines::encode( sf::st_sfc(sf::st_multipolygon()) )
googlePolylines::encode( sf::st_sfc(sf::st_point()) ) googlePolylines::encode( sf::st_sf(geometry = sf::st_sfc(sf::st_point())) ) googlePolylines::encode( sf::st_sfc(sf::st_linestring()) ) googlePolylines::encode( sf::st_sf(geometry = sf::st_sfc(sf::st_linestring())) ) googlePolylines::encode( sf::st_sfc(sf::st_polygon()) ) googlePolylines::encode( sf::st_sf(geometry = sf::st_sfc(sf::st_polygon())) )
The text was updated successfully, but these errors were encountered:
here's the issue
Sorry, something went wrong.
stops crashing for #32 - not a fix though
8e91992
empty points go to 0,0 - is this correct #32
a64bf39
No branches or pull requests
Reproducible
These all cause RStudio / R to crash
non-MULTI* objects are fine
The text was updated successfully, but these errors were encountered: