leafsync
leafsync copied to clipboard
Small Multiples for Leaflet Webmaps
Hello, The `sync` function shows a strange behaviour. The maps created with `mapview` display both the data and the underlying layer. However, when these maps are shown together with `sync`,...
I have a bizarre thing going on with `leafsync::sync`. I have two maps generated using `mapview`. The underlying data is in `sf` format **map1**  **map2**  As you can...
Hello i think this should be addressed: i have two mapview or leaflet objects: `peru_sync
Hi Tim, Thanks for implementing the between argument! It works but I often got a vertical scrollbar:  It is browser dependent. For this specific tmap example...
Is there an workaround for that specific problem? https://stackoverflow.com/questions/52102581/mapviewsync-not-working-with-flexdashboard
Probably found a bug: ```r library(leaflet) library(leafgl) library(sf) gadm = st_as_sf(gadmCHE) gadm = st_cast(gadm, "POLYGON") cols = grey.colors(nrow(gadm)) lf = leaflet() %>% addProviderTiles(provider = providers$CartoDB.DarkMatter) %>% addGlPolygons(data = gadm, color...