diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-03-20 18:53:11 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-03-20 18:53:11 +0000 |
| commit | a38f007529bc2c64e1465ee3e2bb0082c0bcd1dc (patch) | |
| tree | 14ef587251f439bdf08520f8e3d264a65978435c /chimere/static/edit_route_map.js | |
| parent | 64acbb356f5a177dc5bd80e7ad493ee554ca0e09 (diff) | |
| download | Chimè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/edit_route_map.js')
| -rw-r--r-- | chimere/static/edit_route_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/edit_route_map.js b/chimere/static/edit_route_map.js index 28a0498..69a24aa 100644 --- a/chimere/static/edit_route_map.js +++ b/chimere/static/edit_route_map.js @@ -95,7 +95,7 @@ function init(){ maxResolution: 156543.0399, units: 'm', projection: epsg_projection, - displayProjection: epsg_display_projection, + displayProjection: epsg_display_projection }; if (restricted_extent){options['restrictedExtent'] = restricted_extent;} map = new OpenLayers.Map('map_edit', options); |
