Skip to content

Commit

Permalink
fix: more offset adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
foosint committed Jan 29, 2024
1 parent eb01299 commit 80f9458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ class MapViewer {
currentIcon.options
);
// currentTooltip.options.offset = tooltipOffset;
// console.log(tooltipOffset);
layer.feature.properties.offset = tooltipOffset;
layer.setIcon(icon);
});
Expand Down

0 comments on commit 80f9458

Please sign in to comment.