Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 872 Bytes

changelog.md

File metadata and controls

32 lines (20 loc) · 872 Bytes

Changelog for MapLibre for Python

maplibre v0.1.6

  • Add before_id parameter to add_layer method (#45, #47)
  • Add example showing how to insert a layer before labels

maplibre v0.1.5

  • Update deprecated render function to support shiny>=0.7.0

maplibre v0.1.4

  • anywidget>=0.9.0 (#36)

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