summaryrefslogtreecommitdiff
path: root/static/edit_map.js
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-08 22:48:00 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-08 22:48:00 +0000
commit4182d638dcbe194b65b38d1ae92068dadbefc84d (patch)
tree45c6546457fc63c6bb2dd61c1ba97b79cf53d9d5 /static/edit_map.js
parentda1bc95c350b87246165f61aff33a14558d56190 (diff)
downloadChimère-4182d638dcbe194b65b38d1ae92068dadbefc84d.tar.bz2
Chimère-4182d638dcbe194b65b38d1ae92068dadbefc84d.zip
Work on IE compatibility: end (for now...)
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@8 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'static/edit_map.js')
-rw-r--r--static/edit_map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/edit_map.js b/static/edit_map.js
index b43db42..6aedc73 100644
--- a/static/edit_map.js
+++ b/static/edit_map.js
@@ -62,7 +62,7 @@ function init(){
maxResolution: 156543.0399,
units: 'm',
projection: epsg_projection,
- displayProjection: epsg_display_projection,
+ displayProjection: epsg_display_projection
} );
layerMarkers.setOpacity(0.5);
map.addLayers([layerMapnik, layerMarkers]);