Definition at line 254 of file lwout_geojson.c.
255{
256 char *output;
257 int size;
258
262
263 return output;
264}
void * lwalloc(size_t size)
static size_t asgeojson_triangle_size(const LWTRIANGLE *tri, char *srs, GBOX *bbox, int precision)
Triangle Geometry.
static size_t asgeojson_triangle_buf(const LWTRIANGLE *tri, char *srs, char *output, GBOX *bbox, int precision)
References asgeojson_triangle_buf(), asgeojson_triangle_size(), lwalloc(), and precision.
Referenced by lwgeom_to_geojson().