Michael Dorman
Michael Dorman
It's rarely needed, but always saw this as something nice to have. For example, sometimes used this to select every 2nd (3rd, etc.) element or row: ```r letters[c(TRUE, FALSE)] #...
Hi David, Thanks for your interest in the package! I can't reproduce the error message, for me this works: ```r library(nngeo) nn = st_nn(cities, towns, progress = TRUE) nn ```...
Guess that they can be dropped. If there should be any effect, at all, then perhaps just adding a label (such as "[m]") in the legend title.
Agree with @edzer that this would be optimal in the long term!
Great, thanks! Didn't know about `plainview::plainView`, will use that for now.
`plainView` doesn't seem to display raster values on hover though, if it's possible this could be a very useful feature
I have `mapview` version `2.7.0`. With `devtools::install_github("r-spatial/mapview")` version `2.5.0` is installed, which gives the same result. I also tried `devtools::install_github("r-spatial/mapview@develop")` but the installation doesn't succeed: 
Thanks, it didn't solve the issue... My session info is: ``` > sessionInfo() R version 3.6.2 (2019-12-12) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.4 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1...
Thank you for the help! I'll use `plainView` for now
Thanks! The error is now solved in https://github.com/michaeldorman/nngeo/commit/91085c0851dc9dc1f7e2442bba847d23aa0149b1 (the case is treated as a unitless CRS)