-
In the choropleth example notebook (https://leafmap.org/notebooks/53_choropleth/) is has a neat default feature with tooltips showing the polygon attributes over the specific polygons. But when I try it myself the attributes are now down in the corner: Is there a way to have the tooltips back like in the example notebook? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Jan 14, 2024
Replies: 1 comment
-
The documentation website uses the folium backend. If you use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation website uses the folium backend. If you use
import leafmap.foliumap as leafmap
rather thanimport leafmap
, it should work. The ipyleaflet backend can only show the tooltip in the lower-right corner.