I am trying to use plotly with ggmap (an extension of ggplot2 for maps). For example, when I execute this code, i get an error.
paris <- get_map(location = "paris")
m <- ggmap(paris, extent = "normal")
ggplotly(m)
Warning message:
In layer2traces(L, df, misc) :
geom_rasterann has yet to be implemented in plotly.
If you'd like to see this geom implemented,
Please open an issue with your example code at
https://github.com/ropensci/plotly/issues
I am trying to use plotly with ggmap (an extension of ggplot2 for maps). For example, when I execute this code, i get an error. paris <- get_map(location = "paris") m <- ggmap(paris, extent = "normal") ggplotly(m)
Warning message: In layer2traces(L, df, misc) : geom_rasterann has yet to be implemented in plotly. If you'd like to see this geom implemented, Please open an issue with your example code at https://github.com/ropensci/plotly/issues