leafpop
leafpop copied to clipboard
Include Tables, Images and Graphs in Leaflet Popups
I can see in the documentation that there are arguments `height ` and `width ` to set the popup height and width in pixels. However, these arguments are ignored by...
I have been using leafpop for months now with great love and success. Today, I added a database query using a connection with the package "config" to my Rmd and...
Currently it only specifies the geometry type for sf objects, which is not that useful or consistent with how it works for sp objects. ``` library(leaflet) library(leafpop) leaflet() %>% addTiles()...
Hi, this is a nice, useful a package. Love it. However, I tried to open multiple popups at the same time, and could not get a solution. On https://stackoverflow.com/questions/38957585/how-can-i-open-multiple-popups-in-leaflet-marker-at-a-time there...
Limit duplication in HTML code of popups using external files to store popup CSS style and htmlwidgets external resources (e.g. JS)
A user on SO reported the following problem: https://stackoverflow.com/questions/61686111/how-to-fix-distorted-interactive-popup-of-ggplot-figure-in-leaflet-map/61696804#61696804 I tried to locate the problem. One solution might be to set the minimum width equal to the graph width inside...
Hello, I've been scouting the internet after a solution to this, and still haven't figured out how to solve it. I'll be happy to provide any additional needed information. Package...
Here is a small minimal example of adding a `dygraph` to a popup. This works well! I produce a leaflet maps with 180 graphs each of 1500 records this way....
I found `addPopupIframes()` through #20. I was curious whether it is still being developed for export? While using it, I noticed a few things: a warning would be nice to...