Juan Sebastian Lozano
Juan Sebastian Lozano
Okay, it seems `nQuadSegs` is completely ignored because the s2 library doesn't reproduce the same ability to buffer as geos, right? Specifically this issue https://github.com/r-spatial/s2/issues/42 . There is code in...
Yeah, it's definitely a trade-off. It's just frustrating from an user's perspective because even without the extra options this is still a breaking change. Before `s2` the buffer size was...
I still think the meters vs degree change isn't documented but I couldn't think of a reasonable way to show a warning or add it to the docs.
I agree, it's just a breaking change. I can't think of how to make it non-breaking, though, so i think my PR is all that can be done. The only...
I think this a cool idea, but I think it would be confusing given the current behavior `st_centroid` which produces the centroid of each row. This is more akin to...
I ran into this issue and fixed it with a bit of global `css`: .linkAnnotation { position: absolute; } .linkAnnotation a { display: flex; width: 100%; height: 100%; } The...