Skip to content

Commit

Permalink
update titiler
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 18, 2023
1 parent 5a1dcd6 commit 0b7c923
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 128 deletions.
17 changes: 15 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@

# 0.12.0 (2023-08-21)
# 0.12.0 (TBD)

* add Algorithm support and update basemap source
* update titiler requirement to `>=0.14,<0.15`

- renamed `/crop` endpoints to `/bbox/...` or `/feature/...`
- `/crop/{minx},{miny},{maxx},{maxy}.{format}` -> `/bbox/{minx},{miny},{maxx},{maxy}.{format}`

- `/crop/{minx},{miny},{maxx},{maxy}/{width}x{height}.{format}` -> `/bbox/{minx},{miny},{maxx},{maxy}/{width}x{height}.{format}`

- `/crop [POST]` -> `/feature [POST]`

- `/crop.{format} [POST]` -> `/feature.{format} [POST]`

- `/crop/{width}x{height}.{format} [POST]` -> `/feature/{width}x{height}.{format} [POST]`

* add Algorithm support amd update basemap source

# 0.11.0 (2023-07-27)

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ dynamic = ["version"]
dependencies = [
"braceexpand",
"rio-cogeo>=5.0",
"rio-tiler>=6.0,<7.0",
"titiler.core>=0.13.0,<0.14",
"titiler.core>=0.15.0,<0.16",
"starlette-cramjam>=0.3,<0.4",
"uvicorn",
"server-thread>=0.2.0",
Expand Down
Loading

0 comments on commit 0b7c923

Please sign in to comment.