mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 21:01:45 +03:00
e92722708f
* make tilejson's `name` be the same as the ID of the source (even if aliased) * `/catalog` will always show ID, but now it will hide the `name` if it is the same as the `id` * make `description` be the longer version, e.g. `public.table.column` format - not guaranteed to be stable * make `vector_layers` have the fields auto-discovered in the PG table * preserve the order of the serialized json fields Fixes #583
42 lines
947 B
JSON
42 lines
947 B
JSON
[
|
|
{
|
|
"id": "MixPoints",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "MixedCase.MixPoints.Geom"
|
|
},
|
|
{
|
|
"id": "function_zxy_query",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "public.function_zxy_query"
|
|
},
|
|
{
|
|
"id": "function_zxy_query_test",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "public.function_zxy_query_test"
|
|
},
|
|
{
|
|
"id": "pmt",
|
|
"content_type": "image/png"
|
|
},
|
|
{
|
|
"id": "points1",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "public.points1.geom"
|
|
},
|
|
{
|
|
"id": "points2",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "public.points2.geom"
|
|
},
|
|
{
|
|
"id": "points3857",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "public.points3857.geom"
|
|
},
|
|
{
|
|
"id": "table_source",
|
|
"content_type": "application/x-protobuf",
|
|
"description": "public.table_source.geom"
|
|
}
|
|
]
|