89{
90
92 "POINT(0 1 2)",
93 "{\"type\":\"Point\",\"coordinates\":[0,1,2]}",
94 NULL, 0, 0);
95
96
98 "POINTM(0 1 2)",
99 "{\"type\":\"Point\",\"coordinates\":[0,1]}",
100 NULL, 0, 0);
101
102
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)