PostGIS  3.4.0dev-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 1297 of file mvt.c.

1298 {
1299  return mvt_ctx_to_bytea(ctx);
1300 }
static bytea * mvt_ctx_to_bytea(mvt_agg_context *ctx)
Definition: mvt.c:1095

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: