PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
out_geojson_test_dims()
static void out_geojson_test_dims
(
void
)
static
Definition at line
110
of file
cu_out_geojson.c
.
111
{
112
/* 3D */
113
do_geojson_test
(
114
"POINT(0 1 2)"
,
115
"{\"type\":\"Point\",\"coordinates\":[0,1,2]}"
,
116
NULL, 0, 0);
117
118
/* 3DM */
119
do_geojson_test
(
120
"POINTM(0 1 2)"
,
121
"{\"type\":\"Point\",\"coordinates\":[0,1]}"
,
122
NULL, 0, 0);
123
124
/* 4D */
125
do_geojson_test
(
126
"POINT(0 1 2 3)"
,
127
"{\"type\":\"Point\",\"coordinates\":[0,1,2]}"
,
128
NULL, 0, 0);
129
}
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