diff options
Diffstat (limited to 'www/js/map-bing-ol.js')
-rw-r--r-- | www/js/map-bing-ol.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/map-bing-ol.js b/www/js/map-bing-ol.js index 9e9354d..8ded5b3 100644 --- a/www/js/map-bing-ol.js +++ b/www/js/map-bing-ol.js @@ -14,8 +14,7 @@ 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' }) + new OpenLayers.Control.Permalink(permalink_id) ]; fixmystreet.map_type = OpenLayers.Layer.Bing; } |