-
Notifications
You must be signed in to change notification settings - Fork 12
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
no_repair = FALSE not working #126
Comments
@csmontt can you please provide a reproducible example? |
Sorry @ateucher I was actualy refering to I am trying to get in R the same output I get when using mapshaper.org The file I am using is https://www.nisra.gov.uk/sites/nisra.gov.uk/files/publications/SOA2011_Esri_Shapefile_0.zip If I load that file to mapshaper and simplified to 15% using visvalingam / weighted area I get the following: Using R with no_repair = FALSE seems to still repair line intersections. Basically, i dont want R to try to fix the line intersections but it seems to do it anyway. Reproducible code
|
Hi @csmontt - thanks for reporting, and for the good example. I can reproduce this, and it turns out it's not a snapping thing by mapshaper after all. The writing of the I am currently working to replace the internal read/write functions with those from the Can you please try installing from that branch and trying again? remotes::install_github("ateucher/rmapshaper@geojsonsf") |
@ateucher that works, thanks! |
Reopening just to keep track of issues that will be closed by #118 |
When using
ms_simplify()
, snap is always applied even ifsnap = FALSE
.The text was updated successfully, but these errors were encountered: