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
c94093c5
Kaydet (Commit)
c94093c5
authored
Tem 06, 2013
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[gis] Dropped official support for GDAL < 1.6
üst
de676f94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
geometries.py
django/contrib/gis/gdal/geometries.py
+0
-8
geolibs.txt
docs/ref/contrib/gis/install/geolibs.txt
+1
-2
No files found.
django/contrib/gis/gdal/geometries.py
Dosyayı görüntüle @
c94093c5
...
@@ -198,14 +198,6 @@ class OGRGeometry(GDALBase):
...
@@ -198,14 +198,6 @@ class OGRGeometry(GDALBase):
def
_get_coord_dim
(
self
):
def
_get_coord_dim
(
self
):
"Returns the coordinate dimension of the Geometry."
"Returns the coordinate dimension of the Geometry."
if
isinstance
(
self
,
GeometryCollection
)
and
GDAL_VERSION
<
(
1
,
5
,
2
):
# On GDAL versions prior to 1.5.2, there exists a bug in which
# the coordinate dimension of geometry collections is always 2:
# http://trac.osgeo.org/gdal/ticket/2334
# Here we workaround by returning the coordinate dimension of the
# first geometry in the collection instead.
if
len
(
self
):
return
capi
.
get_coord_dim
(
capi
.
get_geom_ref
(
self
.
ptr
,
0
))
return
capi
.
get_coord_dim
(
self
.
ptr
)
return
capi
.
get_coord_dim
(
self
.
ptr
)
def
_set_coord_dim
(
self
,
dim
):
def
_set_coord_dim
(
self
,
dim
):
...
...
docs/ref/contrib/gis/install/geolibs.txt
Dosyayı görüntüle @
c94093c5
...
@@ -12,7 +12,7 @@ Program Description Required
...
@@ -12,7 +12,7 @@ Program Description Required
======================== ==================================== ================================ ==========================
======================== ==================================== ================================ ==========================
:ref:`GEOS <ref-geos>` Geometry Engine Open Source Yes 3.3, 3.2, 3.1, 3.0
:ref:`GEOS <ref-geos>` Geometry Engine Open Source Yes 3.3, 3.2, 3.1, 3.0
`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.8, 4.7, 4.6, 4.5, 4.4
`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.8, 4.7, 4.6, 4.5, 4.4
:ref:`GDAL <ref-gdal>` Geospatial Data Abstraction Library No (but, required for SQLite) 1.9, 1.8, 1.7, 1.6
, 1.5
:ref:`GDAL <ref-gdal>` Geospatial Data Abstraction Library No (but, required for SQLite) 1.9, 1.8, 1.7, 1.6
:ref:`GeoIP <ref-geoip>` IP-based geolocation library No 1.4
:ref:`GeoIP <ref-geoip>` IP-based geolocation library No 1.4
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.0, 1.5, 1.4, 1.3
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.0, 1.5, 1.4, 1.3
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 3.0, 2.4, 2.3
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 3.0, 2.4, 2.3
...
@@ -24,7 +24,6 @@ Program Description Required
...
@@ -24,7 +24,6 @@ Program Description Required
GEOS 3.1.0 2009-03-11
GEOS 3.1.0 2009-03-11
GEOS 3.2.0 2009-12-14
GEOS 3.2.0 2009-12-14
GEOS 3.3.0 2011-05-30
GEOS 3.3.0 2011-05-30
GDAL 1.5.0 2007-12-20
GDAL 1.6.0 2008-12-04
GDAL 1.6.0 2008-12-04
GDAL 1.7.1 2010-02-08
GDAL 1.7.1 2010-02-08
GDAL 1.8.0 2011-01-13
GDAL 1.8.0 2011-01-13
...
...
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