oneworld.WebMap.savemap

WebMap.savemap(outfile='test.html')

Create the file containing the map.

Print a text file that can be opened with an internet connected browser, which will display the map (usually this goes at the end of the script). If no basemap has been added to the map at the time this method is executed, it will add a default basemap.

Parameters:

outfile (str) – Name of the output file (Default: ‘test.html’).