ramnathv / rMaps

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

Choropleth maps issues in shiny #70

Open Arevaju opened 10 years ago

Arevaju commented 10 years ago

Hi Ramnathv,

Congratulations!! The work that you have done with rMaps and rCharts is pretty amazing!!

I am developing a shiny app to generate choropleth maps based on your ichoropleth function. However I faced several problems so I would like to know if there is a simple way to overcome those:

The application that I am developing can be found at: https://github.com/Arevaju/shiny-maps or using shiny: runGitHub('shiny-maps', 'Arevaju'). I would be happy to contribute with some examples.

Thanks,

Juan

kmwalsh2325 commented 7 years ago

@Arevaju Hi Juan,

I ran your app but did not see any choropleth maps come up. Were you successful in getting them to render, even without the legend? If so could you let me know how you defined them in server.R and ui.R to get them to work in shiny?

Thanks! K