You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `GET` | `/collections/{collection_id}/tiles/{TileMatrixSetId}/{z}/{x}/{Y}/assets` | JSON | Return a list of assets which overlap a given tile
10
9
| `GET` | `/collections/{collection_id}/tiles/{TileMatrixSetId}/{z}/{x}/{y}[@{scale}x][.{format}]` | image/bin | Create a web map tile image for a collection and a tile index
11
-
| `GET` | `/collections/{collection_id}/{TileMatrixSetId}/map` | HTML | simple map viewer
10
+
| `GET` | `/collections/{collection_id}/{TileMatrixSetId}/map.html` | HTML | simple map viewer
| `GET` | `/collections/{collection_id}/{TileMatrixSetId}/WMTSCapabilities.xml` | XML | return OGC WMTS Get Capabilities
14
13
| `POST` | `/collections/{collection_id}/statistics` | GeoJSON ([Statistics][statitics_model]) | Return statistics for geojson features
15
14
| `GET` | `/collections/{collection_id}/bbox/{minx},{miny},{maxx},{maxy}[/{width}x{height}].{format}`| image/bin | Create an image from part of a dataset
16
15
| `POST` | `/collections/{collection_id}/feature[/{width}x{height}][.{format}]` | image/bin | Create an image from a GeoJSON feature
17
16
| `GET` | `/collections/{collection_id}/point/{lon},{lat}` | JSON ([Point][point_model]) | Return pixel values from assets intersecting with a given point
18
17
| `GET` | `/collections/{collection_id}/point/{lon},{lat}/assets` | JSON | Return a list of assets which overlap a given point
18
+
| `GET` | `/collections/{collection_id}/bbox/{minx},{miny},{maxx},{maxy}/assets` | JSON | Return a list of assets which overlap a given bounding box
19
+
| `GET` | `/collections/{collection_id}/tiles/{TileMatrixSetId}/{z}/{x}/{Y}/assets` | JSON | Return a list of assets which overlap a given tile
Copy file name to clipboardExpand all lines: docs/src/endpoints/items_endpoints.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The `Item` endpoints are created using TiTiler's [MultiBaseTilerFactory](https:/
14
14
| `GET` | `/collections/{collection_id}/items/{item_id}/tiles[/{TileMatrixSetId}]/{z}/{x}/{y}[@{scale}x][.{format}]` | image/bin | create a web map tile image from assets
| `GET` | `/collections/{collection_id}/items/{item_id}/preview[.{format}]` | image/bin | create a preview image from assets
20
20
| `GET` | `/collections/{collection_id}/items/{item_id}/bbox/{minx},{miny},{maxx},{maxy}[/{width}x{height}].{format}` | image/bin | create an image from part of assets
0 commit comments