Geomap: use name as UID (#41668)

This commit is contained in:
Ryan McKinley
2021-11-15 11:18:08 -08:00
committed by GitHub
parent 1f07d32666
commit 466eaeb4f0
10 changed files with 108 additions and 110 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export interface FrameGeometrySource {
*/
export interface MapLayerOptions<TConfig = any> {
type: string;
name?: string; // configured unique display name
name: string; // configured unique display name
// Custom options depending on the type
config?: TConfig;