Switch the base map style and restore all custom layers automatically.
Future<void> setBaseStyle(String styleName) async { _currentBaseStyle = styleName; await _rebuildAndApplyStyle(); }