In createBasemap, can either set bathymetry plotting on or off. If it's on, it looks for a CONFIG.map.bathyFile and if that is not specified it prompts to select the basemap.
Modify this to allow for the argument to EITHER be an integer (0 off, 1 on) or be a char that specifies a file if you want to plot bathy that is other than the file specified in the configuration file.
The configuration file one is often high resolution resulting in very large image file sizes. This would allow for one time specifying a lower res file.
In
createBasemap
, can either set bathymetry plotting on or off. If it's on, it looks for aCONFIG.map.bathyFile
and if that is not specified it prompts to select the basemap.Modify this to allow for the argument to EITHER be an integer (0 off, 1 on) or be a char that specifies a file if you want to plot bathy that is other than the file specified in the configuration file.
The configuration file one is often high resolution resulting in very large image file sizes. This would allow for one time specifying a lower res file.