2023-01-01 08:03:21 +03:00
[
{
"id" : "MixPoints" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "MixedCase.MixPoints.Geom"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_Mixed_Name" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "MixedCase.function_Mixed_Name"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_null" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_null"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_null_row" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_null_row"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_null_row2" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_null_row2"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zoom_xy" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zoom_xy"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy2" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy2"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy_query" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy_query"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy_query_jsonb" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy_query_jsonb"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy_query_test" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy_query_test"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy_row" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy_row"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "function_zxy_row_key" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.function_zxy_row_key"
2023-01-01 08:03:21 +03:00
} ,
Add .mbtiles support (#549)
Adds a new [.mbtiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md)
backend, without the grid support. Uses extensive tile content
detection, i.e. if the content is gzipped, png, jpeg, gif, webp.
From CLI, can be as easy as adding a path to a directory that contains a
.mbtiles file (works just like pmtiles support)
```bash
# All *.mbtiles files in this dir will be published.
# The filename will be used as the source ID
martin ./tests/fixtures
```
From configuration file, the path can be specified in a number of ways
(same as pmtiles)
```yaml
mbtiles:
paths:
# scan this whole dir, matching all *.mbtiles files
- /dir-path
# specific mbtiles file will be published as mbtiles2 source
- /path/to/mbtiles2.mbtiles
sources:
# named source matching source name to a single file
pm-src1: /tmp/mbtiles.mbtiles
# named source, where the filename is explicitly set. This way we will be able to add more options later
pm-src2:
path: /tmp/mbtiles.mbtiles
```
Fixes #494
2023-01-09 08:10:23 +03:00
{
"id" : "geography-class-jpg" ,
2023-02-22 19:25:48 +03:00
"content_type" : "image/jpeg" ,
"name" : "Geography Class" ,
"description" : "One of the example maps that comes with TileMill - a bright & colorful world map that blends retro and high-tech with its folded paper texture and interactive flag tooltips. "
Add .mbtiles support (#549)
Adds a new [.mbtiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md)
backend, without the grid support. Uses extensive tile content
detection, i.e. if the content is gzipped, png, jpeg, gif, webp.
From CLI, can be as easy as adding a path to a directory that contains a
.mbtiles file (works just like pmtiles support)
```bash
# All *.mbtiles files in this dir will be published.
# The filename will be used as the source ID
martin ./tests/fixtures
```
From configuration file, the path can be specified in a number of ways
(same as pmtiles)
```yaml
mbtiles:
paths:
# scan this whole dir, matching all *.mbtiles files
- /dir-path
# specific mbtiles file will be published as mbtiles2 source
- /path/to/mbtiles2.mbtiles
sources:
# named source matching source name to a single file
pm-src1: /tmp/mbtiles.mbtiles
# named source, where the filename is explicitly set. This way we will be able to add more options later
pm-src2:
path: /tmp/mbtiles.mbtiles
```
Fixes #494
2023-01-09 08:10:23 +03:00
} ,
{
"id" : "geography-class-png" ,
2023-02-22 19:25:48 +03:00
"content_type" : "image/png" ,
"name" : "Geography Class" ,
"description" : "One of the example maps that comes with TileMill - a bright & colorful world map that blends retro and high-tech with its folded paper texture and interactive flag tooltips. "
Add .mbtiles support (#549)
Adds a new [.mbtiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md)
backend, without the grid support. Uses extensive tile content
detection, i.e. if the content is gzipped, png, jpeg, gif, webp.
From CLI, can be as easy as adding a path to a directory that contains a
.mbtiles file (works just like pmtiles support)
```bash
# All *.mbtiles files in this dir will be published.
# The filename will be used as the source ID
martin ./tests/fixtures
```
From configuration file, the path can be specified in a number of ways
(same as pmtiles)
```yaml
mbtiles:
paths:
# scan this whole dir, matching all *.mbtiles files
- /dir-path
# specific mbtiles file will be published as mbtiles2 source
- /path/to/mbtiles2.mbtiles
sources:
# named source matching source name to a single file
pm-src1: /tmp/mbtiles.mbtiles
# named source, where the filename is explicitly set. This way we will be able to add more options later
pm-src2:
path: /tmp/mbtiles.mbtiles
```
Fixes #494
2023-01-09 08:10:23 +03:00
} ,
{
"id" : "geography-class-png-no-bounds" ,
2023-02-22 19:25:48 +03:00
"content_type" : "image/png" ,
"name" : "Geography Class" ,
"description" : "One of the example maps that comes with TileMill - a bright & colorful world map that blends retro and high-tech with its folded paper texture and interactive flag tooltips. "
Add .mbtiles support (#549)
Adds a new [.mbtiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md)
backend, without the grid support. Uses extensive tile content
detection, i.e. if the content is gzipped, png, jpeg, gif, webp.
From CLI, can be as easy as adding a path to a directory that contains a
.mbtiles file (works just like pmtiles support)
```bash
# All *.mbtiles files in this dir will be published.
# The filename will be used as the source ID
martin ./tests/fixtures
```
From configuration file, the path can be specified in a number of ways
(same as pmtiles)
```yaml
mbtiles:
paths:
# scan this whole dir, matching all *.mbtiles files
- /dir-path
# specific mbtiles file will be published as mbtiles2 source
- /path/to/mbtiles2.mbtiles
sources:
# named source matching source name to a single file
pm-src1: /tmp/mbtiles.mbtiles
# named source, where the filename is explicitly set. This way we will be able to add more options later
pm-src2:
path: /tmp/mbtiles.mbtiles
```
Fixes #494
2023-01-09 08:10:23 +03:00
} ,
2023-02-20 18:44:22 +03:00
{
"id" : "json" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/json" ,
2023-02-20 18:44:22 +03:00
"name" : "Dummy json data"
} ,
{
"id" : "png" ,
2023-02-22 19:25:48 +03:00
"content_type" : "image/png" ,
2023-02-20 18:44:22 +03:00
"name" : "ne2sr"
} ,
2023-01-01 08:03:21 +03:00
{
"id" : "points1" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.points1.geom"
2023-01-01 08:03:21 +03:00
} ,
2023-02-08 04:45:01 +03:00
{
"id" : "points1_vw" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.points1_vw.geom"
2023-02-08 04:45:01 +03:00
} ,
2023-01-01 08:03:21 +03:00
{
"id" : "points2" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.points2.geom"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "points3857" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.points3857.geom"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "points_empty_srid" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.points_empty_srid.geom"
2023-01-01 08:03:21 +03:00
} ,
2023-01-08 22:19:11 +03:00
{
2023-02-22 19:25:48 +03:00
"id" : "stamen_toner__raster_CC-BY-ODbL_z3" ,
"content_type" : "image/png"
2023-01-08 22:19:11 +03:00
} ,
2023-01-01 08:03:21 +03:00
{
"id" : "table_source" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.table_source.geom"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "table_source_multiple_geom" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.table_source_multiple_geom.geom1"
2023-01-01 08:03:21 +03:00
} ,
{
"id" : "table_source_multiple_geom.1" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"description" : "public.table_source_multiple_geom.geom2"
Add .mbtiles support (#549)
Adds a new [.mbtiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md)
backend, without the grid support. Uses extensive tile content
detection, i.e. if the content is gzipped, png, jpeg, gif, webp.
From CLI, can be as easy as adding a path to a directory that contains a
.mbtiles file (works just like pmtiles support)
```bash
# All *.mbtiles files in this dir will be published.
# The filename will be used as the source ID
martin ./tests/fixtures
```
From configuration file, the path can be specified in a number of ways
(same as pmtiles)
```yaml
mbtiles:
paths:
# scan this whole dir, matching all *.mbtiles files
- /dir-path
# specific mbtiles file will be published as mbtiles2 source
- /path/to/mbtiles2.mbtiles
sources:
# named source matching source name to a single file
pm-src1: /tmp/mbtiles.mbtiles
# named source, where the filename is explicitly set. This way we will be able to add more options later
pm-src2:
path: /tmp/mbtiles.mbtiles
```
Fixes #494
2023-01-09 08:10:23 +03:00
} ,
2023-02-20 18:44:22 +03:00
{
"id" : "uncompressed_mvt" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"name" : "Major cities from Natural Earth data" ,
"description" : "Major cities from Natural Earth data"
2023-02-20 18:44:22 +03:00
} ,
{
"id" : "webp" ,
2023-02-22 19:25:48 +03:00
"content_type" : "image/webp" ,
2023-02-20 18:44:22 +03:00
"name" : "ne2sr"
} ,
{
2023-06-23 06:01:57 +03:00
"id" : "webp2" ,
2023-02-22 19:25:48 +03:00
"content_type" : "image/webp" ,
2023-02-20 18:44:22 +03:00
"name" : "ne2sr"
} ,
Add .mbtiles support (#549)
Adds a new [.mbtiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md)
backend, without the grid support. Uses extensive tile content
detection, i.e. if the content is gzipped, png, jpeg, gif, webp.
From CLI, can be as easy as adding a path to a directory that contains a
.mbtiles file (works just like pmtiles support)
```bash
# All *.mbtiles files in this dir will be published.
# The filename will be used as the source ID
martin ./tests/fixtures
```
From configuration file, the path can be specified in a number of ways
(same as pmtiles)
```yaml
mbtiles:
paths:
# scan this whole dir, matching all *.mbtiles files
- /dir-path
# specific mbtiles file will be published as mbtiles2 source
- /path/to/mbtiles2.mbtiles
sources:
# named source matching source name to a single file
pm-src1: /tmp/mbtiles.mbtiles
# named source, where the filename is explicitly set. This way we will be able to add more options later
pm-src2:
path: /tmp/mbtiles.mbtiles
```
Fixes #494
2023-01-09 08:10:23 +03:00
{
"id" : "world_cities" ,
2023-02-22 19:25:48 +03:00
"content_type" : "application/x-protobuf" ,
"content_encoding" : "gzip" ,
"name" : "Major cities from Natural Earth data" ,
"description" : "Major cities from Natural Earth data"
2023-01-01 08:03:21 +03:00
}
]