Closed smach closed 8 years ago
I think it's because of https://github.com/rstudio/leaflet/pull/310. If you git clone rstudio/leaflet and build after merging that PR, that error should go away.
devtools::install_github("rstudio/leaflet#310")
should do it, I think.
That did the trick, thanks!
On Sat, Oct 15, 2016 at 10:48 AM, Bhaskar V. Karambelkar < notifications@github.com> wrote:
devtools::install_github("rstudio/leaflet#310") should do it, I think.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bhaskarvk/tilegramsR/issues/1#issuecomment-253988657, or mute the thread https://github.com/notifications/unsubscribe-auth/ADPKcJ_ylZLXq8cAx1ozqgY-bDRPovhnks5q0OfUgaJpZM4KXuJz .
thanks for confirming, I will merge that PR soon.
The fix has now been merged in leaflet master.
Great, thanks!
I was trying to duplicate your code here
http://rpubs.com/bhaskarvk/electoral-Map-2016
But I keep getting this error message
I had the same problem when trying to create a tilegram using my own data with the 538 style. Any ideas?