mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 05:11:57 +03:00
550a46bd0f
Modify `/catalog` endpoint to return an object instead of a list. This allows future expansion of the catalog schema, e.g. adding new types of data. The new schema: ```yaml { "tiles" { "function_zxy_query": { "name": "public.function_zxy_query", "content_type": "application/x-protobuf" }, "points1": { "name": "public.points1.geom", "content_type": "image/webp" }, ... }, } ``` |
||
---|---|---|
.. | ||
src | ||
book.toml |