summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-15 13:01:00 -0500
committerTim Graham <timograham@gmail.com>2016-12-15 13:01:33 -0500
commit34c1030eb9d2b8cc8115847c7bc900eeb64ed4d8 (patch)
tree3ed24c1046fe3f2b40b87fe6e64afbd6a40e6bbb
parentcdc343cac33d2e0b4d573e7c38ac0b2b7b19ea71 (diff)
[1.10.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
-rw-r--r--docs/ref/contrib/gis/db-api.txt2
-rw-r--r--docs/ref/contrib/gis/functions.txt12
2 files changed, 6 insertions, 8 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt
index 3909b2d25f..9a04dfedf3 100644
--- a/docs/ref/contrib/gis/db-api.txt
+++ b/docs/ref/contrib/gis/db-api.txt
@@ -381,7 +381,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 302ee33c8d..a1ff2bdba1 100644
--- a/docs/ref/contrib/gis/functions.txt
+++ b/docs/ref/contrib/gis/functions.txt
@@ -83,7 +83,7 @@ Keyword Argument Description
.. class:: AsGML(expression, version=2, precision=8, **extra)
-*Availability*: Oracle, PostGIS, SpatiaLite
+*Availability*: PostGIS, SpatiaLite
Accepts a single geographic field or expression and returns a `Geographic Markup
Language (GML)`__ representation of the geometry.
@@ -98,13 +98,11 @@ 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`` Specifies 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`` Specifies the GML version to use: 2 (default) or 3.
===================== =====================================================
__ https://en.wikipedia.org/wiki/Geography_Markup_Language