Closed biscotty666 closed 7 months ago
Dear @biscotty666 -- thanks for letting us know about the issue. I have fixed it. The problem was that a wrong argument was set.
Old code:
mapshot2(mapview_obj, file = "my_interactive_map.html")
New code:
mapshot2(mapview_obj, url = "my_interactive_map.html")
At the end of Chapter 8, the final code block. It first complained it couldn't find a chrome browser but I fixed that. Now I get this:
Code
error
traceback
Cheers