mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Geomap: Release night / day layer (#63435)
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
EventBus,
|
||||
DataHoverEvent,
|
||||
DataHoverClearEvent,
|
||||
PluginState,
|
||||
} from '@grafana/data';
|
||||
import Map from 'ol/Map';
|
||||
import VectorLayer from 'ol/layer/Vector';
|
||||
@@ -58,7 +57,6 @@ export const dayNightLayer: MapLayerRegistryItem<DayNightConfig> = {
|
||||
name: 'Night / Day',
|
||||
description: 'Show day and night regions',
|
||||
isBaseMap: false,
|
||||
state: PluginState.alpha,
|
||||
|
||||
/**
|
||||
* Function that configures transformation and returns a transformer
|
||||
|
||||
Reference in New Issue
Block a user