Skip to content

Commit 282f27a

Browse files
committed
[1.9.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1 from master
1 parent 899f53e commit 282f27a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/ref/contrib/gis/db-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Function PostGIS Oracle MySQL SpatiaLite
307307
==================================== ======= ====== =========== ==========
308308
:class:`Area` X X X X
309309
:class:`AsGeoJSON` X X
310-
:class:`AsGML` X X X
310+
:class:`AsGML` X X
311311
:class:`AsKML` X X
312312
:class:`AsSVG` X X
313313
:class:`BoundingCircle` X

docs/ref/contrib/gis/functions.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Keyword Argument Description
8484

8585
.. class:: AsGML(expression, version=2, precision=8, **extra)
8686

87-
*Availability*: Oracle, PostGIS, SpatiaLite (≥ 2.4.0-RC4)
87+
*Availability*: PostGIS, SpatiaLite (≥ 2.4.0-RC4)
8888

8989
Accepts a single geographic field or expression and returns a `Geographic Markup
9090
Language (GML)`__ representation of the geometry.
@@ -99,13 +99,12 @@ Example::
9999
===================== =====================================================
100100
Keyword Argument Description
101101
===================== =====================================================
102-
``precision`` Not used on Oracle. It may be used to specify the number
103-
of significant digits for the coordinates in the GML
104-
representation -- the default value is 8.
102+
``precision`` It may be used to specify the number of significant
103+
digits for the coordinates in the GML representation --
104+
the default value is 8.
105105

106-
``version`` Not used on Oracle. It may be used to specify the GML
107-
version used, and may only be values of 2 or 3. The
108-
default value is 2.
106+
``version`` It may be used to specify the GML version used, and may
107+
only be values of 2 or 3. The default value is 2.
109108
===================== =====================================================
110109

111110
__ https://en.wikipedia.org/wiki/Geography_Markup_Language

0 commit comments

Comments
 (0)