summaryrefslogtreecommitdiff
path: root/main/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/widgets.py')
-rw-r--r--main/widgets.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/widgets.py b/main/widgets.py
index 1e12c19..2f2154b 100644
--- a/main/widgets.py
+++ b/main/widgets.py
@@ -42,8 +42,6 @@ def getMapJS():
js += u"var centerLonLat = new OpenLayers.LonLat(%f,\
%f).transform(epsg_display_projection, epsg_projection);\n" % \
settings.DEFAULT_CENTER
- js += u"var maxExtent = new OpenLayers.Bounds(%f, %f, %f, %f);\n" % \
- settings.MAP_BOUNDS
js += u"var media_path = '%s';\n" % settings.MEDIA_URL
js = u"""<script type="text/javascript"><!--
%s// !--></script>