diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-23 21:04:02 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-23 21:04:02 +0000 |
commit | 7a68acdf7010d477755cb2dd61ad30fb70be03a6 (patch) | |
tree | bf8d548044a1c4df5e877cb07c299ad0baba38e2 /web/js/map-bing-ol.js | |
parent | b8796cf6afc5f3ccbadbfdd749773447230482a3 (diff) |
Always have transitionEffect, and no buffer for nicer interaction.
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 047cdff52..254d407f4 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -18,6 +18,7 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, { numZoomLevels: 18, transitionEffect: "resize", sphericalMercator: true, + buffer: 0, attribution: "© Microsoft / OS 2010" }, options); var newArguments = [name, url, options]; |