2023-01-01 08:03:21 +03:00
|
|
|
keep_alive: 75
|
|
|
|
listen_addresses: localhost:3111
|
|
|
|
worker_processes: 1
|
|
|
|
postgres:
|
|
|
|
default_srid: 4326
|
2023-02-17 19:11:16 +03:00
|
|
|
max_feature_count: 1000
|
2023-01-01 08:03:21 +03:00
|
|
|
pool_size: 20
|
|
|
|
tables:
|
|
|
|
MixPoints:
|
|
|
|
schema: MixedCase
|
|
|
|
table: MixPoints
|
|
|
|
srid: 4326
|
|
|
|
geometry_column: Geom
|
|
|
|
id_column: giD
|
|
|
|
bounds:
|
|
|
|
- -170.94984639004662
|
|
|
|
- -84.20025580733805
|
|
|
|
- 167.70892858284475
|
|
|
|
- 74.23573284753762
|
|
|
|
geometry_type: POINT
|
|
|
|
properties:
|
|
|
|
taBLe: text
|
|
|
|
points1:
|
2023-03-13 14:41:25 +03:00
|
|
|
layer_id: abc
|
2023-01-01 08:03:21 +03:00
|
|
|
schema: public
|
|
|
|
table: points1
|
|
|
|
srid: 4326
|
|
|
|
geometry_column: geom
|
|
|
|
minzoom: 0
|
|
|
|
maxzoom: 30
|
|
|
|
bounds:
|
|
|
|
- -180.0
|
|
|
|
- -90.0
|
|
|
|
- 180.0
|
|
|
|
- 90.0
|
|
|
|
extent: 4096
|
|
|
|
buffer: 64
|
|
|
|
clip_geom: true
|
|
|
|
geometry_type: POINT
|
|
|
|
properties:
|
|
|
|
gid: int4
|
|
|
|
points2:
|
|
|
|
schema: public
|
|
|
|
table: points2
|
|
|
|
srid: 4326
|
|
|
|
geometry_column: geom
|
|
|
|
minzoom: 0
|
|
|
|
maxzoom: 30
|
|
|
|
bounds:
|
|
|
|
- -180.0
|
|
|
|
- -90.0
|
|
|
|
- 180.0
|
|
|
|
- 90.0
|
|
|
|
extent: 4096
|
|
|
|
buffer: 64
|
|
|
|
clip_geom: true
|
|
|
|
geometry_type: POINT
|
|
|
|
properties:
|
|
|
|
gid: int4
|
|
|
|
points3857:
|
|
|
|
schema: public
|
|
|
|
table: points3857
|
|
|
|
srid: 3857
|
|
|
|
geometry_column: geom
|
|
|
|
minzoom: 0
|
|
|
|
maxzoom: 30
|
|
|
|
bounds:
|
|
|
|
- -180.0
|
|
|
|
- -90.0
|
|
|
|
- 180.0
|
|
|
|
- 90.0
|
|
|
|
extent: 4096
|
|
|
|
buffer: 64
|
|
|
|
clip_geom: true
|
|
|
|
geometry_type: POINT
|
|
|
|
properties:
|
|
|
|
gid: int4
|
|
|
|
table_source:
|
|
|
|
schema: public
|
|
|
|
table: table_source
|
|
|
|
srid: 4326
|
|
|
|
geometry_column: geom
|
|
|
|
minzoom: 0
|
|
|
|
maxzoom: 30
|
|
|
|
bounds:
|
|
|
|
- -180.0
|
|
|
|
- -90.0
|
|
|
|
- 180.0
|
|
|
|
- 90.0
|
|
|
|
extent: 4096
|
|
|
|
buffer: 64
|
|
|
|
clip_geom: true
|
|
|
|
geometry_type: GEOMETRY
|
|
|
|
properties:
|
|
|
|
gid: int4
|
|
|
|
functions:
|
|
|
|
function_zxy_query:
|
|
|
|
schema: public
|
|
|
|
function: function_zxy_query
|
|
|
|
minzoom: 0
|
|
|
|
maxzoom: 30
|
|
|
|
bounds:
|
|
|
|
- -180.0
|
|
|
|
- -90.0
|
|
|
|
- 180.0
|
|
|
|
- 90.0
|
|
|
|
function_zxy_query_test:
|
|
|
|
schema: public
|
|
|
|
function: function_zxy_query_test
|
|
|
|
minzoom: 0
|
|
|
|
maxzoom: 30
|
|
|
|
bounds:
|
|
|
|
- -180.0
|
|
|
|
- -90.0
|
|
|
|
- 180.0
|
|
|
|
- 90.0
|
2023-01-08 22:19:11 +03:00
|
|
|
pmtiles:
|
|
|
|
sources:
|
2023-02-20 18:44:22 +03:00
|
|
|
pmt: tests/fixtures/files/stamen_toner__raster_CC-BY+ODbL_z3.pmtiles
|