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 */
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().

Here is the call graph for this function: