Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Sep 5, 2024
1 parent fef864f commit 05a7300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martin/src/pg/config_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05a7300

Please sign in to comment.