Releases: opengeos/leafmap
Releases · opengeos/leafmap
v0.5.2
Improvement
- Fixed pydeck import error
v0.5.1
New Features:
- Added support for pydeck #122
- Added streamlit support for heremap #118
- Added create_colormap function
Improvement
- Added optional postgis port param #144
- Added STAC time slider example to notebook #177
- Fixed geojson style callback bug #119
- Updated foss4g notebook
- Fixed planet imagery bug
- Improved vector to geojson
- Added streamlit app link to docs
v0.5.0
New Features:
Improvement
- Updated binder env
- Updated Google Analytics
- Added nbconvert to docs build
v0.4.3
New Features:
- Added
sandbox_path
option allowing users to restrict Voila app access to system directories #113
m = leafmap.Map(sandbox_path='/path/to/folder')
v0.4.2
New Features:
- Changed default plotting backend on Colab from folium to ipyleaflet #112
- Added streamlit support #96
- Added support for xyzservices provider #92
- Added a basemap gallery #91
Improvement
- Fixed linked maps bug
- Improved folium basemaps #91
v0.4.1
New Features:
- Added 200+ basemaps from xyzservices #91
Improvement
- Fixed typo #90
- Added kepler module to mkdocs
- Removed support for Python 3.6 due to xyzservices
v0.4.0
New Features:
- Added kepler.gl plotting backend #88
- Added keplergl sample data #88
- Added keplergl sample html #88
Improvement
v0.3.5
New Features:
- Added kepler.gl plotting backend #88
Improvement
- Added unittest for toolbar module #83
- Updated paper.md
v0.3.4
New Features:
- Added map title function #84
Improvement
- Improved add_ahp and add_kml for http
- Added codespell to docs.yml
- Made XYZ tiles attribution required #83
- Changed some functions to be private #83
- Added more info about plotting backends #83
- Added text description to notebooks #83
- Added NotImplementedError for foliumap #83
- Fixed typos using codespell #83
- Added Code of Conduct #83
- Made usage page interactive #83
- Added key features notebook #83
- Added plotting backend comparison #83
- Added leafmap and foliumap unittest #83
- Improved JOSS paper #83
v0.3.3
New Features:
- Added troubleshooting section #76
- Added pandas_to_geojson function #75
- Added creating heat map from csv #64
- Added cog mosaic from file #61
- Added colormap notebook #60
Improvement
- Changed COG and STAC function names #61
- Updated colormap example #60