mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Geomaps: Add default base layer (#37043)
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
GrafanaTheme,
|
||||
GrafanaTheme2,
|
||||
LicenseInfo,
|
||||
MapLayerOptions,
|
||||
PanelPluginMeta,
|
||||
systemDateFormats,
|
||||
SystemDateFormatSettings,
|
||||
@@ -87,6 +88,8 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
caching = {
|
||||
enabled: false,
|
||||
};
|
||||
geomapDefaultBaseLayer?: MapLayerOptions;
|
||||
geomapDisableCustomBaseLayer?: boolean;
|
||||
|
||||
constructor(options: GrafanaBootConfig) {
|
||||
const mode = options.bootData.user.lightTheme ? 'light' : 'dark';
|
||||
|
||||
Reference in New Issue
Block a user