nevilamos
nevilamos
Hi, I have installed the PRs above - I tried both rsion with remotes::install_github("bhaskarvk/leaflet.extras") and remotes::install_github("bhaskarvk/leaflet.extras", ref = remotes::github_pull("184")) however neither of them fixed the removeDrawToolbar , with or without...
I am also getting this error when trying to create the demo app on windows10 using the verbatim code from the example library(electricShine) buildPath
Hi Tim, still fairly new to github, trying to follow the outcome of issue#3 drawing borders - I would like to be able to draw just polygon borders with no...
Hi thanks for the quick response, that works as a sort of workaround, however drawing the linestrings will result in different behavour to the leflet drawing polygons with a boundary...
I got this how I wanted eventually by drawing the ploygons completely transparent ( so I could still clikc on them to get attributes and also drawing the lines. Would...
I do not want the pairwise intersections, but a "clean" version of the n-ary intersections. The pairwise operation ```{r} st_intersection(inputSF, inputSF) ``` correctly returns 9 polygons, **and only polygons** While...
First of all, thankyou both Edzer and Roger for all your work on r-spatial, and for your responses here. The reason I gave this issue the title "Potentially unexpected behaviour"...