mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:42:12 +08:00
Geomap: Base layer server configuration (#37041)
This commit is contained in:
@ -259,6 +259,8 @@ func (hs *HTTPServer) getFrontendSettingsMap(c *models.ReqContext) (map[string]i
|
||||
"caching": map[string]bool{
|
||||
"enabled": hs.Cfg.SectionWithEnvOverrides("caching").Key("enabled").MustBool(true),
|
||||
},
|
||||
"geomapDefaultBaseLayer": hs.Cfg.DefaultBaseLayer,
|
||||
"geomapDisableCustomBaseLayer": hs.Cfg.DisableCustomBaseLayers,
|
||||
}
|
||||
|
||||
return jsonObj, nil
|
||||
|
Reference in New Issue
Block a user