I publish a knitr/markdown document on rpubs that has some interactive maps generated by leaflet. In general, I haven't had any issues with these, but in the most recent document, the map view "breaks" when I hide the rpubs toolbars.
The maps in question are located in specific tabs in the document (created with {.tabset}). When I hide the toolbar, the map on the active tab is still fine, but if I then select one of the other tabs, those maps no longer render properly, and can only be recovered if the document is reloaded in the browser window.
Document is here, use the TOC to navigate to the maps. Code for the maps is folded.
Would love to know if this is a known problem, and if there's a fix for it. Thx!