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
9a73e7f4
Kaydet (Commit)
9a73e7f4
authored
Ara 06, 2013
tarafından
Ramiro Morales
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #19678 -- GeoDjango test failure with spatialite >= 3.0.
Thanks Julien for the report and Claude for the fix.
üst
482ca0ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test_spatialrefsys.py
django/contrib/gis/tests/test_spatialrefsys.py
+1
-1
No files found.
django/contrib/gis/tests/test_spatialrefsys.py
Dosyayı görüntüle @
9a73e7f4
...
...
@@ -12,7 +12,7 @@ test_srs = ({'srid': 4326,
# Only the beginning, because there are differences depending on installed libs
'srtext'
:
'GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84"'
,
# +ellps=WGS84 has been removed in the 4326 proj string in proj-4.8
'proj4_re'
:
r'\+proj=longlat (\+ellps=WGS84 )?
\+datum=WGS84
\+no_defs '
,
'proj4_re'
:
r'\+proj=longlat (\+ellps=WGS84 )?
(\+datum=WGS84 |\+towgs84=0,0,0,0,0,0,0 )
\+no_defs '
,
'spheroid'
:
'WGS 84'
,
'name'
:
'WGS 84'
,
'geographic'
:
True
,
'projected'
:
False
,
'spatialite'
:
True
,
'ellipsoid'
:
(
6378137.0
,
6356752.3
,
298.257223563
),
# From proj's "cs2cs -le" and Wikipedia (semi-minor only)
...
...
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