Skip to content

syncWith() causes maps freeze #10

Description

@dkyleward

Truly awesome package by the way!

The following code creates the synced maps, but after panning around for 5-10 seconds, they freeze. This happens in the preview window and in a browser.

library(leaflet)
library(leaflet.minicharts)
library(manipulateWidget)

map1 <- leaflet() %>% addTiles() %>% syncWith("maps")
map2 <- leaflet() %>% addTiles() %>% syncWith("maps")

combineWidgets(map1, map2)

It looks like syncing packages have been re-organized into a package called leafsync. I can sync basic maps using leafsync without any freezing, but any minicharts don't pan with the map. Thanks for any help you can provide.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions