diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-05 11:34:12 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-05 11:34:12 +0000 |
commit | a605865fea720fdaeeecb65cc80223137eda4263 (patch) | |
tree | f80f6e9fde49711721aca08c5d8bc2c18a82d673 /web/js/map-google-ol.js | |
parent | 190fa4a8aa4f824fc797fd903a79a076bc59b7b4 (diff) | |
parent | 1ba5f1cb9d7951224bc1320e772b1c43aeeb9fda (diff) |
Merge branch '2242-automatic-permalink'
Diffstat (limited to 'web/js/map-google-ol.js')
-rw-r--r-- | web/js/map-google-ol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-google-ol.js b/web/js/map-google-ol.js index 99670d4f2..4b2d818c9 100644 --- a/web/js/map-google-ol.js +++ b/web/js/map-google-ol.js @@ -23,7 +23,7 @@ fixmystreet.maps.config = function() { } fixmystreet.controls = [ - new OpenLayers.Control.ArgParser(), + new OpenLayers.Control.ArgParserFMS(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.PermalinkFMS(permalink_id), new OpenLayers.Control.PanZoomFMS({id: 'fms_pan_zoom' }) |