Geomap: Improve tooltip UX and fix data links (#44740)

This commit is contained in:
Nathan Marrs
2022-02-01 18:17:39 -08:00
committed by GitHub
parent 04d93751b8
commit b2b584f611
11 changed files with 348 additions and 102 deletions

View File

@@ -62,7 +62,7 @@ export interface MapLayerOptions<TConfig = any> {
// Layer opacity (0-1)
opacity?: number;
//Check tooltip
// Check tooltip
tooltip?: boolean;
}