This merge request addresses an issue where if all base map names are misspelled, no base map layer is added to the map and no map is shown at all.
Changes Made to Code:
In tethys_map_view.js, added an 'add_default_layer' function for when either no base maps are specified in the map layout gizmo, or when all base maps are misspelled.
Description
This merge request addresses an issue where if all base map names are misspelled, no base map layer is added to the map and no map is shown at all.
Changes Made to Code:
Related
Additional Notes
Quality Checks