diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-28 17:08:09 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-28 17:08:09 +0000 |
commit | cecb11c2a73f7f86fc27914bcaee80e0454802c2 (patch) | |
tree | 5b05a03bda23566ce13a9c68c5a66be7777a02cd /web/js | |
parent | 992dfece60e817880e4bbd033f531ccf33a45f2f (diff) |
Lots of map tools/controls styling
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 4a5e8ed54..74b44c314 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -183,7 +183,7 @@ function fixmystreet_onload() { $(function(){ - var perm = new OpenLayers.Control.Permalink(); + var perm = new OpenLayers.Control.Permalink('map_permalink'); set_map_config(perm); fixmystreet.map = new OpenLayers.Map("map", { |