@@ -84,7 +84,7 @@ Keyword Argument Description
84
84
85
85
.. class:: AsGML(expression, version=2, precision=8, **extra)
86
86
87
- *Availability*: Oracle, PostGIS, SpatiaLite (≥ 2.4.0-RC4)
87
+ *Availability*: PostGIS, SpatiaLite (≥ 2.4.0-RC4)
88
88
89
89
Accepts a single geographic field or expression and returns a `Geographic Markup
90
90
Language (GML)`__ representation of the geometry.
@@ -99,13 +99,12 @@ Example::
99
99
===================== =====================================================
100
100
Keyword Argument Description
101
101
===================== =====================================================
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.
105
105
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.
109
108
===================== =====================================================
110
109
111
110
__ https://en.wikipedia.org/wiki/Geography_Markup_Language
0 commit comments