111{
112
114 "POINT(0 1 2)",
115 "{\"type\":\"Point\",\"coordinates\":[0,1,2]}",
116 NULL, 0, 0);
117
118
120 "POINTM(0 1 2)",
121 "{\"type\":\"Point\",\"coordinates\":[0,1]}",
122 NULL, 0, 0);
123
124
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)