diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 16:18:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 16:18:54 +0100 |
commit | 9be7fa6404bb1acc34a07e665b8ba4675b5261db (patch) | |
tree | 0764b9264b35122dd92f0b6b64381d97c25cc973 /web/js/map-bing-ol.js | |
parent | 1571202964425b119ccf056495273e1653caad86 (diff) |
Make zoom levels more configurable.
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 00c3a487f..c3c3b994e 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -1,5 +1,4 @@ function set_map_config(perm) { - fixmystreet.ZOOM_OFFSET = 13; fixmystreet.controls = [ new OpenLayers.Control.ArgParser(), new OpenLayers.Control.Navigation(), |