Skip to content

Commit

Permalink
Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as Open…
Browse files Browse the repository at this point in the history
…StreetMap does not support previous versions. Thanks, yourcelf for ticket and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Jun 29, 2009
1 parent cb9cf01 commit 422adff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/gis/admin/options.py
Expand Up @@ -32,7 +32,7 @@ class GeoModelAdmin(ModelAdmin):
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'
Expand Down

0 comments on commit 422adff

Please sign in to comment.