summaryrefslogtreecommitdiff
path: root/static/edit_map.js
diff options
context:
space:
mode:
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]);