Line Geometry.
Definition at line 207 of file lwout_geojson.c.
209 const char tmpl[] =
"{\"type\":\"LineString\",";
static void asgeojson_srs(stringbuffer_t *sb, const geojson_opts *opts)
static void asgeojson_bbox(stringbuffer_t *sb, const geojson_opts *opts)
static void asgeojson_line_coords(stringbuffer_t *sb, const LWLINE *line, const geojson_opts *opts, int tagged)
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 asgeojson_bbox(), asgeojson_line_coords(), asgeojson_srs(), geojson_tagged, ovdump::opts, stringbuffer_append_char(), and stringbuffer_append_len().
Referenced by asgeojson_geometry().