@@ -81,7 +81,7 @@ Keyword Argument Description
81
81
82
82
.. class:: AsGML(expression, version=2, precision=8, **extra)
83
83
84
- *Availability*: Oracle, PostGIS, SpatiaLite
84
+ *Availability*: PostGIS, SpatiaLite
85
85
86
86
Accepts a single geographic field or expression and returns a `Geographic Markup
87
87
Language (GML)`__ representation of the geometry.
@@ -96,13 +96,11 @@ Example::
96
96
===================== =====================================================
97
97
Keyword Argument Description
98
98
===================== =====================================================
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.
102
102
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.
106
104
===================== =====================================================
107
105
108
106
__ https://en.wikipedia.org/wiki/Geography_Markup_Language
0 commit comments