fix: GMA Tooltip offset

This commit is contained in:
ISA
2024-12-16 13:53:30 +01:00
parent a00e322cbb
commit de8333ff07

View File

@@ -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;