Definition at line 76 of file lwout_geojson.c.
77{
79 {
81 return;
82 }
83
85 for (uint32_t i = 0; i < pa->
npoints; i++)
86 {
89 }
91 return;
92}
static void coordinate_to_geojson(stringbuffer_t *sb, const POINTARRAY *pa, uint32_t i, const geojson_opts *opts)
static void stringbuffer_append_char(stringbuffer_t *s, char c)
static void stringbuffer_append_len(stringbuffer_t *s, const char *a, size_t alen)
Append the specified string to the stringbuffer_t using known length.
References coordinate_to_geojson(), POINTARRAY::npoints, stringbuffer_append_char(), and stringbuffer_append_len().
Referenced by asgeojson_line_coords(), asgeojson_poly_coords(), and asgeojson_triangle().