PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
uint8_t* mvt_agg_finalfn | ( | struct 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 942 of file mvt.c.
References encode_keys(), encode_values(), and mvt_agg_context::layer.
Referenced by pgis_asmvt_finalfn().