PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
out_geojson_test_dims()
static void out_geojson_test_dims
(
void
)
static
Definition at line
88
of file
cu_out_geojson.c
.
89
{
90
/* 3D */
91
do_geojson_test
(
92
"POINT(0 1 2)"
,
93
"{\"type\":\"Point\",\"coordinates\":[0,1,2]}"
,
94
NULL, 0, 0);
95
96
/* 3DM */
97
do_geojson_test
(
98
"POINTM(0 1 2)"
,
99
"{\"type\":\"Point\",\"coordinates\":[0,1]}"
,
100
NULL, 0, 0);
101
102
/* 4D */
103
do_geojson_test
(
104
"POINT(0 1 2 3)"
,
105
"{\"type\":\"Point\",\"coordinates\":[0,1,2]}"
,
106
NULL, 0, 0);
107
}
do_geojson_test
static void do_geojson_test(char *in, char *out, char *srs, int precision, int has_bbox)
Definition:
cu_out_geojson.c:20
References
do_geojson_test()
.
Here is the call graph for this function:
liblwgeom
cunit
cu_out_geojson.c
Generated by
1.9.1