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

◆ out_encoded_polyline_test_srid()

static void out_encoded_polyline_test_srid ( void  )
static

Definition at line 58 of file cu_out_encoded_polyline.c.

59{
60
61 /* SRID - with PointArray */
63 "SRID=4326;LINESTRING(0 1,2 3)", 5, "_ibE?_seK_seK");
64
65 /* wrong SRID */
67 "SRID=4327;LINESTRING(0 1,2 3)", 5, "_ibE?_seK_seK");
68}
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: