Save tool not available for gv.tile_sources.OSM()

I’ve noticed in my work that the save tool is not available when running this code even when explicitly stated. Is this intentional and if so is there a potential workaround?

import geoviews as gv

# Create a GeoViews plot and specify the tools to include
gvplot = gv.tile_sources.OSM().opts(tools=['save'])

# Show the plot
gvplot

image

I have no idea if it applies in this case, but there are limitations on precisely what can be saved for some map servers based on their CORS policies, which restrict how data from one site is delivered into a page from another site. I don’t know the details, just enough to know that sometimes this comes into play. The JS console in your browser may have more information if so.