Update doc about table source naming convention (#672)

#670
This commit is contained in:
baishikele 2023-05-24 11:13:20 +08:00 committed by GitHub
parent 2df254af4d
commit 3b41458493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,7 @@ Table Source is a database table which can be used to query [vector tiles](https
Table Source [TileJSON](https://github.com/mapbox/tilejson-spec) endpoint is available at `/{table_name}`.
For example, `points` table will be available at `/points`, unless there is another source with the same name, or if the table has multiple geometry columns, in which case it will be available at `/points.1`, `/points.2`, etc.
For example, `points` table will be available at `/points`, unless there is another source with the same name, or if the table has multiple geometry columns, in which case it will be available at `/points`, `/points.1`, etc.
```shell
curl localhost:3000/points | jq