Geomap: Add tooltip check to display tooltip by layer (#43131)

* Add tooltip check to display tooltip by layer
This commit is contained in:
nikki-kiga
2021-12-15 13:51:39 -08:00
committed by GitHub
parent 84ae13fe5d
commit fde26b0bd9
5 changed files with 49 additions and 30 deletions

View File

@@ -42,6 +42,7 @@ export const defaultMarkersConfig: MapLayerOptions<MarkersConfig> = {
location: {
mode: FrameGeometrySourceMode.Auto,
},
tooltip: true,
};
/**