From 282f27aed5f1b3ee6502b0c243575393163f1a1b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 15 Dec 2016 13:01:00 -0500 Subject: [PATCH] [1.9.x] Corrected docs claiming AsGML is supported on Oracle. Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master --- docs/ref/contrib/gis/db-api.txt | 2 +- docs/ref/contrib/gis/functions.txt | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index dde9c5e4ea..2b10ffbd5a 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -307,7 +307,7 @@ Function PostGIS Oracle MySQL SpatiaLite ==================================== ======= ====== =========== ========== :class:`Area` X X X X :class:`AsGeoJSON` X X -:class:`AsGML` X X X +:class:`AsGML` X X :class:`AsKML` X X :class:`AsSVG` X X :class:`BoundingCircle` X diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index f12de6fd5e..89cc4182c0 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -84,7 +84,7 @@ Keyword Argument Description .. class:: AsGML(expression, version=2, precision=8, **extra) -*Availability*: Oracle, PostGIS, SpatiaLite (≥ 2.4.0-RC4) +*Availability*: PostGIS, SpatiaLite (≥ 2.4.0-RC4) Accepts a single geographic field or expression and returns a `Geographic Markup Language (GML)`__ representation of the geometry. @@ -99,13 +99,12 @@ Example:: ===================== ===================================================== Keyword Argument Description ===================== ===================================================== -``precision`` Not used on Oracle. It may be used to specify the number - of significant digits for the coordinates in the GML - representation -- the default value is 8. +``precision`` It may be used to specify the number of significant + digits for the coordinates in the GML representation -- + the default value is 8. -``version`` Not used on Oracle. It may be used to specify the GML - version used, and may only be values of 2 or 3. The - default value is 2. +``version`` It may be used to specify the GML version used, and may + only be values of 2 or 3. The default value is 2. ===================== ===================================================== __ https://en.wikipedia.org/wiki/Geography_Markup_Language