Author: jbronn
Date: 2011-09-17 13:06:00 -0700 (Sat, 17 Sep 2011)
New Revision: 16846
Modified:
django/trunk/django/contrib/gis/admin/options.py
Log:
Updated the geographic admin to use OpenLayers 2.11.
Modified: django/trunk/django/contrib/gis/admin/options.py
===================================================================
--- django/trunk/django/contrib/gis/admin/options.py 2011-09-17 19:54:52 UTC
(rev 16845)
+++ django/trunk/django/contrib/gis/admin/options.py 2011-09-17 20:06:00 UTC
(rev 16846)
@@ -31,7 +31,7 @@
map_height = 400
map_srid = 4326
map_template = 'gis/admin/openlayers.html'
- openlayers_url = 'http://openlayers.org/api/2.10/OpenLayers.js'
+ openlayers_url = 'http://openlayers.org/api/2.11/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.