Skip to content

Commit

Permalink
Add algo (#59)
Browse files Browse the repository at this point in the history
* add algorithm support, swith to osm and swith to maplibre

* update titiler
  • Loading branch information
vincentsarago authored Oct 18, 2023
1 parent bedd2b8 commit 90207d1
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 185 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,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]`


# 0.11.0 (2023-07-27)

* update titiler requirement to `>=0.13,<0.14`
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 90207d1

Please sign in to comment.