Geomap: set value default on init (#36960)

This commit is contained in:
Ryan McKinley
2021-07-20 15:52:12 -07:00
committed by GitHub
parent 3ab9249f16
commit 46eac518d3
6 changed files with 44 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ export interface FrameGeometrySource {
lookup?: string;
// Path to a mappings file
lookupSrc: string;
lookupSrc?: string;
}
/**