PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ out_encoded_polyline_test_srid()

static void out_encoded_polyline_test_srid ( void  )
static

Definition at line 64 of file cu_out_encoded_polyline.c.

65{
66
67 /* SRID - with PointArray */
69 "SRID=4326;LINESTRING(0 1,2 3)", 5, "_ibE?_seK_seK");
70
71 /* wrong SRID */
73 "SRID=4327;LINESTRING(0 1,2 3)", 5, "_ibE?_seK_seK");
74}
static void do_encoded_polyline_test(char *in, int precision, char *out)

References do_encoded_polyline_test().

Referenced by out_encoded_polyline_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: