bozdoz / wp-plugin-leaflet-map

Add leaflet maps to Wordpress with shortcodes
https://wordpress.org/plugins/leaflet-map/
GNU General Public License v2.0
140 stars 71 forks source link

Tooltips wrong positioning #149

Closed lithos77 closed 2 years ago

lithos77 commented 2 years ago

In my map the position of tooltips is always wrong. Also, when zooming in and out, the distance remain from the pointer.

Schermata 2021-11-12 alle 16 33 59

How to fix?

bozdoz commented 2 years ago

Looks to me like the markers aren't positioned correctly. If you change the markers to use the built-in (non-custom) marker, does the tooltip appear to be in the correct spot?

lithos77 commented 2 years ago

You're right, no problems with the default icon. Tried the iconsize param too but the x,y position of the tooltip still is wrong. Temporary returned to the default one. If have any suggestion, let me know, thanks.