mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
parent
48f0f4bb91
commit
c1d6df4eb7
@ -172,6 +172,7 @@ export const dynamicGeoJSONLayer: MapLayerRegistryItem<DynamicGeoJSONMapperConfi
|
||||
if (frame) {
|
||||
const field = findField(frame, config.idField);
|
||||
if (field) {
|
||||
idToIdx.clear();
|
||||
field.values.toArray().forEach((v, i) => idToIdx.set(v, i));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user