Skip to content

Commit

Permalink
Prep for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Dec 23, 2021
1 parent 86dedb8 commit 8882bd1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.6.1 - December 23, 2021

**New Features**:

- Added image overlay functionality [#136](https://github.com/giswqs/leafmap/issues/136)
- Added marker cluster function [#138](https://github.com/giswqs/leafmap/issues/138)
- Added locate control to folium
- Added cesium \_to_streamlit function [#139](https://github.com/giswqs/leafmap/issues/139)
- Added add_points_from_xy function [#138](https://github.com/giswqs/leafmap/issues/138)
- Added circle markers function [#140](https://github.com/giswqs/leafmap/issues/143)

**Improvement**

- Added localtileserver to env.yml
- Fixed gdf style callback bug [#119](https://github.com/giswqs/leafmap/issues/119)
- Added ts_inspector docstring [#147](https://github.com/giswqs/leafmap/discussions/147)
- Improved streamlit download button

## v0.6.0 - November 27, 2021

**New Features**:
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
30. Using U.S. Census data ([notebook](https://leafmap.org/notebooks/30_census_data))
31. Searching basemaps with xyzservices ([notebook](https://leafmap.org/notebooks/31_search_basemaps))
32. Loading local raster datasets and Cloud Optimized GeoTIFF (COG) ([notebook](https://leafmap.org/notebooks/32_local_tile))
33. Adding image overlay to the map ([notebook](https://geemap.org/notebooks/33_image_overlay))
34. Adding points from xy data (e.g., CSV, Pandas DataFrame) ([notebook](https://geemap.org/notebooks/34_add_points_from_xy))
35. Adding circle markers from xy data (e.g., CSV, Pandas DataFrame) ([notebook](https://geemap.org/notebooks/35_circle_markers))

## Demo

Expand Down
3 changes: 3 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
30. Using U.S. Census data ([notebook](https://leafmap.org/notebooks/30_census_data))
31. Searching basemaps with xyzservices ([notebook](https://leafmap.org/notebooks/31_search_basemaps))
32. Loading local raster datasets and Cloud Optimized GeoTIFF (COG) ([notebook](https://leafmap.org/notebooks/32_local_tile))
33. Adding image overlay to the map ([notebook](https://geemap.org/notebooks/33_image_overlay))
34. Adding points from xy data (e.g., CSV, Pandas DataFrame) ([notebook](https://geemap.org/notebooks/34_add_points_from_xy))
35. Adding circle markers from xy data (e.g., CSV, Pandas DataFrame) ([notebook](https://geemap.org/notebooks/35_circle_markers))

## Demo

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ googledrivedownloader
here-map-widget-for-jupyter>=1.1.1
ipyevents<=0.9.0
ipyfilechooser>=0.6.0
ipyleaflet<=0.14.0
ipyleaflet
jupyterlab>=3.0.0
matplotlib
mss
Expand Down

0 comments on commit 8882bd1

Please sign in to comment.