PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ mvt_agg_finalfn()

bytea* mvt_agg_finalfn ( mvt_agg_context ctx)

Finalize aggregation.

Encode keys and values and put the aggregated Layer message into a Tile message and returns it packed as a bytea.

Definition at line 1581 of file mvt.c.

1582 {
1583  return mvt_ctx_to_bytea(ctx);
1584 }
static bytea * mvt_ctx_to_bytea(mvt_agg_context *ctx)
Definition: mvt.c:1342

References mvt_ctx_to_bytea().

Referenced by pgis_asmvt_finalfn().

Here is the call graph for this function:
Here is the caller graph for this function: