summaryrefslogtreecommitdiff
path: root/chimere/static/main_map.js
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-03-20 18:53:11 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-03-20 18:53:11 +0000
commita38f007529bc2c64e1465ee3e2bb0082c0bcd1dc (patch)
tree14ef587251f439bdf08520f8e3d264a65978435c /chimere/static/main_map.js
parent64acbb356f5a177dc5bd80e7ad493ee554ca0e09 (diff)
downloadChimère-a38f007529bc2c64e1465ee3e2bb0082c0bcd1dc.tar.bz2
Chimère-a38f007529bc2c64e1465ee3e2bb0082c0bcd1dc.zip
JS correction for IE #89 - URL path correction when switching between views
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@73 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
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);