Kaydet (Commit) ebb85d1e authored tarafından Tim Graham's avatar Tim Graham Kaydeden (comit) GitHub

Corrected docs claiming AsGML is supported on Oracle.

üst d013134f
...@@ -379,7 +379,7 @@ Function PostGIS Oracle MySQL SpatiaLite ...@@ -379,7 +379,7 @@ Function PostGIS Oracle MySQL SpatiaLite
==================================== ======= ====== =========== ========== ==================================== ======= ====== =========== ==========
:class:`Area` X X X X :class:`Area` X X X X
:class:`AsGeoJSON` X X :class:`AsGeoJSON` X X
:class:`AsGML` X X X :class:`AsGML` X X
:class:`AsKML` X X :class:`AsKML` X X
:class:`AsSVG` X X :class:`AsSVG` X X
:class:`BoundingCircle` X :class:`BoundingCircle` X
......
...@@ -81,7 +81,7 @@ Keyword Argument Description ...@@ -81,7 +81,7 @@ Keyword Argument Description
.. class:: AsGML(expression, version=2, precision=8, **extra) .. 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 Accepts a single geographic field or expression and returns a `Geographic Markup
Language (GML)`__ representation of the geometry. Language (GML)`__ representation of the geometry.
...@@ -96,13 +96,11 @@ Example:: ...@@ -96,13 +96,11 @@ Example::
===================== ===================================================== ===================== =====================================================
Keyword Argument Description Keyword Argument Description
===================== ===================================================== ===================== =====================================================
``precision`` Not used on Oracle. It may be used to specify the number ``precision`` Specifies the number of significant digits for the
of significant digits for the coordinates in the GML coordinates in the GML representation -- the default
representation -- the default value is 8. value is 8.
``version`` Not used on Oracle. It may be used to specify the GML ``version`` Specifies the GML version to use: 2 (default) or 3.
version used, and may only be values of 2 or 3. The
default value is 2.
===================== ===================================================== ===================== =====================================================
__ https://en.wikipedia.org/wiki/Geography_Markup_Language __ https://en.wikipedia.org/wiki/Geography_Markup_Language
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment