summaryrefslogtreecommitdiff
path: root/chimere/static/main_map.js
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static/main_map.js')
-rw-r--r--chimere/static/main_map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/main_map.js b/chimere/static/main_map.js
index 5c698c1..67d1bee 100644
--- a/chimere/static/main_map.js
+++ b/chimere/static/main_map.js
@@ -452,7 +452,7 @@ function init(){
maxResolution: 156543.0399,
units: 'm',
projection: new OpenLayers.Projection('EPSG:4326'),
- theme:null,
+ theme:null
};
if (restricted_extent){options['restrictedExtent'] = restricted_extent;}
map = new OpenLayers.Map('map', options);