Definition at line 58 of file cu_out_geojson.c.
References do_geojson_test().
Referenced by out_geojson_suite_setup().
62 "POINT(1.1111111111111 1.1111111111111)",
63 "{\"type\":\"Point\",\"coordinates\":[1,1]}",
68 "POINT(1.1111111111111 1.1111111111111)",
69 "{\"type\":\"Point\",\"coordinates\":[1.111,1.111]}",
74 "POINT(1.2345678901234 1.2345678901234)",
75 "{\"type\":\"Point\",\"coordinates\":[1.23456789,1.23456789]}",
80 "POINT(1E300 -1E300)",
81 "{\"type\":\"Point\",\"coordinates\":[1e+300,-1e+300]}",
87 "{\"type\":\"Point\",\"coordinates\":[1,2]}",
92 "POINT(59.99 -59.99)",
93 "{\"type\":\"Point\",\"coordinates\":[59.99,-59.99]}",
103 "POINT(1E-300 -2E-200)",
104 "{\"type\":\"Point\",\"coordinates\":[0,-0]}",
static void do_geojson_test(char *in, char *out, char *srs, int precision, int has_bbox)