diff options
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); |
