Definition at line 544 of file mvt.c.
549 POSTGIS_DEBUG(2,
"parse_value_as_string called");
550 getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
551 value = OidOutputFunctionCall(foutoid, datum);
552 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().