- Added support for external basemaps using `xyzservices <https://github.com/geopandas/xyzservices>`_. - Removed support for python3.6 due to `xyzservices <https://github.com/geopandas/xyzservices>`_.
1.1.1
----------------------------------------------
- Added bounds trait to map object - Added point_style for GeoJSON layer - Fixed JS bundle load issue for unpkg.com
1.1.0
----------------------------------------------
- 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
1.0.1
----------------------------------------------
- Add ``ImageTileProvider`` to support XYZ and WMTS Tile layer. - Add support for ``+=`` and ``-=`` operators to add and remove Layers, Controls, and Objects.
1.0.0
----------------------------------------------
- Add support for JupyterLab 3 - Add support for custom XYZ URL for XYZ space layer.
0.1.1
----------------------------------------------
- Added binder setup for the example notebooks. - Fixed readthedocs build. - Updated README.