PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ tile_value_copy()

static VectorTile__Tile__Value* tile_value_copy ( const VectorTile__Tile__Value *  value)
static

Definition at line 1406 of file mvt.c.

1407 {
1408  VectorTile__Tile__Value *nvalue = palloc(sizeof(VectorTile__Tile__Value));
1409  memcpy(nvalue, value, sizeof(VectorTile__Tile__Value));
1410  if (value->string_value)
1411  nvalue->string_value = pstrdup(value->string_value);
1412  return nvalue;
1413 }
int value
Definition: genraster.py:62

References genraster::value.

Referenced by vectortile_layer_combine().

Here is the caller graph for this function: