From 0407e599b3dff6ac04f89acb12a4727ee3d481bc Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 11 Oct 2013 16:51:09 +0100 Subject: Upgrade main OpenLayers to 2.13.1. --- web/js/map-bing.js | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 web/js/map-bing.js (limited to 'web/js/map-bing.js') diff --git a/web/js/map-bing.js b/web/js/map-bing.js deleted file mode 100644 index 856e4f188..000000000 --- a/web/js/map-bing.js +++ /dev/null @@ -1,22 +0,0 @@ -$(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, - enableClickableLogo: false, - enableSearchLogo: false, - showCopyright: false, - showDashboard: true, - showLogo: false, - showScalebar: false - }); - //minZoomLevel: 14, - //numZoomLevels: 4 - - Microsoft.Maps.Events.addHandler(map, "viewchangestart", function(e) { - /* Doesn't work */ - if (map.getTargetZoom() < 12) return false; - }); -}); -- cgit v1.2.3