aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-23 17:36:48 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-23 17:36:48 +0000
commitf10475c5f5a8f7e6a24579c4575c5bb208cc0428 (patch)
tree14e34df54b59061be829cfd74fef3c1b6e909c65 /web/js/map-bing.js
parent21c9779d0aa2a1045d91d0e70968e81f03587678 (diff)
Bing Maps key.
Diffstat (limited to 'web/js/map-bing.js')
-rw-r--r--web/js/map-bing.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/map-bing.js b/web/js/map-bing.js
index da8f3512b..748a03525 100644
--- a/web/js/map-bing.js
+++ b/web/js/map-bing.js
@@ -1,6 +1,7 @@
YAHOO.util.Event.onContentReady('map', function() {
var centre = new Microsoft.Maps.Location( fixmystreet.latitude, fixmystreet.longitude );
var map = new Microsoft.Maps.Map(document.getElementById("map"), {
+ credentials: fixmystreet.key,
mapTypeId: Microsoft.Maps.MapTypeId.ordnanceSurvey,
center: centre,
zoom: 15,