leaflet icon indicating copy to clipboard operation
leaflet copied to clipboard

R Interface to Leaflet Maps

Results 152 leaflet issues
Sort by recently updated
recently updated
newest added

This is a fix for #507 and deals more generally with `tileOptions` in `addRasterImage()`. The issue also links to other related issues in downstream packages. The PR is backward compatible...

v2.1 release

When adding an empty simple features dataframe to a map and specifying a formula-based label, methods like `addPolygons` error, because safeLabel fails on empty inputs with ``` Error in sum(sapply(label,...

v2.1 release

After investigating the special snowflake error message: "Error in if (bins < 2) { : argument is of length zero", it turned out that colorBin does not check for non-finite...

Hello I used the exaple data of quakes, I want to draw PIE plot, I modify the script, but get the error report. Your help will be more useful for...

When trying to use addMarkers dynamically in Shiny the dev version does not work. Installing the cran version fixes this. the below works with can leaflet, not dev leaflet. `library(shiny)...

Hi, in some particular case when I change tabs in my app the leaflet map disappears (to be more precise - instead of the map I see just gray canvas)....

While looking at leaflet examples here, https://rstudio.github.io/leaflet/json.html, I am seeing it is mentioning examples using **rgdal**, and I remember a recent message that the package will (soon) retire. * https://twitter.com/jakub_nowosad/status/1435604322843234309...

For someone using R and Leaflet, is there a way to export a map to SVG or some other nice vector? I can see options to save as HTML, PNG,...

Hello! I am wondering if the coordinates provided to create maps in leaflet are sent to an online server, or if they are housed only locally on the computer. I...

Crosstalk selection of objects in a layer fails when there are multiple groups. Here is a minimal example Rmd file: --- title: Fiji earthquakes output: html_document --- ```{r} library(crosstalk) library(leaflet)...