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

◆ create_value()

static VectorTile__Tile__Value * create_value ( )
static

Definition at line 405 of file mvt.c.

406{
407 VectorTile__Tile__Value *value = palloc(sizeof(*value));
408 vector_tile__tile__value__init(value);
409 return value;
410}
int value
Definition genraster.py:62

Referenced by encode_values().

Here is the caller graph for this function: