-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map is not visible #99
Comments
Hi, I've got the same problem with CrossLet. DataMaps and Leaflet work just fine. Here's my session info: R version 3.2.3 (2015-12-10) locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Any news? any documentation? |
Use the |
I have also the same problem and I have also used leaflet.. |
Hi Ram,
I install rMap and use below example:
library(rMaps)
crosslet(
data = web_index,
id_field <- "country",
fields <- c("web_index", "universal_access", "impact_empowerment", "freedom_openness")
)
but I can only see 4 small boxes showing fields on top of the viewer page without any map in the center. I run Win 8.1 64bit on parallel in a Mac Pro.
Thanks
The text was updated successfully, but these errors were encountered: