PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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 1296 of file mvt.c.

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

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: