From 05a7300c50a5fd4fb0b3468ded7f9db325088d37 Mon Sep 17 00:00:00 2001 From: sharkAndshar Date: Thu, 5 Sep 2024 14:38:05 +0800 Subject: [PATCH] update comment --- martin/src/pg/config_table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/martin/src/pg/config_table.rs b/martin/src/pg/config_table.rs index ac173403a..919d87f5c 100644 --- a/martin/src/pg/config_table.rs +++ b/martin/src/pg/config_table.rs @@ -83,7 +83,7 @@ impl PgInfo for TableInfo { format!("{}.{}.{}", self.schema, self.table, self.geometry_column) } - /// the `source_id` may not be taken if `self.layer_id` is set. And the `TileJson` by SQL comment if provided will be merged into. + /// the `source_id` may not be taken if `self.layer_id` is set. And the result `TileJson` will be patched by the `TileJson` from SQL comment if provided. fn to_tilejson(&self, source_id: String) -> TileJSON { let mut tilejson = tilejson::tilejson! { tiles: vec![], // tile source is required, but not yet known