- Added support for external basemaps using xyzservices.
- Removed support for python3.6 due to xyzservices.
- Added bounds trait to map object
- Added point_style for GeoJSON layer
- Fixed JS bundle load issue for unpkg.com
- Added transparent_bg parameter in WidgetControl
- Added dedicated LayersControl to toggle layers on the map.
- Fix layout issue of ipywidgets
- Fix basemap trait for Map object
- Fix MapSettingsControl dynamic update
- Add
ImageTileProvider
to support XYZ and WMTS Tile layer. - Add support for
+=
and-=
operators to add and remove Layers, Controls, and Objects.
- Add support for JupyterLab 3
- Add support for custom XYZ URL for XYZ space layer.
- Added binder setup for the example notebooks.
- Fixed readthedocs build.
- Updated README.
- Initial release