Author: jbronn
Date: 2009-06-29 12:49:01 -0500 (Mon, 29 Jun 2009)
New Revision: 11125

Modified:
   django/trunk/django/contrib/gis/admin/options.py
Log:
Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMap 
does not support previous versions.  Thanks, yourcelf for ticket and patch. 


Modified: django/trunk/django/contrib/gis/admin/options.py
===================================================================
--- django/trunk/django/contrib/gis/admin/options.py    2009-06-29 17:17:45 UTC 
(rev 11124)
+++ django/trunk/django/contrib/gis/admin/options.py    2009-06-29 17:49:01 UTC 
(rev 11125)
@@ -32,7 +32,7 @@
     map_height = 400
     map_srid = 4326
     map_template = 'gis/admin/openlayers.html'
-    openlayers_url = 'http://openlayers.org/api/2.7/OpenLayers.js'
+    openlayers_url = 'http://openlayers.org/api/2.8/OpenLayers.js'
     point_zoom = num_zoom - 6
     wms_url = 'http://labs.metacarta.com/wms/vmap0'
     wms_layer = 'basic'


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to