You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* addresses #2119
* tidy graticule fixes
* ggplot2 side of issue r-spatial/sf#396
* tabs -> spaces
* add ndiscr to docs
* fix#2200
* attempt to fix#2060
All cases were in sf.R a geometry column is address with x$geometry, ggplot2 made the wrong assumption that the geometry column has a fixed name. I replaced this in certain instances, where the data are already pretty transformed and no longer have properties of sf objects, with a fixed position, i.e. x[[1]], which seems to work.
* fixesr-spatial/sf#438
* address review comments
* fix break on geom_raster, objects without list-column
see https://gist.github.com/mdsumner/573ec70014df177baa2d1df7e55e1943 for the case that this PR fixes
* tidy up
* trying @karawoo's suggestion
* adds some sf tests
* tidy further
0 commit comments