- Add interactive attributes to IpyWidget
Map.center
Map.bounds
Map.zoom
Map.lat_lng
>Map.clicked
(rename)
- Change map option types
MapOptions.zoom: int
>Union[int, float]
MapOptions.bearing: int
>Union[int, float]
MapOptions.pitch: int
>Union[int, float]
- Add conda badges and installation instructions
- Add support for PMTiles (#55)
- Do not add navigation control by default (#31)
- Support Deck.GL layers (#28)
- Add
before_id
parameter toadd_layer
method (#45, #47) - Add example showing how to insert a layer before labels
- Update deprecated render function to support
shiny>=0.7.0
anywidget>=0.9.0
(#36)
- Display all properties in popup and tooltip if
prop = None
(#26) - Support mustache templates for popups and tooltips (#27)
- Add
Map.set_data
- Add
Map.set_visibility
- Do not import
ipywidget.MapWidget
in__init__
and skip tests forMapWidget
, because it causes acore dumped
error, see anywidget issue - Remove
requests
dependency - Remove dead code
- Add more examples
- Initial PyPI release