Composite MVT

Allows you to combine MVTs. If given one child provider that returns an MVT with layer "a" and another that returns an MVT with layer "b", this will return an MVT with layers "a" and "b". The contents of the MVTs are not changed in any way.

Name should be "compositemvt"

Parameter Description Type Required Default

providers

The providers to combine.

Provider[]

Yes

None

Example:

provider:
  name: compositemvt
  providers:
  - name: postgismvt
    layer: boundaries
    datastore: vector-database-0
    table: public.boundaries
  - name: postgismvt
    layer: buildings
    datastore: vector-database-0
    table: public.buildings