From d9453890ebed77ccea54bc607aa23c99f58709a0 Mon Sep 17 00:00:00 2001
From: Andreas Hocevar
Date: Tue, 29 Nov 2016 11:23:34 +0100
Subject: [PATCH] Replace expired Bing key with a new one
---
examples/bing-maps.html | 2 +-
examples/bing-maps.js | 2 +-
examples/drag-and-drop-image-vector.html | 2 +-
examples/drag-and-drop-image-vector.js | 2 +-
examples/drag-and-drop.html | 2 +-
examples/drag-and-drop.js | 2 +-
examples/feature-move-animation.html | 2 ++
examples/feature-move-animation.js | 2 +-
examples/full-screen-drag-rotate-and-zoom.html | 2 +-
examples/full-screen-drag-rotate-and-zoom.js | 2 +-
examples/full-screen.html | 2 +-
examples/full-screen.js | 2 +-
examples/gpx.html | 2 +-
examples/gpx.js | 2 +-
examples/image-filter.html | 2 +-
examples/image-filter.js | 2 +-
examples/kml.html | 2 +-
examples/kml.js | 2 +-
examples/layer-spy.html | 2 +-
examples/layer-spy.js | 2 +-
examples/layer-swipe.html | 2 +-
examples/layer-swipe.js | 2 +-
examples/mobile-full-screen.html | 2 +-
examples/mobile-full-screen.js | 2 +-
examples/preload.html | 2 +-
examples/preload.js | 4 ++--
examples/raster.html | 2 +-
examples/raster.js | 2 +-
examples/region-growing.html | 2 +-
examples/region-growing.js | 2 +-
examples/vector-osm.html | 2 +-
examples/vector-osm.js | 2 +-
examples/vector-wfs-getfeature.html | 2 +-
examples/vector-wfs-getfeature.js | 2 +-
examples/vector-wfs.html | 2 +-
examples/vector-wfs.js | 2 +-
examples/zoom-constrained.html | 2 +-
examples/zoom-constrained.js | 2 +-
38 files changed, 40 insertions(+), 38 deletions(-)
diff --git a/examples/bing-maps.html b/examples/bing-maps.html
index bca645b4b1..9582d70122 100644
--- a/examples/bing-maps.html
+++ b/examples/bing-maps.html
@@ -6,7 +6,7 @@ docs: >
When the Bing Maps tile service doesn't have tiles for a given resolution and region it returns "placeholder" tiles indicating that. Zoom the map beyond level 19 to see the "placeholder" tiles. If you want OpenLayers to display stretched tiles in place of "placeholder" tiles beyond zoom level 19 then set maxZoom to 19 in the options passed to ol.source.BingMaps.
tags: "bing, bing-maps"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/bing-maps.js b/examples/bing-maps.js
index ef04b923d7..1e32d01dc2 100644
--- a/examples/bing-maps.js
+++ b/examples/bing-maps.js
@@ -18,7 +18,7 @@ for (i = 0, ii = styles.length; i < ii; ++i) {
visible: false,
preload: Infinity,
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: styles[i]
// use maxZoom 19 to see stretched tiles instead of the BingMaps
// "no photos at this zoom level" tiles
diff --git a/examples/drag-and-drop-image-vector.html b/examples/drag-and-drop-image-vector.html
index 8422a367be..d4284b1f6c 100644
--- a/examples/drag-and-drop-image-vector.html
+++ b/examples/drag-and-drop-image-vector.html
@@ -6,7 +6,7 @@ docs: >
Example of using the drag-and-drop interaction with a ol.source.ImageVector. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. Each file is rendered to an image on the client.
tags: "drag-and-drop-image-vector, gpx, geojson, igc, kml, topojson, vector, image"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/drag-and-drop-image-vector.js b/examples/drag-and-drop-image-vector.js
index 7c195a530e..b8e3d83203 100644
--- a/examples/drag-and-drop-image-vector.js
+++ b/examples/drag-and-drop-image-vector.js
@@ -100,7 +100,7 @@ var map = new ol.Map({
new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
})
],
diff --git a/examples/drag-and-drop.html b/examples/drag-and-drop.html
index 4fd05fc4da..f83a588654 100644
--- a/examples/drag-and-drop.html
+++ b/examples/drag-and-drop.html
@@ -6,7 +6,7 @@ docs: >
Example of using the drag-and-drop interaction. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. There is no projection transform support, so this will only work with data in EPSG:4326 and EPSG:3857.
tags: "drag-and-drop, gpx, geojson, igc, kml, topojson"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/drag-and-drop.js b/examples/drag-and-drop.js
index 42873e0194..6a9016c036 100644
--- a/examples/drag-and-drop.js
+++ b/examples/drag-and-drop.js
@@ -99,7 +99,7 @@ var map = new ol.Map({
new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
})
],
diff --git a/examples/feature-move-animation.html b/examples/feature-move-animation.html
index 460193d01b..4652842543 100644
--- a/examples/feature-move-animation.html
+++ b/examples/feature-move-animation.html
@@ -7,6 +7,8 @@ docs: >
animate a (marker) feature along a line. In this example an encoded polyline
is being used.
tags: "animation, feature, postcompose, polyline"
+cloak:
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/feature-move-animation.js b/examples/feature-move-animation.js
index 4c58c591c3..ffea39e269 100644
--- a/examples/feature-move-animation.js
+++ b/examples/feature-move-animation.js
@@ -140,7 +140,7 @@ var map = new ol.Map({
new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'AerialWithLabels',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
}),
vectorLayer
diff --git a/examples/full-screen-drag-rotate-and-zoom.html b/examples/full-screen-drag-rotate-and-zoom.html
index 39c3c3bfde..37c118543e 100644
--- a/examples/full-screen-drag-rotate-and-zoom.html
+++ b/examples/full-screen-drag-rotate-and-zoom.html
@@ -7,6 +7,6 @@ docs: >
If there is no button on the map, your browser does not support the Full Screen API .
tags: "full-screen, drag, rotate, zoom, bing, bing-maps"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/full-screen-drag-rotate-and-zoom.js b/examples/full-screen-drag-rotate-and-zoom.js
index 7a05172b81..48e59a9c15 100644
--- a/examples/full-screen-drag-rotate-and-zoom.js
+++ b/examples/full-screen-drag-rotate-and-zoom.js
@@ -18,7 +18,7 @@ var map = new ol.Map({
layers: [
new ol.layer.Tile({
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Aerial'
})
})
diff --git a/examples/full-screen.html b/examples/full-screen.html
index 7150c967e9..7b2ea0357b 100644
--- a/examples/full-screen.html
+++ b/examples/full-screen.html
@@ -7,6 +7,6 @@ docs: >
If there is no button on the map, your browser does not support the Full Screen API .
tags: "full-screen, bing, bing-maps"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/full-screen.js b/examples/full-screen.js
index 1ab44d5695..ee93e4a657 100644
--- a/examples/full-screen.js
+++ b/examples/full-screen.js
@@ -18,7 +18,7 @@ var map = new ol.Map({
layers: [
new ol.layer.Tile({
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Aerial'
})
})
diff --git a/examples/gpx.html b/examples/gpx.html
index 23f7f9464a..d074b2cfa6 100644
--- a/examples/gpx.html
+++ b/examples/gpx.html
@@ -6,7 +6,7 @@ docs: >
Example of using the GPX source.
tags: "GPX"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/gpx.js b/examples/gpx.js
index 7b2db83a51..226b406367 100644
--- a/examples/gpx.js
+++ b/examples/gpx.js
@@ -13,7 +13,7 @@ goog.require('ol.style.Style');
var raster = new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
});
diff --git a/examples/image-filter.html b/examples/image-filter.html
index c32b981194..1b87e1bd0e 100644
--- a/examples/image-filter.html
+++ b/examples/image-filter.html
@@ -8,7 +8,7 @@ docs: >
In this example, the postcompose listener applies a filter to the image data.
tags: "filter, image manipulation"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/image-filter.js b/examples/image-filter.js
index 25b7780db8..81188dd058 100644
--- a/examples/image-filter.js
+++ b/examples/image-filter.js
@@ -4,7 +4,7 @@ goog.require('ol.layer.Tile');
goog.require('ol.proj');
goog.require('ol.source.BingMaps');
-var key = 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF';
+var key = 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5';
var imagery = new ol.layer.Tile({
source: new ol.source.BingMaps({key: key, imagerySet: 'Aerial'})
diff --git a/examples/kml.html b/examples/kml.html
index ee6a7339dd..84d1ff7172 100644
--- a/examples/kml.html
+++ b/examples/kml.html
@@ -6,7 +6,7 @@ docs: >
This example uses the ol.format.KML to parse KML for rendering with a vector source.
tags: "KML"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/kml.js b/examples/kml.js
index 9bb842b4d0..ae364217ba 100644
--- a/examples/kml.js
+++ b/examples/kml.js
@@ -12,7 +12,7 @@ var projection = ol.proj.get('EPSG:3857');
var raster = new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
});
diff --git a/examples/layer-spy.html b/examples/layer-spy.html
index eddc5403c2..87b5590196 100644
--- a/examples/layer-spy.html
+++ b/examples/layer-spy.html
@@ -10,6 +10,6 @@ docs: >
Move around the map to see the effect. Use the ↑ up and ↓ down arrow keys to adjust the spyglass size.
tags: "spy, image manipulation"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/layer-spy.js b/examples/layer-spy.js
index 7001ef9138..0aa98e6809 100644
--- a/examples/layer-spy.js
+++ b/examples/layer-spy.js
@@ -4,7 +4,7 @@ goog.require('ol.layer.Tile');
goog.require('ol.proj');
goog.require('ol.source.BingMaps');
-var key = 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF';
+var key = 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5';
var roads = new ol.layer.Tile({
source: new ol.source.BingMaps({key: key, imagerySet: 'Road'})
diff --git a/examples/layer-swipe.html b/examples/layer-swipe.html
index 77f8c2e309..5f7d4e2c49 100644
--- a/examples/layer-swipe.html
+++ b/examples/layer-swipe.html
@@ -6,7 +6,7 @@ docs: >
Example of a Layer swipe map.
tags: "swipe, openstreetmap"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/layer-swipe.js b/examples/layer-swipe.js
index 1f798a741a..c0c829e517 100644
--- a/examples/layer-swipe.js
+++ b/examples/layer-swipe.js
@@ -10,7 +10,7 @@ var osm = new ol.layer.Tile({
});
var bing = new ol.layer.Tile({
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Aerial'
})
});
diff --git a/examples/mobile-full-screen.html b/examples/mobile-full-screen.html
index f6e6cf202d..2e0c509314 100644
--- a/examples/mobile-full-screen.html
+++ b/examples/mobile-full-screen.html
@@ -4,7 +4,7 @@ title: Full-Screen Mobile
shortdesc: Example of a full screen map.
tags: "fullscreen, geolocation, mobile"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/mobile-full-screen.js b/examples/mobile-full-screen.js
index 148944c288..2ec7e0455e 100644
--- a/examples/mobile-full-screen.js
+++ b/examples/mobile-full-screen.js
@@ -14,7 +14,7 @@ var map = new ol.Map({
layers: [
new ol.layer.Tile({
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Road'
})
})
diff --git a/examples/preload.html b/examples/preload.html
index 6ed4e26514..1b56a36e4f 100644
--- a/examples/preload.html
+++ b/examples/preload.html
@@ -6,7 +6,7 @@ docs: >
The map on the top preloads low resolution tiles. The map on the bottom does not use any preloading. Try zooming out and panning to see the difference.
tags: "preload, bing"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/preload.js b/examples/preload.js
index da831c5f4c..f646491c45 100644
--- a/examples/preload.js
+++ b/examples/preload.js
@@ -14,7 +14,7 @@ var map1 = new ol.Map({
new ol.layer.Tile({
preload: Infinity,
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Aerial'
})
})
@@ -28,7 +28,7 @@ var map2 = new ol.Map({
new ol.layer.Tile({
preload: 0, // default value
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'AerialWithLabels'
})
})
diff --git a/examples/raster.html b/examples/raster.html
index fd9802ea51..37957b40bb 100644
--- a/examples/raster.html
+++ b/examples/raster.html
@@ -22,7 +22,7 @@ tags: "raster, pixel"
resources:
- https://d3js.org/d3.v3.min.js
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/raster.js b/examples/raster.js
index 395ac7dcbd..3f6027dcf2 100644
--- a/examples/raster.js
+++ b/examples/raster.js
@@ -50,7 +50,7 @@ function summarize(value, counts) {
* Use aerial imagery as the input data for the raster source.
*/
var bing = new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Aerial'
});
diff --git a/examples/region-growing.html b/examples/region-growing.html
index 0f44a69365..93f8cb4444 100644
--- a/examples/region-growing.html
+++ b/examples/region-growing.html
@@ -25,7 +25,7 @@ docs: >
tags: "raster, region growing"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/region-growing.js b/examples/region-growing.js
index 80188b74b3..b4ffc3a7e4 100644
--- a/examples/region-growing.js
+++ b/examples/region-growing.js
@@ -72,7 +72,7 @@ function next4Edges(edge) {
];
}
-var key = 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF';
+var key = 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5';
var imagery = new ol.layer.Tile({
source: new ol.source.BingMaps({key: key, imagerySet: 'Aerial'})
diff --git a/examples/vector-osm.html b/examples/vector-osm.html
index cf72526426..2f4d57c292 100644
--- a/examples/vector-osm.html
+++ b/examples/vector-osm.html
@@ -6,6 +6,6 @@ docs: >
OSM XML vector data is loaded dynamically from a the [Overpass API](http://overpass-api.de) using a bbox strategy. Note that panning and zooming will eventually lead to "Too many requests" errors from the Overpass API.
tags: "vector, osmxml, loading, server, strategy, bbox"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/vector-osm.js b/examples/vector-osm.js
index e043d80ecb..55adfd23d9 100644
--- a/examples/vector-osm.js
+++ b/examples/vector-osm.js
@@ -119,7 +119,7 @@ var vector = new ol.layer.Vector({
var raster = new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
});
diff --git a/examples/vector-wfs-getfeature.html b/examples/vector-wfs-getfeature.html
index 7919ec785f..894921a819 100644
--- a/examples/vector-wfs-getfeature.html
+++ b/examples/vector-wfs-getfeature.html
@@ -8,6 +8,6 @@ docs: >
that match the query.
tags: "vector, WFS, GetFeature, filter"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/vector-wfs-getfeature.js b/examples/vector-wfs-getfeature.js
index 3b3527f361..acc84317b2 100644
--- a/examples/vector-wfs-getfeature.js
+++ b/examples/vector-wfs-getfeature.js
@@ -25,7 +25,7 @@ var vector = new ol.layer.Vector({
var raster = new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
});
diff --git a/examples/vector-wfs.html b/examples/vector-wfs.html
index 86b8fd0630..38de294e0a 100644
--- a/examples/vector-wfs.html
+++ b/examples/vector-wfs.html
@@ -6,6 +6,6 @@ docs: >
This example loads new features from GeoServer WFS when the view extent changes.
tags: "vector, WFS, bbox, loading, server"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/vector-wfs.js b/examples/vector-wfs.js
index 923d3824bf..7ca04e5a3d 100644
--- a/examples/vector-wfs.js
+++ b/examples/vector-wfs.js
@@ -35,7 +35,7 @@ var vector = new ol.layer.Vector({
var raster = new ol.layer.Tile({
source: new ol.source.BingMaps({
imagerySet: 'Aerial',
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF'
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
})
});
diff --git a/examples/zoom-constrained.html b/examples/zoom-constrained.html
index 770aefa232..0534eb24ba 100644
--- a/examples/zoom-constrained.html
+++ b/examples/zoom-constrained.html
@@ -6,6 +6,6 @@ docs: >
This map has a view that is constrained between zoom levels 9 and 13. This is done using the `minZoom` and `maxZoom` view options.
tags: "bing, zoom, minZoom, maxZoom"
cloak:
- AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
+ As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
diff --git a/examples/zoom-constrained.js b/examples/zoom-constrained.js
index 5d6420e391..bac2401548 100644
--- a/examples/zoom-constrained.js
+++ b/examples/zoom-constrained.js
@@ -9,7 +9,7 @@ var map = new ol.Map({
layers: [
new ol.layer.Tile({
source: new ol.source.BingMaps({
- key: 'AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF',
+ key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5',
imagerySet: 'Aerial'
})
})