diff --git a/servers/dotNet/js/maps.js b/servers/dotNet/js/maps.js index 9ab0eb3..7720831 100644 --- a/servers/dotNet/js/maps.js +++ b/servers/dotNet/js/maps.js @@ -154,7 +154,7 @@ {attribution:'©2014 OpenStreetMap contributors'}); // need to get your own bing maps key, http://www.microsoft.com/maps/create-a-bing-maps-key.aspx - var bingMapsLayer = new L.BingLayer("AnH1IKGCBwAiBWfYAHMtIfIhMVybHFx2GxsReNP5W0z6P8kRa67_QwhM4PglI9yL"); + // var bingMapsLayer = new L.BingLayer("GetAKey"); var googleMapsLayer = new L.Google('ROADMAP'); // this fixes the zoom buttons from freezing @@ -166,7 +166,7 @@ // this is the switcher control to switch between map types gpsTrackerMap.addControl(new L.Control.Layers({ - 'Bing Maps':bingMapsLayer, + // 'Bing Maps':bingMapsLayer, 'Google Maps':googleMapsLayer, 'OpenStreetMaps':openStreetMapsLayer }, {})); diff --git a/servers/php/js/maps.js b/servers/php/js/maps.js index 7b69688..9e60b1d 100644 --- a/servers/php/js/maps.js +++ b/servers/php/js/maps.js @@ -154,7 +154,7 @@ {attribution:'©2014 OpenStreetMap contributors'}); // need to get your own bing maps key, http://www.microsoft.com/maps/create-a-bing-maps-key.aspx - // var bingMapsLayer = new L.BingLayer("AnH1IKGCBwAiBWfYAHMtIfIhMVybHFx2GxsReNP5W0z6P8kRa67_QwhM4PglI9yL"); + // var bingMapsLayer = new L.BingLayer("GetAKey"); var googleMapsLayer = new L.Google('ROADMAP'); // this fixes the zoom buttons from freezing diff --git a/servers/wordpress/gps-tracker/public/assets/js/gpstracker-map.js b/servers/wordpress/gps-tracker/public/assets/js/gpstracker-map.js index 16bde47..af8dc24 100644 --- a/servers/wordpress/gps-tracker/public/assets/js/gpstracker-map.js +++ b/servers/wordpress/gps-tracker/public/assets/js/gpstracker-map.js @@ -157,7 +157,7 @@ {attribution:'©2014 OpenStreetMap contributors'}); // need to get your own bing maps key, http://www.microsoft.com/maps/create-a-bing-maps-key.aspx - var bingMapsLayer = new L.BingLayer("AnH1IKGCBwAiBWfYAHMtIfIhMVybHFx2GxsReNP5W0z6P8kRa67_QwhM4PglI9yL"); + // var bingMapsLayer = new L.BingLayer("GetAKey"); var googleMapsLayer = new L.Google('ROADMAP'); // this fixes the zoom buttons from freezing @@ -169,7 +169,7 @@ // this is the switcher control to switch between map types (upper right hand corner of map) gpsTrackerMap.addControl(new L.Control.Layers({ - 'Bing Maps':bingMapsLayer, + // 'Bing Maps':bingMapsLayer, 'Google Maps':googleMapsLayer, 'OpenStreetMaps':openStreetMapsLayer }, {}));