diff options
Diffstat (limited to 'web/js/map-streetview.js')
-rw-r--r-- | web/js/map-streetview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-streetview.js b/web/js/map-streetview.js index 6d9195246..4701a7f20 100644 --- a/web/js/map-streetview.js +++ b/web/js/map-streetview.js @@ -1,6 +1,6 @@ fixmystreet.maps.config = function() { fixmystreet.controls = [ - new OpenLayers.Control.ArgParser(), + new OpenLayers.Control.ArgParserFMS(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.Permalink(), new OpenLayers.Control.PanZoomFMS() |