Skip to content

Changelog for MapLibre for Python

maplibre v0.1.3

  • Display all properties in popup and tooltip if prop = None (#26)
  • Support mustache templates for popups and tooltips (#27)

maplibre v0.1.2

  • Add Map.set_data
  • Add Map.set_visibility
  • Do not import ipywidget.MapWidget in __init__ and skip tests for MapWidget, because it causes a core dumped error, see anywidget issue
  • Remove requests dependency
  • Remove dead code
  • Add more examples

maplibre v0.1.1

  • Initial PyPI release