-
Notifications
You must be signed in to change notification settings - Fork 90
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
Lines between nearest neighbours (from st_connect) are not shown on map #483
Comments
Works for me under Linux > sessionInfo()
R version 4.4.0 Patched (2024-05-26 r86634)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 22.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=de_DE.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=de_DE.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=de_DE.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=C
time zone: Europe/Berlin
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] nngeo_0.4.8 sf_1.0-16 mapview_2.11.2.9000
loaded via a namespace (and not attached):
[1] jsonlite_1.8.8 compiler_4.4.0 Rcpp_1.0.12
[4] parallel_4.4.0 leaflet_2.2.2 jquerylib_0.1.4
[7] scales_1.3.0 png_0.1-8 yaml_2.3.8
[10] fastmap_1.2.0 lattice_0.22-6 R6_2.5.1
[13] classInt_0.4-10 satellite_1.0.5 knitr_1.46
[16] htmlwidgets_1.6.4 leaflet.providers_2.0.0 units_0.8-5
[19] stars_0.6-5 munsell_0.5.1 DBI_1.2.2
[22] rlang_1.1.3 sp_2.1-4 terra_1.7-78
[25] xfun_0.44 cli_3.6.2 magrittr_2.0.3
[28] class_7.3-22 crosstalk_1.2.1 digest_0.6.35
[31] grid_4.4.0 leafem_0.2.3.9001 rstudioapi_0.16.0
[34] geojsonsf_2.0.3 base64enc_0.1-3 lifecycle_1.0.4
[37] KernSmooth_2.23-22 data.table_1.15.4 proxy_0.4-27
[40] evaluate_0.23 glue_1.7.0 farver_2.1.2
[43] raster_3.6-26 codetools_0.2-20 abind_1.4-5
[46] stats4_4.4.0 colorspace_2.1-0 e1071_1.7-14
[49] rmarkdown_2.27 tools_4.4.0 htmltools_0.5.8.1 Do you see any errors in the browser console? |
I run in the same issue and the browser throws:
However I can fix it setting
|
Thanks @gisma ! Does it help to update |
@tim-salabim yep updating |
Ok, thanks! I'll see when I can get it released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the data from a question on SO, I cannot reproduce the outcome in this answer as the lines between the points are not plotted. I am running R version 4.4.0 Patched (2024-05-26 r86634 ucrt) and mapview_2.11.2.9000.
The text was updated successfully, but these errors were encountered: