diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-25 13:06:56 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-25 13:06:56 +0100 |
commit | 0b2b47291d15eb5ef49911359c25bb7daf4ac775 (patch) | |
tree | 999fcebd729211f81eccfb7ecee8e1e31eb393fc /www/js/map-bing-ol.js | |
parent | fced51235407e88d4c718b6fb9ca29af4ae31bc2 (diff) |
remove unused file
Diffstat (limited to 'www/js/map-bing-ol.js')
-rw-r--r-- | www/js/map-bing-ol.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/js/map-bing-ol.js b/www/js/map-bing-ol.js index 9e9354d..f39cbf8 100644 --- a/www/js/map-bing-ol.js +++ b/www/js/map-bing-ol.js @@ -1,9 +1,4 @@ -function set_map_config(perm) { - var permalink_id; - if ($('#map_permalink').length) { - permalink_id = 'map_permalink'; - } - +function set_map_config() { var nav_opts = { zoomWheelEnabled: false }; //if (fixmystreet.page == 'around' && $('html').hasClass('mobile')) { nav_opts = {}; @@ -14,7 +9,6 @@ function set_map_config(perm) { new OpenLayers.Control.Attribution(), new OpenLayers.Control.ArgParser(), fixmystreet.nav_control, - new OpenLayers.Control.Permalink(permalink_id), new OpenLayers.Control.PanZoomFMS({id: 'fms_pan_zoom' }) ]; fixmystreet.map_type = OpenLayers.Layer.Bing; |