Skip to content

Commit ebb85d1

Browse files
authored
Corrected docs claiming AsGML is supported on Oracle.
1 parent d013134 commit ebb85d1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Function PostGIS Oracle MySQL SpatiaLite
379379
==================================== ======= ====== =========== ==========
380380
:class:`Area` X X X X
381381
:class:`AsGeoJSON` X X
382-
:class:`AsGML` X X X
382+
:class:`AsGML` X X
383383
:class:`AsKML` X X
384384
:class:`AsSVG` X X
385385
:class:`BoundingCircle` X

docs/ref/contrib/gis/functions.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Keyword Argument Description
8181

8282
.. class:: AsGML(expression, version=2, precision=8, **extra)
8383

84-
*Availability*: Oracle, PostGIS, SpatiaLite
84+
*Availability*: PostGIS, SpatiaLite
8585

8686
Accepts a single geographic field or expression and returns a `Geographic Markup
8787
Language (GML)`__ representation of the geometry.
@@ -96,13 +96,11 @@ Example::
9696
===================== =====================================================
9797
Keyword Argument Description
9898
===================== =====================================================
99-
``precision`` Not used on Oracle. It may be used to specify the number
100-
of significant digits for the coordinates in the GML
101-
representation -- the default value is 8.
99+
``precision`` Specifies the number of significant digits for the
100+
coordinates in the GML representation -- the default
101+
value is 8.
102102

103-
``version`` Not used on Oracle. It may be used to specify the GML
104-
version used, and may only be values of 2 or 3. The
105-
default value is 2.
103+
``version`` Specifies the GML version to use: 2 (default) or 3.
106104
===================== =====================================================
107105

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

0 commit comments

Comments
 (0)