PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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 */
92 "POINT(0 1 2)",
93 "{\"type\":\"Point\",\"coordinates\":[0,1,2]}",
94 NULL, 0, 0);
95
96 /* 3DM */
98 "POINTM(0 1 2)",
99 "{\"type\":\"Point\",\"coordinates\":[0,1]}",
100 NULL, 0, 0);
101
102 /* 4D */
104 "POINT(0 1 2 3)",
105 "{\"type\":\"Point\",\"coordinates\":[0,1,2]}",
106 NULL, 0, 0);
107}
static void do_geojson_test(char *in, char *out, char *srs, int precision, int has_bbox)

References do_geojson_test().

Referenced by out_geojson_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: