From 7e3de761a32190186a4a116616ff91145d473411 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 12 Sep 2023 09:15:24 +0800 Subject: [PATCH] Update docs/src/sources-pg-tables.md Co-authored-by: Yuri Astrakhan --- docs/src/sources-pg-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/sources-pg-tables.md b/docs/src/sources-pg-tables.md index 7a04e1579..68674235e 100644 --- a/docs/src/sources-pg-tables.md +++ b/docs/src/sources-pg-tables.md @@ -4,7 +4,7 @@ Table Source is a database table which can be used to query [vector tiles](https # Modifying Tilejson -Martin will automatically generate a `TileJSON` manifest for each table source, that will contain the name, description, minzoom, maxzoom, bounds and vector_layer. +Martin will automatically generate a `TileJSON` manifest for each table source. It will contain the `name`, `description`, `minzoom`, `maxzoom`, `bounds` and `vector_layer` information. For example, if there is a table `public.table_source`: the default `TileJSON` might look like this (note that URL will be automatically adjusted to match the request host):