From 51d14e95d7997cedb6ad64ee839193de482a5536 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 18 Apr 2013 10:10:31 +0200 Subject: [PATCH] Update Bing Maps key, see #554 --- examples/hue-saturation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hue-saturation.js b/examples/hue-saturation.js index 26b8479fda..0581781b32 100644 --- a/examples/hue-saturation.js +++ b/examples/hue-saturation.js @@ -8,7 +8,7 @@ goog.require('ol.source.BingMaps'); var layer = new ol.layer.TileLayer({ source: new ol.source.BingMaps({ - key: 'AgtFlPYDnymLEe9zJ5PCkghbNiFZE9aAtTy3mPaEnEBXqLHtFuTcKoZ-miMC3w7R', + key: 'AlQLZ0-5yk301_ESrmNLma3LYxEKNSg7w-e_knuRfyYFtld-UFvXVs38NOulku3Q', style: 'Aerial' }) });