ramnathv / rMaps

Interactive Maps from R
http://rmaps.github.io
389 stars 194 forks source link

Leaflet heatmaps on shiny #59

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi Ramnath I'm trying to reproduce your example of heat map (using Vladimir Agafonkin heat library), but I only manage to display the map with no heat :) on server.R I'm calling output$map <- renderMap({ ... ]) and on ui.R I'm calling mainPanel("Crime Density Map",showOutput("map", lib = "leaflet"))

Any idea what could I do wrong? Thanks!

ramnathv commented 10 years ago

This is a known bug in rCharts, which is high on my list of things to fix. Currently, you can only use libraries supported by rCharts with Shiny, not sister libraries like rMaps and rChartsCalendar. This limitation will be removed once I fix this bug.

aruizga7 commented 9 years ago

Hi,

I have the same issue with the routing leaflet plugin. It's been already fixed?

Thanks