PostGIS  2.5.7dev-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 1491 of file mvt.c.

1492 {
1493  return mvt_ctx_to_bytea(ctx);
1494 }
static bytea * mvt_ctx_to_bytea(mvt_agg_context *ctx)
Definition: mvt.c:1252

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: