PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ tile_value_copy()

static VectorTile__Tile__Value* tile_value_copy ( const VectorTile__Tile__Value *  value)
static

Definition at line 1316 of file mvt.c.

1317 {
1318  VectorTile__Tile__Value *nvalue = palloc(sizeof(VectorTile__Tile__Value));
1319  memcpy(nvalue, value, sizeof(VectorTile__Tile__Value));
1320  if (value->string_value)
1321  nvalue->string_value = pstrdup(value->string_value);
1322  return nvalue;
1323 }
int value
Definition: genraster.py:61

References genraster::value.

Referenced by vectortile_layer_combine().

Here is the caller graph for this function: