From 1dfa1447812e40283567e21205ea0c9f8bfadd8b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 7 Jul 2014 10:25:36 +0000 Subject: [PATCH] Improve encoded polyline docs Fix cross-linking between encoded polyline in/out funx Add link to encoded polyline algorithm format git-svn-id: http://svn.osgeo.org/postgis/trunk@12751 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_constructor.xml | 1 + doc/reference_output.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 3ec38f761..adbaa0c92 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -1003,6 +1003,7 @@ SELECT Description Creates a LineString from an Encoded Polyline string. + See http://developers.google.com/maps/documentation/utilities/polylinealgorithm diff --git a/doc/reference_output.xml b/doc/reference_output.xml index af499e946..18837b571 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -1293,7 +1293,7 @@ ST_AsEncodedPolyline(GeomFromEWKT('SRID=4326;LINESTRING(-120.2 38.5,-120.95 40.7 See Also - + -- 2.50.1