fix: GMA Tooltip offset
This commit is contained in:
@@ -59,7 +59,12 @@ const useGmaMarkersLayer = (map, markers, GisStationsMeasurements, GMA, oms, isV
|
||||
<div class="font-bold text-xxs text-green-700"><span>RLF: ${rlf} %</span></div>
|
||||
</div>
|
||||
`,
|
||||
{ permanent: true, interactive: true }
|
||||
{
|
||||
permanent: true,
|
||||
// direction: "auto",
|
||||
offset: [60, 0],
|
||||
interactive: true,
|
||||
}
|
||||
);
|
||||
|
||||
let currentMouseLatLng = null;
|
||||
|
||||
Reference in New Issue
Block a user