diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-15 13:01:00 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-15 13:03:34 -0500 |
| commit | 282f27aed5f1b3ee6502b0c243575393163f1a1b (patch) | |
| tree | 65801ca63afd1d8a617fd0b2c08d620f0d5d5913 /docs/ref | |
| parent | 899f53e5da8213ca7cb3d8f63fbb43467adaf9db (diff) | |
[1.9.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index dde9c5e4ea..2b10ffbd5a 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -307,7 +307,7 @@ Function PostGIS Oracle MySQL SpatiaLite ==================================== ======= ====== =========== ========== :class:`Area` X X X X :class:`AsGeoJSON` X X -:class:`AsGML` X X X +:class:`AsGML` X X :class:`AsKML` X X :class:`AsSVG` X X :class:`BoundingCircle` X diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index f12de6fd5e..89cc4182c0 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -84,7 +84,7 @@ Keyword Argument Description .. class:: AsGML(expression, version=2, precision=8, **extra) -*Availability*: Oracle, PostGIS, SpatiaLite (≥ 2.4.0-RC4) +*Availability*: PostGIS, SpatiaLite (≥ 2.4.0-RC4) Accepts a single geographic field or expression and returns a `Geographic Markup Language (GML)`__ representation of the geometry. @@ -99,13 +99,12 @@ Example:: ===================== ===================================================== Keyword Argument Description ===================== ===================================================== -``precision`` Not used on Oracle. It may be used to specify the number - of significant digits for the coordinates in the GML - representation -- the default value is 8. +``precision`` It may be used to specify the number of significant + digits for the coordinates in the GML representation -- + the default value is 8. -``version`` Not used on Oracle. It may be used to specify the GML - version used, and may only be values of 2 or 3. The - default value is 2. +``version`` It may be used to specify the GML version used, and may + only be values of 2 or 3. The default value is 2. ===================== ===================================================== __ https://en.wikipedia.org/wiki/Geography_Markup_Language |
