PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ out_encoded_polyline_test_precision()

static void out_encoded_polyline_test_precision ( void  )
static

Definition at line 71 of file cu_out_encoded_polyline.c.

72 {
73 
74  /* Linestring */
76  "LINESTRING(-0.250691 49.283048, -0.250633 49.283376,"
77  "-0.250502 49.283972, -0.251245 49.284028, -0.251938 "
78  "49.284232, -0.251938 49.2842)",
79  6,
80  "o}~~|AdshNoSsBgd@eGoBlm@wKhj@~@?");
81 
82  /* MultiPoint */
84  "MULTIPOINT(-120.2 38.5,-120.95 40.7)", 3, "gejAnwiFohCzm@");
85 }
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: