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
41ed6338
Kaydet (Commit)
41ed6338
authored
Eki 03, 2015
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Upgraded OpenLayers version from 2.13 to 2.13.1
Thanks Daniel Hahler for the initial patch.
üst
d2ef521a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
options.py
django/contrib/gis/admin/options.py
+1
-1
widgets.py
django/contrib/gis/forms/widgets.py
+2
-2
admin.txt
docs/ref/contrib/gis/admin.txt
+1
-1
1.9.txt
docs/releases/1.9.txt
+3
-0
No files found.
django/contrib/gis/admin/options.py
Dosyayı görüntüle @
41ed6338
...
...
@@ -35,7 +35,7 @@ class GeoModelAdmin(ModelAdmin):
map_height
=
400
map_srid
=
4326
map_template
=
'gis/admin/openlayers.html'
openlayers_url
=
'http://openlayers.org/api/2.13/OpenLayers.js'
openlayers_url
=
'http://openlayers.org/api/2.13
.1
/OpenLayers.js'
point_zoom
=
num_zoom
-
6
wms_url
=
'http://vmap0.tiles.osgeo.org/wms/vmap0'
wms_layer
=
'basic'
...
...
django/contrib/gis/forms/widgets.py
Dosyayı görüntüle @
41ed6338
...
...
@@ -82,7 +82,7 @@ class OpenLayersWidget(BaseGeometryWidget):
class
Media
:
js
=
(
'http://openlayers.org/api/2.13/OpenLayers.js'
,
'http://openlayers.org/api/2.13
.1
/OpenLayers.js'
,
'gis/js/OLMapWidget.js'
,
)
...
...
@@ -97,7 +97,7 @@ class OSMWidget(BaseGeometryWidget):
class
Media
:
js
=
(
'http://openlayers.org/api/2.13/OpenLayers.js'
,
'http://openlayers.org/api/2.13
.1
/OpenLayers.js'
,
'http://www.openstreetmap.org/openlayers/OpenStreetMap.js'
,
'gis/js/OLMapWidget.js'
,
)
...
...
docs/ref/contrib/gis/admin.txt
Dosyayı görüntüle @
41ed6338
...
...
@@ -42,7 +42,7 @@ GeoDjango's admin site
.. attribute:: openlayers_url
Link to the URL of the OpenLayers JavaScript. Defaults to
``'http://openlayers.org/api/2.13/OpenLayers.js'``.
``'http://openlayers.org/api/2.13
.1
/OpenLayers.js'``.
.. attribute:: modifiable
...
...
docs/releases/1.9.txt
Dosyayı görüntüle @
41ed6338
...
...
@@ -254,6 +254,9 @@ Minor features
* The new :class:`~django.contrib.gis.geoip2.GeoIP2` class allows using
MaxMind's GeoLite2 databases which includes support for IPv6 addresses.
* The default OpenLayers library version included in widgets has been updated
from 2.13 to 2.13.1.
:mod:`django.contrib.postgres`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
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