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 */
114  "POINT(0 1 2)",
115  "{\"type\":\"Point\",\"coordinates\":[0,1,2]}",
116  NULL, 0, 0);
117 
118  /* 3DM */
120  "POINTM(0 1 2)",
121  "{\"type\":\"Point\",\"coordinates\":[0,1]}",
122  NULL, 0, 0);
123 
124  /* 4D */
126  "POINT(0 1 2 3)",
127  "{\"type\":\"Point\",\"coordinates\":[0,1,2]}",
128  NULL, 0, 0);
129 }
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: