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
63d2472b
Kaydet (Commit)
63d2472b
authored
Eyl 09, 2017
tarafından
Sergey Fedoseev
Kaydeden (comit)
Tim Graham
Eyl 09, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed capitalization of "Spherical Mercator."
üst
0ab1dc0a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
admin.txt
docs/ref/contrib/gis/admin.txt
+1
-1
spelling_wordlist
docs/spelling_wordlist
+0
-1
test_functions.py
tests/gis_tests/geoapp/test_functions.py
+1
-1
No files found.
docs/ref/contrib/gis/admin.txt
Dosyayı görüntüle @
63d2472b
...
...
@@ -67,7 +67,7 @@ GeoDjango's admin site
.. class:: OSMGeoAdmin
A subclass of :class:`GeoModelAdmin` that uses a
spherical m
ercator projection
A subclass of :class:`GeoModelAdmin` that uses a
Spherical M
ercator projection
with `OpenStreetMap <https://www.openstreetmap.org/>`_ street data tiles.
See the :ref:`OSMGeoAdmin introduction <osmgeoadmin-intro>`
in the tutorial for a usage example.
docs/spelling_wordlist
Dosyayı görüntüle @
63d2472b
...
...
@@ -393,7 +393,6 @@ MBR
memcache
memcached
mentorship
mercator
metaclass
metaclasses
metadata
...
...
tests/gis_tests/geoapp/test_functions.py
Dosyayı görüntüle @
63d2472b
...
...
@@ -204,7 +204,7 @@ class GISFunctionsTests(TestCase):
@skipUnlessDBFeature
(
"has_Difference_function"
,
"has_Transform_function"
)
def
test_difference_mixed_srid
(
self
):
"""Testing with mixed SRID (Country has default 4326)."""
geom
=
Point
(
556597.4
,
2632018.6
,
srid
=
3857
)
# Spherical
m
ercator
geom
=
Point
(
556597.4
,
2632018.6
,
srid
=
3857
)
# Spherical
M
ercator
qs
=
Country
.
objects
.
annotate
(
difference
=
functions
.
Difference
(
'mpoly'
,
geom
))
# Oracle does something screwy with the Texas geometry.
if
oracle
:
...
...
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