Closed beetleskin closed 6 years ago
Yeah, support for getting text into leaflet would be great. Tooltips, popups, some kind of direct text-overlay, ...
We replaced the leaflet library with a slim opengl-based implementation. If you are missing features in that new trajectory widget please open feature requests.
To continue using leafletjs, it can be added as a custom widget including plugins of your choice.
From the python-side, there is no way of defining popups for points in a leaflet map, since leaflet does not define any default properties it reads. Can you add such default properties, i.e. listen for
properties.popup_content
andproperties.tooltip
?http://leafletjs.com/examples/geojson/