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/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' }) })