Definition at line 545 of file mvt.c.
550 POSTGIS_DEBUG(2,
"parse_value_as_string called");
551 getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
552 value = OidOutputFunctionCall(foutoid, datum);
553 POSTGIS_DEBUGF(4,
"parse_value_as_string value: %s",
value);
static void add_value_as_string(mvt_agg_context *ctx, struct feature_builder *feature, char *value, uint32_t k)
References add_value_as_string(), and genraster::value.
Referenced by parse_values().