We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A fellow in Leaflet's gitter showed me how he's used L.tooltip for labels:
L.tooltip
Tooltip options:
{permanent: true}
And styles:
.leaflet-tooltip { background: none; box-shadow: none; border: none; } .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { border: 0px; }
And to prevent overlapping labels, we can use Geovation/labelgun. Woot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A fellow in Leaflet's gitter showed me how he's used
L.tooltip
for labels:Tooltip options:
And styles:
And to prevent overlapping labels, we can use Geovation/labelgun. Woot!
The text was updated successfully, but these errors were encountered: