Definition at line 478 of file mvt.c.
References add_value_as_string(), and genraster::value.
Referenced by parse_values().
484 POSTGIS_DEBUG(2,
"parse_value_as_string called");
485 getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
486 value = OidOutputFunctionCall(foutoid, datum);
487 POSTGIS_DEBUGF(4,
"parse_value_as_string value: %s", value);
static void add_value_as_string(struct mvt_agg_context *ctx, char *value, uint32_t *tags, uint32_t k)