ternaris / marv

THIS REPOSITORY HAS BEEN MERGE INTO
https://github.com/ternaris/marv-robotics
GNU Affero General Public License v3.0
3 stars 4 forks source link

Add support for custom leaflet popups and tooltips #9

Closed beetleskin closed 6 years ago

beetleskin commented 7 years ago

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 and properties.tooltip?

http://leafletjs.com/examples/geojson/

NikolausDemmel commented 7 years ago

Yeah, support for getting text into leaflet would be great. Tooltips, popups, some kind of direct text-overlay, ...

chaoflow commented 6 years ago

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.