martin/tests/expected/configured/fnc_comment_cfg.json
Yuri Astrakhan f88db05582
Fix SQL comments when func or table is pre-configured (#1045)
When a SQL comment is set on a table or a function to customize
tilejson, and that tbl/func is pre-configured as part of the config
file, the comment was silently ignored. Now both table and function
cases are handled correctly.

Also, update docs to not include function parameters - makes SQL example
a bit simpler.

Thanks @jjcfrancisco for reporting!

Fixes: #1044
2023-12-07 07:24:51 +00:00

18 lines
334 B
JSON

{
"tilejson": "3.0.0",
"tiles": [
"http://localhost:3111/fnc_Mixed_Name/{z}/{x}/{y}"
],
"vector_layers": [
{
"id": "MixedCase.function_Mixed_Name",
"fields": {
"Geom": "",
"TABLE": ""
}
}
],
"description": "a function source with MixedCase name",
"name": "fnc_Mixed_Name"
}