mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Geomap: add basic gazetteer support (#37082)
This commit is contained in:
@@ -33,8 +33,8 @@ export interface FrameGeometrySource {
|
||||
wkt?: string;
|
||||
lookup?: string;
|
||||
|
||||
// Path to a mappings file
|
||||
lookupSrc?: string;
|
||||
// Path to Gazetteer
|
||||
gazetteer?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -97,7 +97,7 @@ export interface MapLayerRegistryItem<TConfig = MapLayerOptions> extends Registr
|
||||
* Function that configures transformation and returns a transformer
|
||||
* @param options
|
||||
*/
|
||||
create: (map: Map, options: MapLayerOptions<TConfig>, theme: GrafanaTheme2) => MapLayerHandler;
|
||||
create: (map: Map, options: MapLayerOptions<TConfig>, theme: GrafanaTheme2) => Promise<MapLayerHandler>;
|
||||
|
||||
/**
|
||||
* Show custom elements in the panel edit UI
|
||||
|
||||
Reference in New Issue
Block a user