mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
API docs cleanup
This commit is contained in:
parent
ada9eb03b3
commit
f401152770
18
README.md
18
README.md
@ -85,15 +85,15 @@ martin /path/to/directory
|
||||
|
||||
When started, Martin will go through all spatial tables and functions with an appropriate signature in the database. These tables and functions will be available as the HTTP endpoints, which you can use to query Mapbox vector tiles.
|
||||
|
||||
| Method | URL | Description |
|
||||
|--------|----------------------------------------|-----------------------------------------------------------------------------------------------------------|
|
||||
| `GET` | `/` | Status text, that will eventually show web UI |
|
||||
| `GET` | `/catalog` | [List of all sources](https://maplibre.org/martin/source-list.html) |
|
||||
| `GET` | `/{sourceID}` | [Source TileJSON](https://maplibre.org/martin/table-sources.html#table-source-tilejson) |
|
||||
| `GET` | `/{sourceID}/{z}/{x}/{y}` | [Source Tiles](https://maplibre.org/martin/table-sources.html#table-source-tiles) |
|
||||
| `GET` | `/{sourceID1},...,{nameN}` | [Composite Source TileJSON](https://maplibre.org/martin/composite-sources.html#composite-source-tilejson) |
|
||||
| `GET` | `/{sourceID1},...,{nameN}/{z}/{x}/{y}` | [Composite Source Tiles](https://maplibre.org/martin/composite-sources.html#composite-source-tiles) |
|
||||
| `GET` | `/health` | Martin server health check: returns 200 `OK` |
|
||||
| URL | Description |
|
||||
|----------------------------------------|-----------------------------------------------------------------------------------------------------------|
|
||||
| `/` | Status text, that will eventually show web UI |
|
||||
| `/catalog` | [List of all sources](https://maplibre.org/martin/source-list.html) |
|
||||
| `/{sourceID}` | [Source TileJSON](https://maplibre.org/martin/table-sources.html#table-source-tilejson) |
|
||||
| `/{sourceID}/{z}/{x}/{y}` | [Source Tiles](https://maplibre.org/martin/table-sources.html#table-source-tiles) |
|
||||
| `/{sourceID1},...,{nameN}` | [Composite Source TileJSON](https://maplibre.org/martin/composite-sources.html#composite-source-tilejson) |
|
||||
| `/{sourceID1},...,{nameN}/{z}/{x}/{y}` | [Composite Source Tiles](https://maplibre.org/martin/composite-sources.html#composite-source-tiles) |
|
||||
| `/health` | Martin server health check: returns 200 `OK` |
|
||||
|
||||
## Documentation
|
||||
See [Martin book](https://maplibre.org/martin/) for complete documentation.
|
||||
|
Loading…
Reference in New Issue
Block a user