neveldo / jQuery-Mapael

jQuery plugin based on raphael.js that allows you to display dynamic vector maps
https://www.vincentbroute.fr/mapael/
MIT License
1.01k stars 195 forks source link

Allow click in tooltip content #421

Open micker opened 3 years ago

micker commented 3 years ago

Hello i search a solution to allow user to click in content tooltip .. but i didn't find how.... same question as https://github.com/neveldo/jQuery-Mapael/issues/268 but no real solution thanks for any help

micker commented 3 years ago

no body ???

neveldo commented 3 years ago

Hello @micker , I think mapael doesn't natively handle this kind of behavior, but as said in the other issue, you should start from this example and adjust the behavior for your own need : https://rawgit.com/neveldo/jQuery-Mapael/2.0.0/examples/advanced/eventHandlers_display_information_about_plotted_cities.html . In this example, the content is updated into a fixed position div, so the users are able to eventually click on links within the content.

micker commented 3 years ago

ok but nothing in tool tip that realy dommage