Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Mapshader Changelog
----------------------

### Version 0.1.3 - 2022-08-16
- release instructions
- clean up nb
- hotfix raster flipping tiling issue
- list_tiles(): add tests for RasterSource (#141)
- list_tiles(): add tests for VectorSource (#140)
- test_valid_conversion: removed check for spatial_ref attr
- WIP world elevation tiling example (#139)
- Add synthetic people example (#129)

### Version 0.1.2 - 2022-07-01
- Add tile utils module with example notebook (#131)
- added projected buffered extent transform (#130)
Expand Down
1 change: 1 addition & 0 deletions docs/source/releases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"latest": "https://mapshader.org/index.html",
"0.1.3": "https://mapshader.org/v0.1.3/index.html",
"0.1.2": "https://mapshader.org/v0.1.2/index.html",
"0.1.1": "https://mapshader.org/v0.1.1/index.html",
"0.1.0": "https://mapshader.org/v0.1.0/index.html"
Expand Down