Skip to content

Releases: opengeos/leafmap

v0.5.1

17 Oct 04:23
Compare
Choose a tag to compare

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

27 Sep 01:30
Compare
Choose a tag to compare

New Features:

Improvement

  • Updated binder env
  • Updated Google Analytics
  • Added nbconvert to docs build

v0.4.3

18 Sep 02:05
Compare
Choose a tag to compare

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

11 Sep 03:07
Compare
Choose a tag to compare

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

05 Aug 03:14
Compare
Choose a tag to compare

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

29 Jul 02:46
Compare
Choose a tag to compare

New Features:

  • Added kepler.gl plotting backend #88
  • Added keplergl sample data #88
  • Added keplergl sample html #88

Improvement

  • Added CITATIONS.cff

v0.3.5

26 Jul 11:16
Compare
Choose a tag to compare

New Features:

  • Added kepler.gl plotting backend #88

Improvement

  • Added unittest for toolbar module #83
  • Updated paper.md

v0.3.4

22 Jul 00:39
Compare
Choose a tag to compare

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

09 Jul 01:17
Compare
Choose a tag to compare

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

v0.3.2

23 Jun 02:38
Compare
Choose a tag to compare

New Features:

  • Added time slider #42
  • Added JOSS manuscript
  • Added unittests