Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
ebb85d1e
Kaydet (Commit)
ebb85d1e
authored
Ara 15, 2016
tarafından
Tim Graham
Kaydeden (comit)
GitHub
Ara 15, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Corrected docs claiming AsGML is supported on Oracle.
üst
d013134f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
db-api.txt
docs/ref/contrib/gis/db-api.txt
+1
-1
functions.txt
docs/ref/contrib/gis/functions.txt
+5
-7
No files found.
docs/ref/contrib/gis/db-api.txt
Dosyayı görüntüle @
ebb85d1e
...
...
@@ -379,7 +379,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
...
...
docs/ref/contrib/gis/functions.txt
Dosyayı görüntüle @
ebb85d1e
...
...
@@ -81,7 +81,7 @@ Keyword Argument Description
.. 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
Language (GML)`__ representation of the geometry.
...
...
@@ -96,13 +96,11 @@ 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``
Specifies 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`` Specifies the GML version to use: 2 (default) or 3.
===================== =====================================================
__ https://en.wikipedia.org/wiki/Geography_Markup_Language
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment