Definition at line 233 of file lwout_geojson.c.
References asgeojson_bbox_buf(), asgeojson_srs_buf(), LWLINE::flags, FLAGS_GET_Z, pointArray_to_geojson(), and LWLINE::points.
Referenced by asgeojson_geom_buf(), and asgeojson_line().
237 ptr += sprintf(ptr,
"{\"type\":\"LineString\",");
240 ptr += sprintf(ptr,
"\"coordinates\":[");
242 ptr += sprintf(ptr,
"]}");
static size_t asgeojson_srs_buf(char *output, char *srs)
static size_t asgeojson_bbox_buf(char *output, GBOX *bbox, int hasz, int precision)
static size_t pointArray_to_geojson(POINTARRAY *pa, char *buf, int precision)
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.